Beveiligingsadvies

CVE-2024-38381

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-06-21 10:18:12
Laatst bijgewerkt 2026-08-05 11:32:33
Toegewezen door Linux
CVSS-score 8.8
Status PUBLISHED

Beschrijving

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.