CVE-2010-0211
CRITICALOpenLDAP 2.4.22 - Denial of Service via Invalid UTF-8 RDN String
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-0211. PoCs published by Ilkka Mattila.
AI-analyzed exploit summary The exploit demonstrates a denial-of-service (DoS) vulnerability in OpenLDAP by sending malformed LDAP modify RDN requests, causing the service to crash or behave unexpectedly. The PoC uses the `ldapmodrdn` command with crafted input to trigger the issue.
Description
The slap_modrdn2mods function in modrdn.c in OpenLDAP 2.4.22 does not check the return value of a call to the smr_normalize function, which allows remote attackers to cause a denial of service (segmentation fault) and possibly execute arbitrary code via a modrdn call with an RDN string containing invalid UTF-8 sequences, which triggers a free of an invalid, uninitialized pointer in the slap_mods_free function, as demonstrated using the Codenomicon LDAPv3 test suite.
Exploits (1)
The exploit demonstrates a denial-of-service (DoS) vulnerability in OpenLDAP by sending malformed LDAP modify RDN requests, causing the service to crash or behave unexpectedly. The PoC uses the `ldapmodrdn` command with crafted input to trigger the issue.
References (19)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H