
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-68744 is an information disclosure vulnerability in SSSD (System Security Services Daemon) caused by the use of uninitialized heap memory in the NSS responder's sss_nss_protocol_fill_initgr() function. When processing initgroups replies, the function pre-allocates packet space for all group entries but fails to shrink the packet when groups are skipped (non-POSIX, incomplete, or filtered), causing uninitialized heap bytes to be transmitted to the client. The vulnerability affects SSSD as shipped in Red Hat Enterprise Linux and Red Hat CoreOS (RHCOS). It was reported on July 31, 2026 and publicly disclosed on August 3–4, 2026, with a CVSS v3.1 base score of 3.3 (Low) (Red Hat CVE, Github Advisory).
The root cause is classified as CWE-908 (Use of Uninitialized Resource). In src/responder/nss/nss_protocol_grent.c, the sss_nss_protocol_fill_initgr() function calls sss_packet_grow() — which internally uses talloc_realloc_size() — to pre-allocate reply space for all group entries. Because talloc_realloc_size() does not zero-fill newly allocated memory, and the code does not shrink the packet when groups are skipped, the trailing unwritten bytes containing uninitialized heap data are transmitted to the client. An attacker exploits this by sending SSS_NSS_INITGR (opcode 0x0026) requests to the world-writable NSS responder socket at /var/lib/sss/pipes/nss, and can use heap grooming techniques (e.g., a preceding getpwnam query) to influence what data is leaked (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation allows a local attacker with low privileges to read uninitialized heap memory from the sssd_nss process, potentially disclosing other users' cached directory records (e.g., usernames, group memberships) and heap pointer values. The leaked heap pointers are of particular concern as they could facilitate ASLR bypass if chained with a separate memory-corruption vulnerability. Critically, credentials, password hashes, and Kerberos tickets reside in the separate sssd_pam and sssd_be processes and are not exposed by this flaw. There is no integrity or availability impact (Red Hat CVE).
There is no known public exploit code or evidence of in-the-wild exploitation as of the disclosure date. The NVD SSVC assessment confirms exploitation status as "none" and the vulnerability is not automatable. The EPSS score is approximately 0.097% (1st percentile), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The flaw 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/nss.getpwnam NSS query for a target user to populate the sssd_nss heap with that user's cached directory data, increasing the likelihood of leaking meaningful content.SSS_NSS_INITGR (opcode 0x0026) request to the NSS responder socket for a user whose group memberships include skipped (non-POSIX, incomplete, or filtered) groups.sssd_nss process./var/lib/sss/pipes/nss from unexpected local processes or users; high-frequency SSS_NSS_INITGR requests from a single process./var/log/sssd/sssd_nss.log) showing repeated initgroups requests for the same user in rapid succession, especially interleaved with getpwnam queries from the same process./var/lib/sss/pipes/nss rather than using standard NSS library calls; processes reading unusually large reply buffers from the SSSD socket.Red Hat has stated that no mitigation is currently available that meets their criteria for ease of use, deployment applicability, and stability. Affected products include SSSD as shipped in Red Hat Enterprise Linux (multiple versions) and RHCOS. Organizations should monitor for patches via Red Hat errata and apply them promptly when released. In the interim, restricting local user access to sensitive systems running SSSD and monitoring access to /var/lib/sss/pipes/nss can reduce exposure. The GitHub Advisory notes that affected and patched versions are currently unknown, indicating the fix is still pending (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 tooling. Indian news outlets including ANI News, Punjab Kesari, and Business Standard covered the discovery, highlighting it as one of three security flaws found in Enterprise Linux using AI. Red Hat acknowledged the report via their PSIRT process (PSIRTSUPT-20553) and credited BreachX Zero Day Labs in their advisory (Red Hat CVE).
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."