๐Ÿ” CVE Alert

CVE-2026-54411

MEDIUM 5.9
CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

Linux-PAM through 1.7.2 contains an observable timing discrepancy (CWE-208) in the pam_userdb module's plaintext-password comparison path in modules/pam_userdb/pam_userdb.c that allows a local or network-adjacent attacker able to repeatedly drive authentication through a calling service to recover the plaintext password of a target account by measuring response-timing differences. The comparison uses strncmp() (or strncasecmp() when PAM_ICASE_ARG is set) preceded by a length-equality check, so the time to reject a candidate depends on the index of the first differing byte and on whether the candidate's length matches the stored password, leaking the password length and individual prefix bytes. The vulnerable path is reached when the administrator configures pam_userdb with crypt=none, with an unrecognized crypt method, or without a crypt= argument, causing the module to store and compare credentials in plaintext.

CWE CWE-208
Vendor linux-pam
Product linux-pam
Published Jun 14, 2026
Stay Ahead of the Next One

Get instant alerts for linux-pam linux-pam

Be the first to know when new medium vulnerabilities affecting linux-pam linux-pam are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

Linux-PAM / Linux-PAM
0 โ‰ค 1.7.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/linux-pam/linux-pam github.com: https://github.com/linux-pam/linux-pam/blob/master/modules/pam_userdb/pam_userdb.c#L327 github.com: https://github.com/linux-pam/linux-pam/blob/master/libpam/include/pam_inline.h cwe.mitre.org: https://cwe.mitre.org/data/definitions/208.html

Credits

Xurshidbek Sobirjonov