Skip to main content

pam_usb CVE-2026-48064

| EUVD-2026-32650 HIGH
Incorrect Authorization (CWE-863)
2026-05-27 GitHub_M
8.1
CVSS 3.1
Share

CVSS VectorNVD

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

Lifecycle Timeline

3
Patch available
May 27, 2026 - 22:04 EUVD
Analysis Generated
May 27, 2026 - 21:01 vuln.today
CVE Published
May 27, 2026 - 19:59 nvd
HIGH 8.1

DescriptionNVD

pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, when a PAM service is configured with deny_remote=false in pam_usb (commonly done for display managers such as gdm-password or lightdm to bypass process/TTY heuristics for local sessions), the PAM_RHOST check in pusb_do_auth() is also skipped. PAM_RHOST is set by remote daemons (sshd, XDMCP servers) to identify the remote client address. Because the check is gated inside if (opts.deny_remote), a genuine remote XDMCP connection reaches the USB device authentication step instead of being rejected. This vulnerability is fixed in 0.9.1.

AnalysisAI

Authentication bypass in pam_usb before 0.9.1 allows remote unauthenticated attackers to reach the USB hardware-authentication step over XDMCP when an administrator has set deny_remote=false - a common tweak for display managers like gdm-password or lightdm. Because the PAM_RHOST remote-client check is gated inside the same deny_remote conditional, disabling deny_remote inadvertently disables the safeguard that rejects remote connections, so a genuine remote XDMCP session is treated like a local one. …

Sign in for full analysis, threat intelligence, and remediation guidance.

RemediationAI

Within 24 hours: audit all systems running pam_usb to identify instances with deny_remote=false; immediately re-enable deny_remote=true or disable XDMCP if remote display access is not required. Within 7 days: complete remediation across all affected systems and implement network-level access controls restricting XDMCP to trusted networks only. …

Sign in for detailed remediation steps.

Share

CVE-2026-48064 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy