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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-09-09 17:17
Updated : 2026-09-10 15:17
NVD link : CVE-2026-87853
Mitre link : CVE-2026-87853
CVE.ORG link : CVE-2026-87853
JSON object : View
Products Affected
No product.
CWE
CWE-187
Partial String Comparison
