CVE-2025-38426
BaseFortify
Publication date: 2025-07-25
Last updated on: 2026-03-25
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-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's drm/amdgpu component involves insufficient validation of the RAS header read from EEPROM. If the RAS header is corrupted, the system might attempt to allocate an excessively large amount of memory to read the records, which could lead to resource exhaustion or other issues. The fix adds basic validation to the header fields to prevent this.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the system to allocate a huge amount of memory unnecessarily, potentially leading to system instability, crashes, or denial of service due to resource exhaustion.