CVE-2025-40013
BaseFortify
Publication date: 2025-10-20
Last updated on: 2025-10-21
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qcom | audioreach | * |
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 null pointer dereference in the Linux kernel's Qualcomm audioreach driver. Specifically, the function audioreach_widget_load_module_common() may return NULL or an error pointer, and without a proper NULL check, the code could attempt to dereference this invalid pointer, leading to a crash or unexpected behavior.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the affected system to crash or behave unpredictably due to a null pointer dereference in the audioreach driver. This could lead to denial of service or instability in audio-related functions on devices using the Qualcomm audioreach component.