CVE-2023-54066
CVE-2023-54066 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (6th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60260
- Published:
- Last modified:
Description
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer In gl861_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf would be passed. Malicious data finally reach gl861_i2c_master_xfer. If accessing msg[i].buf[0] without sanity check, null ptr deref would happen. We add check on msg[i].len to prevent crash. Similar commit: commit 0ed554fd769a ("media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()")
Frequently asked questions
- What is CVE-2023-54066?
- In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer In gl861_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf would be passed. Malicious data finally reach gl861_i2c_master_xfer. If accessing msg[i].buf[0] without sanity check, null ptr deref would happen. We add check on msg[i].len to prevent crash. Similar commit: commit 0ed554fd769a ("media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()")
- Is CVE-2023-54066 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (6th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54066?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54066 have an EU (EUVD) identifier?
- Yes. CVE-2023-54066 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60260.
- When was CVE-2023-54066 published?
- CVE-2023-54066 was published on 2025-12-24 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/2a33fc57133d6f39d62285df6706aeb1714967f1
- https://git.kernel.org/stable/c/578b67614ae0e4fba3945b66a4c8f9ae77115bcb
- https://git.kernel.org/stable/c/72af676551efe820e309a6c7681c2c4372f37376
- https://git.kernel.org/stable/c/b97719a66970601cd3151a3e2020f4454a1c4ff6
- https://git.kernel.org/stable/c/dfcd3c010209927b9f45b860f046635dc32e32e1