CVE-2026-43291
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
net: nfc: nci: Parametervalidatie voor pakketgegevens corrigeren
Sinds commit 9c328f54741b ("net: nfc: nci: Parametervalidatie toevoegen voor
packet data") communicatie met nci nfc-chips werkt niet meer. De genoemde commit probeert de toegang tot niet-geïnitialiseerde gegevens te herstellen, maar
niet begrepen dat in sommige gevallen het gegevenspakket variabel is
lengte en kan daarom niet worden vergeleken met de maximale pakketlengte
gegeven door de sizeof(struct).
Origineel (Engels) tonen
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).