CVE-2023-54284
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54284 is a vulnerability in the Linux kernel's media: av7110 driver where an integer underflow can occur in the write_ts_to_decoder() function. The issue arises because a user-controlled value (buf[4], sourced via ts_play()) is used in a length calculation — len - (buf[4] + 1) - 4 — without validating that the result is non-negative. The vulnerability affects Linux kernel versions from 2.6.31 up to multiple stable branches, with fixes backported to versions 4.14.315, 4.19.283, 5.4.243, 5.10.211, 5.15.111, 6.1.28, 6.2.15, 6.3.2, and 6.4. It was published on December 30, 2025, and carries an estimated CVSS severity of Medium (Feedly, ENISA EUVD).

Technical details

The root cause is an integer underflow (CWE-191) in the write_ts_to_decoder() function within the Linux kernel's av7110 DVB media driver. The buf[4] byte, which is a user-supplied u8 value passed through ts_play(), is used without bounds checking in the expression len - (buf[4] + 1) - 4 before being forwarded to av7110_ipack_instant_repack(). If buf[4] is sufficiently large, the computed length becomes negative (as a signed integer), potentially causing undefined behavior in downstream processing. The fix adds an explicit check to ensure the computed length is non-negative before proceeding, and removes the now-redundant if (!len) guard (Feedly).

Impact

The practical impact of this vulnerability is limited, as the av7110 driver targets legacy DVB hardware (AV7110-based satellite receiver cards) and exploitation requires local access to a system with this hardware and driver loaded. Passing a negative length to av7110_ipack_instant_repack() could result in unexpected kernel behavior, though the severity of any resulting memory corruption or stability issue is not clearly established. The vulnerability does not appear to enable remote code execution or privilege escalation under typical conditions (Feedly).

Mitigation and workarounds

The Linux kernel maintainers have released patches across multiple stable branches. Users should update to the following fixed versions or later: 4.14.315, 4.19.283, 5.4.243, 5.10.211, 5.15.111, 6.1.28, 6.2.15, 6.3.2, or 6.4. As a workaround, systems that do not use AV7110-based DVB hardware can blacklist or unload the av7110 kernel module to eliminate the attack surface. Applying the relevant distribution vendor's kernel update is the recommended remediation (Feedly, ENISA EUVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management