CVE-2026-48984
pam_usb: xfree() does not call explicit_bzero โ sensitive cryptographic material may linger in freed heap
pam_usb provides hardware authentication for Linux using ordinary removable media. In versions 0.9.1 and below, the xfree() memory release helper in calls free() without first zeroing the buffer contents, releasing heap-allocated buffers containing sensitive data โ including one-time pad bytes read from disk โ without clearing, leaving the sensitive content in freed heap memory until it happens to be overwritten by a subsequent allocation. On a system where a use-after-free condition exists, or where a heap inspection primitive becomes available, this could allow recovery of pad values or other authentication material from freed memory regions. This is a defence-in-depth requirement consistent with prior hardening work in this codebase (GHSA-vx6f-rrqr-j87c applied explicit_bzero to some pad paths; this issue generalises the pattern to the central deallocation helper).
| CWE | CWE-14 CWE-226 |
| Vendor | mcdope |
| Product | pam_usb |
| Published | Jun 18, 2026 |
| Last Updated | Jun 18, 2026 |
Get instant alerts for mcdope pam_usb
Be the first to know when new medium vulnerabilities affecting mcdope pam_usb are published โ delivered to Slack, Telegram or Discord.
CVSS v3 Breakdown
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N