The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Integer Overflow or Wraparound vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for 389ds/389-ds-base.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the sasl_io_start_packet process. An attacker can cause a heap buffer overflow by sending a crafted SASL packet with a length prefix of 0xFFFFFFFC, which triggers an integer overflow and bypasses the intended size limit, potentially leading to remote code execution or denial of service. This is only exploitable if the attacker has a valid Kerberos ticket, enrolled host, or service account and can perform a SASL bind with integrity protection (SSF > 0).
This vulnerability can be mitigated by restricting SASL mechanisms (disable DIGEST-MD5 if not required), firewalling LDAP ports (389/636) to trusted networks, monitoring for SASL-framed packets with length prefix 0xFFFFFFFC through 0xFFFFFFFF, and enabling audit logging (nsslapd-auditlog-logging-enabled: on). On RHEL 8, upgrading glibc reduces remote code execution exploitability but does not eliminate denial of service.