You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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
The text was updated successfully, but these errors were encountered: