CyberRota
← Ana sayfaya dön

CVE-2026-43291

HIGH · CVSS 8.3 EPSS %0.03

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-08T14:16:36.120 · Çekilme zamanı: 2026-06-07T12:00:27.808191+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43291
Severity
HIGH
CVSS
8.3
EPSS
%0.03
Linux F5

Orijinal NVD Açıklaması

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).