CVE-2025-68808
Last modified
CVE-2025-68808 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: vidtv: initialize local pointers upon transfer of memory ownership vidtv_channel_si_init() creates a temporary list (program, service, event) and ownership of the memory itself is transferred to the PAT/SDT/EIT tables through vidtv_psi_pat_program_assign(), vidtv_psi_sdt_service_assign(), vidtv_psi_eit_event_assign(). The problem here is that the local pointer where the memory ownership transfer was completed is not initialized to NULL. This causes the vidtv_psi_pmt_create_sec_for_each_pat_entry() function to fail, and in the flow that jumps to free_eit, the memory that was freed by vidtv_psi_*_table_destroy() can be accessed again by vidtv_psi_*_event_destroy() due to the uninitialized local pointer, so it is freed once again. Therefore, to prevent use-after-free and double-free vulnerability, local pointers must be initialized to NULL when transferring memory ownership.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: initialize local pointers upon transfer of memory ownership vidtv_channel_si_init() creates a temporary list (program, service, event) and ownership of the memory itself is transferred to the PAT/SDT/EIT tables through vidtv_psi_pat_program_assign(), vidtv_psi_sdt_service_assign(), vidtv_psi_eit_event_assign(). The problem here is that the local pointer where the memory ownership transfer was completed is not initialized to NULL. This causes the vidtv_psi_pmt_create_sec_for_each_pat_entry() function to fail, and in the flow that jumps to free_eit, the memory that was freed by vidtv_psi_*_table_destroy() can be accessed again by vidtv_psi_*_event_destroy() due to the uninitialized local pointer, so it is freed once again. Therefore, to prevent use-after-free and double-free vulnerability, local pointers must be initialized to NULL when transferring memory ownership.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3be8037960bccd13052cfdeba8805ad785041d70, < c342e294dac4988c8ada759b2f057246e48c5108; >= 3be8037960bccd13052cfdeba8805ad785041d70, < 12ab6ebb37789b84073e83e4d9b14a5e0d133323; >= 3be8037960bccd13052cfdeba8805ad785041d70, < 3caa18d35f1dabe85a3dd31bc387f391ac9f9b4e; >= 3be8037960bccd13052cfdeba8805ad785041d70, < fb9bd6d8d314b748e946ed6555eb4a956ee8c4d8; >= 3be8037960bccd13052cfdeba8805ad785041d70, < a69c7fd603bf5ad93177394fbd9711922ee81032; >= 3be8037960bccd13052cfdeba8805ad785041d70, < 30f4d4e5224a9e44e9ceb3956489462319d804ce; >= 3be8037960bccd13052cfdeba8805ad785041d70, < 98aabfe2d79f74613abc2b0b1cef08f97eaf5322 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68808?
How severe is CVE-2025-68808?
How do I fix CVE-2025-68808?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68802In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68803In the Linux kernel, the following vulnerability has been re…8
- CVE-2025-68804In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68805In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68806In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68807In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68809In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2025-6881A vulnerability was found in D-Link DI-8100 16.07.21. It has…8.8
- CVE-2025-68810In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68811In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68812Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-68813In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68808?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
