Description
In the Linux kernel, the following vulnerability has been resolved: NFC: pn533: bound the UART receive buffer pn532_receive_buf() appends every incoming byte to dev->recv_skb and only resets the buffer after pn532_uart_rx_is_frame() recognizes a complete frame. A continuous stream of bytes without a valid PN532 frame header therefore keeps growing the skb until skb_put_u8() hits the tail limit. Drop the accumulated partial frame once the fixed receive buffer is full so malformed UART traffic cannot grow the skb past PN532_UART_SKB_BUFF_LEN.
References (8)
Core 8
Core References
Scores
CVSS v3
5.5
EPSS
0.0001
EPSS Percentile
2.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
Status
published
Products (20)
Linux/Linux
< 5.5
Linux/Linux
5.10.253 - 5.10.*
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
5.5
Linux/Linux
6.1.168 - 6.1.*
Linux/Linux
6.12.81 - 6.12.*
Linux/Linux
6.18.22 - 6.18.*
Linux/Linux
6.19.12 - 6.19.*
Linux/Linux
6.6.134 - 6.6.*
Linux/Linux
7.0
... and 10 more
Published
May 01, 2026
Tracked Since
May 01, 2026