CVE-2026-45992
BaseFortify
Publication date: 2026-05-27
Last updated on: 2026-05-27
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 exists in the Linux kernel's ALSA caiaq driver. It involves a potential resource leak where an internal USB Request Block (URB) named ep1_in_urb might have been submitted before an error occurs during the setup_card() function. While normally this URB is properly killed during disconnection, the error handling path did not kill it, leading to a potential leak of this resource.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential resource leak in the Linux kernel's ALSA caiaq driver. This could lead to inefficient resource usage or instability in the system if the leaked URB accumulates over time. However, no direct security impact such as privilege escalation or data corruption is described.