Junglewise Threat Intelligence

CVE-2025-68808: Linux Kernel use-after-free in vidtv driver

CVE-2025-68808 · Severity: high · CVSS 7.8 · Published 2026-01-13

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's digital video broadcasting (vidtv) driver could allow a local user to crash the system or potentially execute unauthorized code. The issue occurs when the system incorrectly manages memory while setting up virtual television channels. This could lead to a service outage or a compromise of the operating system's integrity.

Technical details

A use-after-free (UAF) and double-free vulnerability exists in the Linux kernel's vidtv test driver within 'drivers/media/test-drivers/vidtv/vidtv_channel.c'. The function vidtv_channel_si_init() transfers ownership of memory for programs, services, and events to PAT/SDT/EIT tables but fails to nullify the local pointers. If a subsequent function call fails, the error handling path attempts to free these pointers again, leading to a double-free or UAF condition. This can be exploited by a local attacker with low privileges to cause a denial of service (system crash) or potentially achieve privilege escalation. Patches have been released across multiple stable kernel branches (5.10.y, 5.15.y, 6.1.y, 6.6.y, 6.12.y).

Affected products

  • Linux Linux Kernel 5.10 to 5.10.248, 5.15.198, 6.1.160, 6.6.120, 6.12.64

Timeline

  • 2025-09-05: other: Vulnerability fixed in upstream source code
  • 2026-01-13: disclosed: CVE-2025-68808 published

References

Related threats