PT-2025-54160 · Linux · Linux Kernel
Published
2023-07-19
·
Updated
2026-03-24
·
CVE-2023-54314
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s
af9005 i2c xfer function. The function processes data controlled by the user through the msg variable. A null pointer dereference can occur if msg[i].buf is null and msg[i].len is zero, leading to a potential crash. The issue arises because of insufficient checks on msg[i].buf before accessing it. The fix adds a check on msg[i].len to prevent the crash.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel