CVE-2024-53043: mctp i2c: handle NULL header address
In the Linux kernel, the following vulnerability has been resolved:
mctp i2c: handle NULL header address
daddr can be NULL if there is no neighbour table entry present, in that case the tx packet should be dropped.
saddr will usually be set by MCTP core, but check for NULL in case a packet is transmitted by a different protocol.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53043?
CVE-2024-53043 is classified as a moderate severity vulnerability in the Linux kernel.
How do I fix CVE-2024-53043?
To fix CVE-2024-53043, you should update your Linux kernel to a version that is not affected by this vulnerability.
What versions of the Linux kernel are affected by CVE-2024-53043?
CVE-2024-53043 affects Linux kernel versions from 5.18 to 6.1.116, 6.2 to 6.6.60, and specifically the 6.12 release candidates.
What type of vulnerability is CVE-2024-53043?
CVE-2024-53043 is a NULL pointer dereference vulnerability that affects the MCTP implementation in the Linux kernel.
Is CVE-2024-53043 exploitable?
Yes, CVE-2024-53043 could potentially be exploited to disrupt normal operation of affected systems.