Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…
EPSS 0.1%top 99%

A flaw was found in SSSD. The sss_nss_protocol_fill_initgr() function in the NSS responder pre-allocates reply space for all group entries but does… (CVE-2026-68744)

0
Medium
Published: 08/04/2026 (08/04/2026, 06:16:00 UTC)
Source: GCVE Database
Product: sssd

Description

A vulnerability in SSSD's NSS responder allows a local attacker to obtain uninitialized heap data from the sssd_nss process. This occurs because the sss_nss_protocol_fill_initgr() function pre-allocates reply space for all group entries but does not shrink the packet when groups are skipped, leading to disclosure of cached directory data and heap layout information. The flaw does not expose credentials, hashes, or tickets, which reside in separate processes. The primary risk is information disclosure that could aid in bypassing address space layout randomization (ASLR) if combined with other vulnerabilities. No patch or effective mitigation is currently available from Red Hat. The vulnerability affects multiple specific versions of sssd across various Ubuntu LTS releases and Red Hat Enterprise Linux products. The CVSS score is 3.3, indicating a medium severity local information disclosure issue.

CVSS v3.1

Score 3.3low

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Affected software

Ubuntu:16.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=xenial
Affected versions
=1.12.5-2=1.13.1-2=1.13.2-1=1.13.3-1=1.13.4-1=1.13.4-1ubuntu1=1.13.4-1ubuntu1.1=1.13.4-1ubuntu1.2=1.13.4-1ubuntu1.5=1.13.4-1ubuntu1.6=1.13.4-1ubuntu1.7=1.13.4-1ubuntu1.8=1.13.4-1ubuntu1.9=1.13.4-1ubuntu1.10=1.13.4-1ubuntu1.11=1.13.4-1ubuntu1.12=1.13.4-1ubuntu1.13=1.13.4-1ubuntu1.14=1.13.4-1ubuntu1.15
Ubuntu:18.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=bionic
Affected versions
=1.15.3-2ubuntu1=1.15.3-3ubuntu1=1.16.0-5ubuntu1=1.16.0-5ubuntu2=1.16.1-1ubuntu1=1.16.1-1ubuntu1.1=1.16.1-1ubuntu1.2=1.16.1-1ubuntu1.3=1.16.1-1ubuntu1.4=1.16.1-1ubuntu1.5=1.16.1-1ubuntu1.6=1.16.1-1ubuntu1.7=1.16.1-1ubuntu1.8
Ubuntu:20.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=focal
Affected versions
=2.2.0-4ubuntu1=2.2.2-1=2.2.2-1ubuntu1=2.2.3-1.1ubuntu1=2.2.3-2=2.2.3-3=2.2.3-3ubuntu0.1=2.2.3-3ubuntu0.2=2.2.3-3ubuntu0.3=2.2.3-3ubuntu0.4=2.2.3-3ubuntu0.6=2.2.3-3ubuntu0.7=2.2.3-3ubuntu0.8=2.2.3-3ubuntu0.9=2.2.3-3ubuntu0.10=2.2.3-3ubuntu0.11=2.2.3-3ubuntu0.12=2.2.3-3ubuntu0.13
Ubuntu:22.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=jammy
Affected versions
=2.4.1-2ubuntu4=2.5.2-4ubuntu1=2.5.2-4ubuntu3=2.5.2-4ubuntu4=2.6.1-1ubuntu3=2.6.3-1ubuntu3=2.6.3-1ubuntu3.1=2.6.3-1ubuntu3.2=2.6.3-1ubuntu3.3=2.6.3-1ubuntu3.4=2.6.3-1ubuntu3.5=2.6.3-1ubuntu3.6
Ubuntu:24.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=noble
Affected versions
=2.9.1-2ubuntu2=2.9.1-2ubuntu3=2.9.2-1ubuntu2=2.9.4-1ubuntu1=2.9.4-1.1ubuntu3=2.9.4-1.1ubuntu5=2.9.4-1.1ubuntu6=2.9.4-1.1ubuntu6.1=2.9.4-1.1ubuntu6.2=2.9.4-1.1ubuntu6.3=2.9.4-1.1ubuntu6.4=2.9.4-1.1ubuntu6.5=2.9.4-1.1ubuntu6.6
Ubuntu:26.04:LTSmore threats →ghsa
sssd
pkg:deb/ubuntu/sssd?arch=source&distro=resolute
Affected versions
=2.10.1-2ubuntu5=2.10.1-2ubuntu7=2.12.0-1ubuntu3=2.12.0-1ubuntu4=2.12.0-1ubuntu5=2.12.0-1ubuntu5.1=2.12.0-1ubuntu5.2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 08/06/2026, 19:41:22 UTC

Technical Analysis

The vulnerability in SSSD (CVE-2026-68744) involves the sss_nss_protocol_fill_initgr() function in the NSS responder, which pre-allocates reply space for all group entries but fails to shrink the packet when some groups are skipped. This results in uninitialized heap bytes being transmitted to the client. A local attacker with access to the SSSD NSS responder unix socket can exploit this to disclose cached directory data and heap layout information from the sssd_nss process. Credentials and sensitive authentication data are not exposed as they reside in separate processes (sssd_pam and sssd_be). The disclosed heap pointers could facilitate ASLR bypass if chained with other memory corruption vulnerabilities. Red Hat's advisory states no mitigation currently meets their criteria for ease of use, deployment, or stability. The issue affects numerous specific sssd package versions across Ubuntu LTS releases and Red Hat Enterprise Linux. The CVSS v3.1 score is 3.3 with a vector indicating local attack vector, low complexity, low privileges required, no user interaction, unchanged scope, and low confidentiality impact.

Potential Impact

The vulnerability allows a local attacker to read uninitialized heap memory from the sssd_nss process, disclosing cached directory data and heap layout pointers. This information disclosure is limited to directory-level information and does not include credentials, hashes, or tickets. The primary security concern is that leaked heap pointers could assist in bypassing ASLR protections if combined with other memory corruption vulnerabilities. There is no impact on integrity or availability. The CVSS score of 3.3 reflects a low confidentiality impact with no integrity or availability impact.

Mitigation Recommendations

According to the Red Hat advisory, no effective mitigation is currently available that meets their criteria for ease of use, deployment, applicability, or stability. Users should monitor vendor advisories for future updates or patches. Since the issue requires local access to the SSSD NSS responder unix socket, restricting local access to trusted users may reduce risk. No official patch or workaround is provided at this time.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-68744
Osv Schema Version
1.7.0
Aliases
[]
Ecosystems
["Ubuntu:16.04:LTS","Ubuntu:18.04:LTS","Ubuntu:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:26.04:LTS"]
Database Specific Severity
null
Cvss Version
3.1

Threat ID: 6a74cfb2bf8831d5391b27fc

Added to database: 08/06/2026, 18:17:22 UTC

Last enriched: 08/06/2026, 19:41:22 UTC

Last updated: 08/07/2026, 03:40:59 UTC

Views: 5

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses