Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68808

7.8 · HIGH
Published Jan 13, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2025-68808 is a high-severity vulnerability. It was published on January 13, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68808?

CVE-2025-68808 is a high-severity vulnerability. It was published on January 13, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-68808?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-68808?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68808?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68808 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.