CVE-2026-90996 PUBLISHED

Sssd: sssd: denial of service in nss responder via crafted zero-length requests

Assigner: redhat
Reserved: 14.09.2026 Published: 14.09.2026 Updated: 14.09.2026

A flaw was found in sssd. A local unprivileged user could send a specially crafted request with a zero-length body to the Network Security Services (NSS) responder. This could lead to a denial-of-service condition, causing the NSS responder to become unstable or terminate. This vulnerability affects the availability of the system responder.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
CVSS Score: 4

Product Status

Vendor Red Hat
Product Red Hat Enterprise Linux 10
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 6
Versions Default: unknown
Vendor Red Hat
Product Red Hat Enterprise Linux 7
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 8
Versions Default: affected
Vendor Red Hat
Product Red Hat Enterprise Linux 9
Versions Default: affected
Vendor Red Hat
Product Red Hat OpenShift Container Platform 4
Versions Default: affected
Vendor Red Hat
Product Red Hat OpenShift Container Platform 4
Versions Default: affected

Workarounds

To mitigate this issue, restrict access to the NSS responder UNIX socket or disable the NSS responder if it is not required. The NSS responder can be disabled by editing the /etc/sssd/sssd.conf file and removing nss from the services line in the [sssd] section. After modifying the configuration, restart the SSSD service for the changes to take effect. Disabling the NSS responder may impact local user and group resolution.

Example: ```bash

<h1>Remove 'nss' from the services line in /etc/sssd/sssd.conf</h1> <h1>Before: services = nss, pam, autofs</h1> <h1>After: services = pam, autofs</h1>

sudo systemctl restart sssd `` Warning: Restarting thesssd` service will temporarily interrupt authentication and authorization services.

Credits

  • This issue was discovered by Found by AISLE in partnership with Red Hat.

References

Problem Types

  • Integer Underflow (Wrap or Wraparound) CWE