
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-68743 is an out-of-bounds read vulnerability in SSSD (System Security Services Daemon) affecting the PAM responder component. The flaw exists in the extract_authtok_v1() function, which fails to validate the auth_token_length field against the remaining buffer size before processing, allowing a local attacker to crash the sssd_pam responder via a crafted protocol v1 request. Affected products include SSSD on Red Hat Enterprise Linux 7, 8, 9, and 10, Red Hat OpenShift Container Platform 4, Red Hat CoreOS (RHCOS), and Fedora. The vulnerability was reported on July 31, 2026, and publicly disclosed on August 3–4, 2026. Red Hat assigns a CVSS v3.1 base score of 5.5 (Medium), while NVD scores it 7.1 (High) (Red Hat CVE, GitHub Advisory).
The root cause is CWE-125 (Out-of-bounds Read): in src/responder/pam/pamsrv_cmd.c, the extract_authtok_v1() function reads a 32-bit auth_token_length from the client request but does not validate it against the remaining buffer size before passing it to sss_authtok_set_password(). When sss_authtok_set_string() processes the token, it accesses str[len-1] using the unvalidated length, resulting in a heap-buffer-overflow read. Notably, the equivalent protocol v2 code path includes a bounds check (*c + data_size > blen) that is absent from the v1 path. The attack vector requires local access: an attacker must connect to the world-writable PAM responder Unix socket (/var/lib/sss/pipes/pam) and send a crafted protocol v1 authentication request with an oversized auth_token_length value; the stock PAM client uses protocol v3 and is not affected (Red Hat CVE, Red Hat Bugzilla).
Successful exploitation causes the sssd_pam responder process to crash, resulting in a denial of service for all SSSD-mediated authentication (e.g., LDAP/AD logins). While the SSSD monitor may automatically respawn the responder, repeated crashes can lead to a persistent authentication outage for SSSD-managed users. On SSSD versions prior to 2.10, the responder may run as root, though the primary impact remains availability; NVD also notes a potential high confidentiality impact due to the out-of-bounds read potentially exposing heap memory contents such as cryptographic material or other sensitive data (Red Hat CVE, GitHub Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the disclosure date. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and NVD's SSVC assessment classifies exploitation as "none" and automation as "no." The EPSS score is approximately 0.136% (3rd percentile), indicating a low near-term exploitation probability. The vulnerability was discovered and reported by Vivek Parikh of BreachX Zero Day Labs using homegrown AI-assisted tooling (Red Hat CVE, GitHub Advisory).
/var/lib/sss/pipes/pam.auth_token_length field to a value larger than the actual remaining buffer size (e.g., a large 32-bit integer)./var/lib/sss/pipes/pam using a raw socket client (e.g., a custom C program or Python script using socket.AF_UNIX) and transmit the malformed packet.extract_authtok_v1() function reads beyond the buffer boundary, causing a heap-buffer-overflow read and a segmentation fault that crashes the sssd_pam responder process.sssd_pam process crash entries in /var/log/sssd/sssd_pam.log or system journal (journalctl -u sssd); segmentation fault or abort signals logged for the sssd_pam process; SSSD monitor log entries showing repeated responder restarts.sssd_pam process visible via ps aux or systemctl status sssd; core dump files (e.g., core.*) in the SSSD working directory or configured core dump path.sssd_pam in /var/lib/sss/ or system core dump directory./var/lib/sss/pipes/pam from non-standard processes (detectable via ss -x or lsof /var/lib/sss/pipes/pam); connections from processes that are not the standard PAM client.Red Hat has stated that no mitigation is currently available that meets their criteria for ease of use, deployment, and stability. The recommended action is to apply vendor-supplied patches once released for the affected RHEL and Fedora packages. As a partial risk reduction, administrators can monitor and restrict access to the PAM responder socket (/var/lib/sss/pipes/pam) using SELinux policies or filesystem ACLs to limit which local users can connect, though this may impact legitimate PAM functionality. Organizations should also ensure SSSD 2.10 or later is deployed where possible, as responders run as an unprivileged user in that version, limiting the blast radius of a crash (Red Hat CVE, Red Hat Bugzilla).
The vulnerability was discovered by Vivek Parikh of BreachX Zero Day Labs, an Indian cybersecurity firm, using homegrown AI-assisted security research tooling. This discovery was covered by Indian business and technology news outlets (ANI News, Business Standard, Punjab Kesari) as part of a broader story about AI-driven vulnerability research uncovering three flaws in enterprise Linux. No significant broader community or social media discussion has been identified beyond standard CVE aggregator coverage.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."