CVE-2026-47272

pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, the pusb_pad_compare() function in src/pad.c only verified that the user-side pad (~/.pamusb/device.pad) could be read, but did not enforce that the system-side pad (the pad file on the USB device) was also present and readable. If the user-side pad was deleted or unreadable, the function returned a failure that was treated as non-fatal in certain code paths, allowing authentication to succeed without the USB device being verified. A local user can delete their own ~/.pamusb/device.pad to remove the USB device requirement and authenticate without the physical device. This vulnerability is fixed in 0.9.0.
Configurations

No configuration.

History

27 May 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-27 20:16

Updated : 2026-05-28 13:57


NVD link : CVE-2026-47272

Mitre link : CVE-2026-47272

CVE.ORG link : CVE-2026-47272


JSON object : View

Products Affected

No product.

CWE
CWE-287

Improper Authentication

CWE-908

Use of Uninitialized Resource