Linux-PAM: Authentication bypass A vulnerability has been found in Linux-PAM, allowing attackers to bypass the authentication process. pam 2020-12-07 2020-12-07 756361 local, remote 1.5.1 1.5.1

Linux-PAM (Pluggable Authentication Modules) is an architecture allowing the separation of the development of privilege granting software from the development of secure and appropriate authentication schemes.

A flaw was found in Linux-Pam in the way it handle empty passwords for non-existing users.

A remote attacker, who only needs to know a non-existing username, could bypass security restrictions and authenticate as root user.

Ensure that root account is protected by a non-empty password.

All Linux-PAM users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=sys-libs/pam-1.5.1"
CVE-2020-27780 sam_c whissi