CVE-2025-68808
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
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 in the Linux kernel's media vidtv component occurs because local pointers are not initialized to NULL after transferring memory ownership. Specifically, functions that assign memory ownership to PAT/SDT/EIT tables do not reset the local pointers, leading to a situation where freed memory can be accessed and freed again. This causes a use-after-free and double-free vulnerability.
How can this vulnerability impact me? :
The vulnerability can lead to use-after-free and double-free conditions, which may cause system instability, crashes, or potential exploitation by attackers to execute arbitrary code or cause denial of service.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Linux kernel to a version where the vidtv component properly initializes local pointers to NULL upon memory ownership transfer, thereby preventing use-after-free and double-free conditions.