Description
A flaw was found in 389-ds-base. A remote, authenticated attacker could exploit a vulnerability in the Simple Authentication and Security Layer (SASL) UNBIND process. By sending a specially crafted request, the attacker can cause a connection to stall, leading to resource exhaustion and a Denial of Service (DoS) for the server.
Published: 2026-08-25
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A remote, authenticated attacker can send a specially crafted SASL UNBIND request to the 389-ds-base directory service. The malformed request causes the server to stall the connection, leading to resource exhaustion and a denial of service for the affected system. The flaw is a classic example of an out-of-bounds write vulnerability (CWE‑787).

Affected Systems

The vulnerability affects Red Hat Directory Server versions 11, 12, and 13, as well as Red Hat Enterprise Linux operating systems from release 6 through 10. All systems running 389-ds-base on these platforms are potentially impacted.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, and the vulnerability is not listed in CISA’s KEV catalog. No EPSS score is available, so the likelihood of exploitation is unknown. The most likely attack vector is remote authenticated LDAP traffic: an attacker must first authenticate to the directory service before sending the malformed UNBIND command. Once exploited, the denial of service lasts for as long as the stalled connections remain open, potentially impacting all clients that rely on the service.

Generated by OpenCVE AI on August 25, 2026 at 08:20 UTC.

Remediation

Vendor Workaround

To mitigate this issue, restrict network access to the 389-ds-base service to only trusted clients and networks. This can be achieved by configuring firewall rules to limit inbound connections to the LDAP ports (typically 389 for LDAP and 636 for LDAPS) to known, authorized IP addresses or subnets. Example using `firewalld`: ```bash # firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="<TRUSTED_IP_OR_SUBNET>" port port="389" protocol="tcp" accept' # firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="<TRUSTED_IP_OR_SUBNET>" port port="636" protocol="tcp" accept' # firewall-cmd --reload ``` Replace `<TRUSTED_IP_OR_SUBNET>` with the actual IP addresses or network ranges of your trusted clients. This action may impact legitimate clients if not configured correctly. A service restart is not required for firewall changes to take effect.


OpenCVE Recommended Actions

  • Restrict network access to the LDAP ports (389 and 636) to only trusted IP addresses or subnets using firewall rules or firewalld rich rules
  • Apply any available vendor patch or update for 389-ds-base when it becomes available
  • Monitor LDAP connections for stalling or dropped connections and ensure only authorized clients perform UNBIND operations

Generated by OpenCVE AI on August 25, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in 389-ds-base. A remote, authenticated attacker could exploit a vulnerability in the Simple Authentication and Security Layer (SASL) UNBIND process. By sending a specially crafted request, the attacker can cause a connection to stall, leading to resource exhaustion and a Denial of Service (DoS) for the server.
Title 389-ds-base: 389-ds-base: cve-2026-11610 incomplete fix may introduce a connection-stall dos
First Time appeared Redhat
Redhat directory Server
Redhat enterprise Linux
Weaknesses CWE-787
CPEs cpe:/a:redhat:directory_server:11
cpe:/a:redhat:directory_server:12
cpe:/a:redhat:directory_server:13
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:6
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat directory Server
Redhat enterprise Linux
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Redhat Directory Server Enterprise Linux
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-25T07:33:02.549Z

Reserved: 2026-08-25T05:00:43.165Z

Link: CVE-2026-78701

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T08:18:10.713

Modified: 2026-08-25T08:18:10.713

Link: CVE-2026-78701

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T08:30:04Z

Weaknesses