CVE-2023-54314

UnknownEPSS 0.17%

Last modified

CVE-2023-54314 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005_i2c_xfer In af9005_i2c_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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005_i2c_xfer In af9005_i2c_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 af9005_i2c_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()")

Metrics

EPSS Probability
0.17%

6.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < 98c12abb275b75a98ff62de9466d21e4daa98536; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < 63d962ac7a52c0ff4cd09af2e284dce5e5955dfe; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < 0c02eb70b1dd4ae9bb304ce6cdadbc6faba2b2e9; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < c7e5ac737db25d7387fe517cb5207706782b6cf8; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < 033b0c0780adee32dde218179e9bc51d2525108f; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < abb6fd93e05e80668d2317fe1110bc99b05034c3; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < e595ff350b2fd600823ee8491df7df693ae4b7c5; >= af4e067e1dcf926d9523dff11e46c45fd9fa9da2, < f4ee84f27625ce1fdf41e8483fa0561a1b837d10
LinuxLinux2.6.23

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2023-54314?
In the Linux kernel, the following vulnerability has been resolved: media: af9005: Fix null-ptr-deref in af9005_i2c_xfer In af9005_i2c_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 af9005_i2c_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()")
How severe is CVE-2023-54314?
Severity scoring for CVE-2023-54314 is pending analysis. The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2023-54314?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2023

Are you affected by CVE-2023-54314?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST