CVE-2026-43032
Awaiting Analysis Awaiting Analysis - Queue
Buffer Overflow in Linux Kernel NFC PN533 Driver

Publication date: 2026-05-01

Last updated on: 2026-05-01

Assigner: kernel.org

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-01
Last Modified
2026-05-01
Generated
2026-05-07
AI Q&A
2026-05-01
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel to PN532_UART_SKB_BUFF_LEN (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?

The vulnerability has been resolved by bounding the UART receive buffer in the Linux kernel NFC pn533 driver. To mitigate this vulnerability, you should update your Linux kernel to a version that includes this fix, which drops accumulated partial frames once the fixed receive buffer is full, preventing malformed UART traffic from growing the buffer indefinitely.


Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's NFC pn533 driver, specifically in how it handles UART receive buffers.

The function pn532_receive_buf() appends every incoming byte to a buffer (recv_skb) and only resets this buffer when a complete PN532 frame is recognized.

If a continuous stream of bytes without a valid PN532 frame header is received, the buffer keeps growing until it reaches its tail limit, potentially causing issues.

The fix bounds the UART receive buffer by dropping the accumulated partial frame once the fixed receive buffer is full, preventing malformed UART traffic from growing the buffer beyond its limit.


How can this vulnerability impact me? :

If exploited, this vulnerability could allow malformed UART traffic to cause the receive buffer to grow uncontrollably.

This could potentially lead to resource exhaustion or denial of service conditions in the NFC pn533 driver within the Linux kernel.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart