Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A NULL pointer dereference exists in curl 7.21.0 to and including curl 7.58.0 in the LDAP code #150

Open
hucarxiao opened this issue Dec 15, 2023 · 0 comments

Comments

@hucarxiao
Copy link

Version
latest

What is the security issue or vulnerability?
curl/curl/lib/openldap.c
A NULL pointer dereference exists in curl 7.21.0 to and including curl 7.58.0 in the LDAP code that allows an attacker to cause a denial of service

start from 446 line :
struct berval bv, *bvals, **bvp = &bvals;

Security issue or vulnerability information
description: https://nvd.nist.gov/vuln/detail/CVE-2018-1000121

commit:curl/curl@9889db0

Could you apply for another new CVE and fix it?

openldap: check ldap_get_attribute_ber() results for NULL before using
GHSA-cj5p-4f7c-6w3g
Reported-by: Dario Weisser
Bug: https://curl.haxx.se/docs/adv_2018-97a2.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant