Threats Tagged 'cve-2025-68808'
View all threats tagged with 'cve-2025-68808'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2025-68808'
Click on any threat for detailed analysis and mitigation recommendations
A use-after-free and double-free vulnerability was identified and resolved in the Linux kernel's vidtv media subsystem. The issue arises because local pointers are not initialized to NULL after transferring memory ownership, leading to potential double freeing of memory. This flaw affects the handling of program, service, and event lists in the vidtv_channel_si_init() function and related memory assignment functions. The vulnerability could cause memory corruption and potentially allow for privilege escalation or denial of service. Join the discussion | GCVE Database | 01/13/2026, 18:31:04 UTC Added: 07/30/2026, 15:50:41 UTC |
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. Join the discussion | GCVE Database | 01/13/2026, 16:16:00 UTC Added: 07/18/2026, 11:31:07 UTC |
Showing 1 to 2 of 2 results