CVE-2025-40098
BaseFortify
Publication date: 2025-10-30
Last updated on: 2025-10-30
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 NULL pointer dereference in the Linux kernel's ALSA hda driver for the cs35l41 component. Specifically, the function acpi_evaluate_dsm() can return NULL, but the code did not check for this before dereferencing the return value, which could cause a crash. The fix adds a check to prevent dereferencing NULL pointers.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when handling certain ACPI calls in the ALSA hda cs35l41 driver. This could lead to system instability or denial of service.