Description
A flaw was found in SSSD's LDAP sudo provider. When the ldap_sudo_search_base option is not explicitly configured, SSSD searches the entire LDAP directory tree for sudoRole objects. An authenticated attacker with write access to any subtree can inject a sudoRole object granting root-level sudo privileges on all SSSD-enrolled hosts.
Published: 2026-07-07
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SSSD’s LDAP sudo provider flaw causes an unconfigured ldap_sudo_search_base to trigger a full directory tree scan for sudoRole objects. An authenticated attacker with write access to any LDAP subtree can inject a sudoRole object, granting root‑level sudo rights on every host where SSSD is enrolled, which provides the attacker complete administrative control across the infrastructure.

Affected Systems

The vulnerability affects Red Hat Enterprise Linux versions 6 through 10 and the OpenShift Container Platform 4 family. All editions of these products that contain the affected SSSD version are susceptible, as the specific impacted SSSD releases are not listed in the CNA data.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity. The EPSS score of < 1% reflects a very low probability of exploitation, however, in environments with broad LDAP write privileges the risk still exists. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an LDAP account that can write objects to the directory; attackers who already have such permissions can create or modify sudoRole entries and elevate privileges. The risk remains significant for environments where LDAP write access is granted broadly or where SSSD is used without explicit search base restrictions.

Generated by OpenCVE AI on July 26, 2026 at 19:32 UTC.

Remediation

Vendor Workaround

Set ldap_sudo_search_base explicitly in /etc/sssd/sssd.conf to restrict the search to the designated sudoers container: [domain/example.com] ldap_sudo_search_base = ou=sudoers,dc=example,dc=com Additionally, restrict LDAP ACLs to prevent non-admin principals from creating sudoRole objects outside the designated sudoers container.


OpenCVE Recommended Actions

  • Explicitly configure ldap_sudo_search_base in /etc/sssd/sssd.conf to limit searches to the intended sudoers container.
  • Restrict LDAP ACLs so that only administrator principals can create sudoRole objects outside the designated sudoers container.
  • Review LDAP directory write permissions to ensure only authorized users have the ability to add or modify sudoRole objects.

Generated by OpenCVE AI on July 26, 2026 at 19:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
First Time appeared Redhat enterprise Linux Eus
CPEs cpe:/o:redhat:enterprise_linux_eus:10.0
Vendors & Products Redhat enterprise Linux Eus
References

Mon, 20 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
CPEs cpe:/o:redhat:enterprise_linux:9 cpe:/a:redhat:enterprise_linux:9::appstream
cpe:/a:redhat:enterprise_linux:9::crb
cpe:/o:redhat:enterprise_linux:9::baseos
References

Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
CPEs cpe:/o:redhat:enterprise_linux:10 cpe:/o:redhat:enterprise_linux:10.2
References

Wed, 08 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Tue, 07 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in SSSD's LDAP sudo provider. When the ldap_sudo_search_base option is not explicitly configured, SSSD searches the entire LDAP directory tree for sudoRole objects. An authenticated attacker with write access to any subtree can inject a sudoRole object granting root-level sudo privileges on all SSSD-enrolled hosts.
Title Sssd: sssd: sudo ldap provider searches entire directory tree for sudorole objects by default, enabling privilege escalation
First Time appeared Redhat
Redhat enterprise Linux
Redhat openshift
Weaknesses CWE-1188
CPEs cpe:/a:redhat:openshift:4
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 enterprise Linux
Redhat openshift
References
Metrics cvssV3_1

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


Subscriptions

Redhat Enterprise Linux Enterprise Linux Eus Openshift
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-27T10:34:23.686Z

Reserved: 2026-07-02T14:49:31.316Z

Link: CVE-2026-14474

cve-icon Vulnrichment

Updated: 2026-07-07T13:41:56.725Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-07T09:00:00Z

Links: CVE-2026-14474 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:45:03Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default