First published: Sun May 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. When the payload length is zero, each message type handler reads uninitialized payload and KMSAN detects this issue. The receipt of a packet with a zero-size payload is considered unexpected, and therefore, such packets should be silently discarded. This patch resolved this issue by checking payload size before calling each message type handler codes.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.2<4.19.312 | |
Linux Kernel | >=4.20<5.4.274 | |
Linux Kernel | >=5.5<5.10.215 | |
Linux Kernel | >=5.11<5.15.154 | |
Linux Kernel | >=5.16<6.1.85 | |
Linux Kernel | >=6.2<6.6.26 | |
Linux Kernel | >=6.7<6.8.5 | |
Linux Kernel | =6.9-rc1 | |
Debian Linux | =10.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35915 is classified as a moderate severity vulnerability in the Linux kernel.
To remediate CVE-2024-35915, update to the patched versions of the Linux kernel, including 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-35915 affects systems running specific versions of the Linux kernel, particularly those listed in the vulnerability's details.
CVE-2024-35915 involves an uninitialized value access issue in the NFC subsystem of the Linux kernel that can occur when processing received packets.
Yes, if exploited, CVE-2024-35915 could potentially allow unauthorized access or manipulation of the NFC functionality within affected systems.