๐Ÿ” CVE Alert

CVE-2026-48984

MEDIUM 4.7

pam_usb: xfree() does not call explicit_bzero โ€” sensitive cryptographic material may linger in freed heap

CVSS Score
4.7
EPSS Score
0.0%
EPSS Percentile
0th

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
Stay Ahead of the Next One

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.

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

CVSS v3 Breakdown

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

Affected Versions

mcdope / pam_usb
< 0.9.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mcdope/pam_usb/security/advisories/GHSA-rmp6-wfrq-wrrc github.com: https://github.com/mcdope/pam_usb/releases/tag/0.9.2