Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-38381
HistoryJun 21, 2024 - 10:18 a.m.

CVE-2024-38381 nfc: nci: Fix uninit-value in nci_rx_work

2024-06-2110:18:12
Linux
github.com
1
linux kernel
vulnerability
cve-2024-38381

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial