CVE-2023-54093
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54093 is a null pointer dereference vulnerability in the Linux kernel's media: anysee DVB-USB driver, specifically within the anysee_master_xfer function. A local, low-privileged attacker can craft malicious I2C messages with a null buf pointer and zero len field to bypass existing input checks and trigger a kernel crash. The vulnerability affects Linux kernel versions from the initial commit up to the patched releases (4.14.326, 4.19.295, 5.4.257, 5.10.197, 5.15.133, 6.1.55, 6.5.5, and 6.6). It was published on December 24, 2025, with a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Feedly).

Technical details

The root cause is a null pointer dereference (CWE-476) in the anysee_master_xfer function of the drivers/media/usb/dvb-usb/anysee.c driver. When user-controlled I2C message data (msg) is processed, the function checks msg[i].buf for null but fails to validate msg[i].len; when both buf is null and len is zero, the null check is bypassed and the code proceeds to access msg[i].buf[0] without a sanity check, causing a null pointer dereference. The fix adds an explicit check on msg[i].len before accessing the buffer, mirroring a similar fix applied to the az6027 driver (commit 0ed554fd769a). Exploitation requires local access and the ability to interact with the anysee DVB-USB device interface (Red Hat CVE, Red Hat Bugzilla).

Impact

Successful exploitation results in a kernel null pointer dereference, causing a system crash (denial of service). The impact is limited to availability — there is no confidentiality or integrity impact — but a crash can disrupt all services running on the affected host. The vulnerability requires local low-privileged access, limiting its scope to systems where an attacker already has a foothold and the anysee driver is loaded (Red Hat CVE, Feedly).

Mitigation and workarounds

Update the Linux kernel to a patched version: 4.14.326, 4.19.295, 5.4.257, 5.10.197, 5.15.133, 6.1.55, 6.5.5, or 6.6 and later. If an immediate kernel update is not feasible, consider blacklisting or unloading the anysee DVB-USB kernel module (modprobe -r anysee) on systems where the hardware is not in use, to eliminate the attack surface. Apply least-privilege access controls to limit which users can interact with USB media devices (Red Hat CVE, Red Hat Bugzilla).

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