Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-6908. PoCs published by Denis Andzakovic.
AI-analyzed exploit summary This exploit triggers a denial-of-service (DoS) in OpenLDAP by sending a crafted packet that causes an assert() failure in the ber_get_next method. The PoC uses a base64-encoded payload sent via netcat to crash the slapd daemon.
Description
The ber_get_next function in libraries/liblber/io.c in OpenLDAP 2.4.42 and earlier allows remote attackers to cause a denial of service (reachable assertion and application crash) via crafted BER data, as demonstrated by an attack against slapd.
Exploits (1)
This exploit triggers a denial-of-service (DoS) in OpenLDAP by sending a crafted packet that causes an assert() failure in the ber_get_next method. The PoC uses a base64-encoded payload sent via netcat to crash the slapd daemon.