CVE-2025-40004
Last modified
CVE-2025-40004 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix buffer overflow in USB transport layer A buffer overflow vulnerability exists in the USB 9pfs transport layer where inconsistent size validation between packet header parsing and actual data copying allows a malicious USB host to overflow heap buffers. The issue occurs because: - usb9pfs_rx_header() validates only the declared size in packet header - usb9pfs_rx_complete() uses req->actual (actual received bytes) for memcpy This allows an attacker to craft packets with small declared size (bypassing validation) but large actual payload (triggering overflow in memcpy). Add validation in usb9pfs_rx_complete() to ensure req->actual does not exceed the buffer capacity before copying data.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix buffer overflow in USB transport layer A buffer overflow vulnerability exists in the USB 9pfs transport layer where inconsistent size validation between packet header parsing and actual data copying allows a malicious USB host to overflow heap buffers. The issue occurs because: - usb9pfs_rx_header() validates only the declared size in packet header - usb9pfs_rx_complete() uses req->actual (actual received bytes) for memcpy This allows an attacker to craft packets with small declared size (bypassing validation) but large actual payload (triggering overflow in memcpy). Add validation in usb9pfs_rx_complete() to ensure req->actual does not exceed the buffer capacity before copying data.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a3be076dc174d9022a71a12554feb4c97b5c4d5c, < 0da18d49f874d444ad83c8a546fa33bfcf2f582c; >= a3be076dc174d9022a71a12554feb4c97b5c4d5c, < df8462f0fc045b4475dc494a5787a03c972ba2a2; >= a3be076dc174d9022a71a12554feb4c97b5c4d5c, < c04db81cd0288dfc68b7a0f7d09bd49b40bba451 |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40004?
How severe is CVE-2025-40004?
How do I fix CVE-2025-40004?
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 2025
- CVE-2025-39999In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4000A vulnerability, which was classified as problematic, was fo…5.4
- CVE-2025-40000In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-40001In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40002In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40003In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-40006In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40007In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40008In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40009In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4001A vulnerability has been found in scipopt scip up to 9.2.1 a…4.8
Are you affected by CVE-2025-40004?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
