
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38693 is a NULL pointer dereference vulnerability in the Linux kernel's media/dvb-frontends/w7090p tuner driver, specifically in the functions w7090p_tuner_write_serpar and w7090p_tuner_read_serpar. The flaw was disclosed on September 4, 2025, and affects a wide range of Linux kernel versions from 2.6.39 through 6.16.x, as well as Debian Linux 11.0. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Feedly).
The root cause is a missing length validation (CWE-476: NULL Pointer Dereference) in the w7090p_tuner_write_serpar function, where the msg parameter is user-controlled. When msg[0].buf is NULL and msg[0].len is zero, existing checks on msg[0].buf are bypassed; subsequent code then attempts to access msg[0].buf[2] without a sanity check on the message length, triggering a kernel NULL pointer dereference. The fix adds a check on msg[0].len before the buffer access, mirroring a similar fix applied to the az6027 driver (commit 0ed554fd769a). Exploitation requires local access with low privileges, as the attacker must be able to pass crafted I2C messages to the affected tuner driver (Red Hat CVE).
Successful exploitation causes a kernel crash, resulting in a denial of service (system unavailability). There is no impact on confidentiality or data integrity — the vulnerability is limited to availability. Because the crash occurs in kernel space, it affects the entire system rather than a single process or user session (Red Hat CVE).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.033% (0.000330), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access with low privileges and no user interaction (Red Hat CVE).
Upgrade the Linux kernel to one of the following patched versions: 5.4.297, 5.10.241, 5.15.190, 6.1.149, 6.6.103, 6.12.43, 6.15.11, or 6.16.2. Patch commits are available on the stable kernel branches at git.kernel.org. Debian 11 users should apply the corresponding distribution security updates. As an interim measure, restrict local system access to trusted users only, since exploitation requires local low-privilege access (Red Hat CVE, Ubuntu USN-7909-1).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."