
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-46343 is a vulnerability in the Linux kernel before version 6.5.9, specifically affecting the NFC Controller Interface (NCI) implementation. The vulnerability involves a NULL pointer dereference in the send_acknowledge function located in net/nfc/nci/spi.c. This issue was discovered by 黄思聪 and was publicly disclosed in January 2024 (NVD).
The vulnerability stems from improper handling of memory allocation failure in the send_acknowledge function. When nci_skb_alloc() (which calls alloc_skb()) fails, it returns NULL, but the code did not properly check for this condition before dereferencing the pointer. The issue has been assigned a CVSS v3.1 base score of 5.5 (Medium) with vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability can lead to a system crash (denial of service) when triggered by a local attacker. The NULL pointer dereference occurs in the NFC subsystem's SPI implementation, which could affect systems using NFC functionality (Ubuntu).
The vulnerability has been fixed in Linux kernel version 6.5.9 and later. The fix involves adding a proper NULL pointer check after the nci_skb_alloc() call and returning -ENOMEM in case of allocation failure. Users should upgrade to kernel version 6.5.9 or later to mitigate this vulnerability (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."