CVE-2026-48065
Last modified
CVE-2026-48065 is a medium-severity vulnerability rated 6.7/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48065?
How severe is CVE-2026-48065?
How do I fix CVE-2026-48065?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48059Netty is a network application framework for development of …7.5
- CVE-2026-48060Litestar is an Asynchronous Server Gateway Interface (ASGI) …8.1
- CVE-2026-48061Litestar is an Asynchronous Server Gateway Interface (ASGI) …5.9
- CVE-2026-48062CodeIgniter is a PHP full-stack web framework. Prior to 4.7.…9.8
- CVE-2026-48063Baileys is a cocket-based TS/JavaScript API for WhatsApp Web…9.3
- CVE-2026-48064pam_usb provides hardware authentication for Linux using ord…8.1
- CVE-2026-48066pam_usb provides hardware authentication for Linux using ord…5.7
- CVE-2026-48067Filament is a collection of full-stack components for accele…6.5
- CVE-2026-48068@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-48069@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-4807The Appointment Booking Calendar plugin for WordPress is vul…6.5
- CVE-2026-48071OpenReception's appointment booking software provides an end…5.8
Are you affected by CVE-2026-48065?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
