๐Ÿ” CVE Alert

CVE-2025-40004

UNKNOWN 0.0

net/9p: Fix buffer overflow in USB transport layer

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Oct 20, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

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

Affected Versions

Linux / Linux
a3be076dc174d9022a71a12554feb4c97b5c4d5c < 0da18d49f874d444ad83c8a546fa33bfcf2f582c a3be076dc174d9022a71a12554feb4c97b5c4d5c < df8462f0fc045b4475dc494a5787a03c972ba2a2 a3be076dc174d9022a71a12554feb4c97b5c4d5c < c04db81cd0288dfc68b7a0f7d09bd49b40bba451
Linux / Linux
6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/0da18d49f874d444ad83c8a546fa33bfcf2f582c git.kernel.org: https://git.kernel.org/stable/c/df8462f0fc045b4475dc494a5787a03c972ba2a2 git.kernel.org: https://git.kernel.org/stable/c/c04db81cd0288dfc68b7a0f7d09bd49b40bba451