CVE-2025-38070
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's ASoC driver for sma1307. It involves missing NULL pointer checks in the function sma1307_setting_loaded(). Since variables allocated by kzalloc and devm_kzalloc can be NULL, the lack of proper NULL checks could lead to dereferencing NULL pointers. The fix added multiple pointer checks and cleanup to prevent this issue.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference NULL pointers, potentially leading to system crashes or instability. This could affect system reliability and availability.