CVE-2025-68170
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
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 involves the Linux kernel's Radeon DRM driver where the driver's main structure (rdev) was incorrectly freed using kfree() despite being managed by devres after changing the allocation to devm_drm_dev_alloc(). This improper freeing could cause system instability or crashes if the driver probe fails and devres attempts to clean up the rdev after it has already been freed.
How can this vulnerability impact me? :
If this vulnerability is triggered, it can cause system instability or crashes due to double freeing of the driver's main structure. This can lead to unexpected behavior or failure of the Radeon DRM driver, potentially affecting graphics functionality on affected Linux systems.