CVE-2025-38543
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux | 6.1.153-1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves an error in the Linux kernel's drm/tegra nvdec driver where the function dma_alloc_coherent was not properly checked for a NULL return value. This could lead to improper handling of memory allocation failures. The issue was fixed by adding the correct NULL check, similar to a previous fix in the vic.c driver.
How can this vulnerability impact me? :
If the dma_alloc_coherent function returns NULL and this is not properly checked, it could cause the kernel driver to behave incorrectly, potentially leading to system instability, crashes, or security issues related to improper memory handling.