Security Advisory

CVE-2026-43291

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-08 13:11:15
Last updated 2026-05-23 16:06:39
Assigner Linux
CVSS score 8.3
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: nfc: nci: Fix parameter validation for packet data Since commit 9c328f54741b ("net: nfc: nci: Add parameter validation for packet data") communication with nci nfc chips is not working any more. The mentioned commit tries to fix access of uninitialized data, but failed to understand that in some cases the data packet is of variable length and can therefore not be compared to the maximum packet length given by the sizeof(struct).