CVE-2026-48065

pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/conf.c allocates heap memory proportional to n_devices, a count derived from libxml2 XPath evaluation of the config file, without first enforcing an upper bound. On 32-bit targets (armv7l, i686 -- both listed in the project Makefile), the multiplication n_devices * sizeof(t_pusb_device) wraps around size_t, causing xmalloc() to receive a very small size. Because xmalloc() only calls abort() on NULL return, a small-but-non-NULL allocation is accepted, and subsequent array writes overflow the heap. This vulnerability is fixed in 0.9.1.
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-48065

Mitre link : CVE-2026-48065

CVE.ORG link : CVE-2026-48065


JSON object : View

Products Affected

No product.

CWE
CWE-122

Heap-based Buffer Overflow

CWE-190

Integer Overflow or Wraparound