In the Linux kernel, the following vulnerability has been resolved:
nfc: nci: Fix uninit-value in nci_rx_work
syzbot reported the following uninit-value access issue [1]
nci_rx_work() parses received packet from ndev->rx_q. It should be
validated header size, payload size and total packet size before
processing the packet. If an invalid packet is detected, it should be
silently discarded.
References
Configurations
Configuration 1 (hide)
|
History
09 Sep 2024, 13:37
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-908 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
References | () https://git.kernel.org/stable/c/017ff397624930fd7ac7f1761f3c9d6a7100f68c - Patch | |
References | () https://git.kernel.org/stable/c/406cfac9debd4a6d3dc5d9258ee086372a8c08b6 - Patch | |
References | () https://git.kernel.org/stable/c/485ded868ed62ceb2acb3a459d7843fd71472619 - Patch | |
References | () https://git.kernel.org/stable/c/ad4d196d2008c7f413167f0a693feb4f0439d7fe - Patch | |
References | () https://git.kernel.org/stable/c/e4a87abf588536d1cdfb128595e6e680af5cf3ed - Patch | |
References | () https://git.kernel.org/stable/c/e53a7f8afcbd2886f2a94c5d56757328109730ea - Patch | |
References | () https://git.kernel.org/stable/c/e8c8e0d0d214c877fbad555df5b3ed558cd9b0c3 - Patch | |
References | () https://git.kernel.org/stable/c/f80b786ab0550d0020191a59077b2c7e069db2d1 - Patch |
15 Jul 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
27 Jun 2024, 13:16
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
21 Jun 2024, 11:22
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-06-21 11:15
Updated : 2024-09-09 13:37
NVD link : CVE-2024-38381
Mitre link : CVE-2024-38381
CVE.ORG link : CVE-2024-38381
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource