CVE Catalog

CVE-2026-87853

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

In SSSD's IdP authentication provider, the eval_access_token_buf() function compares the OIDC subject identifier using strncmp() with the authenticated user's identifier length, performing a prefix comparison instead of an exact match. An attacker whose IdP identifier is a strict prefix of a target user's identifier can authenticate as the target user.

Risk Assessment

The risk includes unauthorized access to user accounts, potentially leading to privilege escalation and system integrity compromise.

Recommendation

Update SSSD to a patched version and implement exact matching of OIDC identifiers.

Other vulnerabilities in SSSD

See all
Original NVD description (English source)

A flaw was found in SSSD's IdP authentication provider. The eval_access_token_buf() function compares the OIDC subject identifier using strncmp() with the authenticated user's identifier length, performing a prefix comparison instead of an exact match. An attacker whose IdP identifier is a strict prefix of a target user's identifier can authenticate as the target user.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS