CVE-2025-40269
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential buffer overflow in the Linux kernel's USB audio driver (ALSA). The issue arises because the size of PCM audio data packets transferred over USB is dynamically determined, but the code does not properly check if the packet size exceeds the maximum allowed size defined by the USB descriptor. When the calculated packet size is larger than the allowed maximum, it can cause a buffer overflow. The fix adds a sanity check to return an error if the packet size is too large, preventing the overflow.
How can this vulnerability impact me? :
This vulnerability can lead to a buffer overflow in the USB audio driver, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges on the affected system.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability is fixed by a patch that adds a sanity check in the Linux kernel's USB-audio driver to prevent buffer overflow by returning an error when the packet size exceeds the maximum allowed size. To mitigate this vulnerability immediately, you should update your Linux kernel to a version that includes this fix.