Linux Kernel NFC PN533 Slab-Out-Of-Bounds Read Vulnerability

Vulnerability

A slab-out-of-bounds read vulnerability has been identified in the Linux kernel's NFC PN533 driver. This issue arises in the 'nla_put()' function, called by 'nfc_genl_send_target()', when the 'sensb_res_len' of an NFC target is excessively large. The vulnerability occurs because the NFC target is not properly initialized, leaving it with garbage values. The problem can be exploited when the 'sensb_res_len' is duplicated from an improperly initialized NFC target, leading to a read beyond the allocated memory. The vulnerability was discovered using a modified version of Syzkaller, a fuzzing tool.

Impact

Exploitation of this vulnerability causes a slab-out-of-bounds read, which can potentially be leveraged to read sensitive information from memory or cause other memory corruption issues.

Reproduction

The vulnerability can be reproduced by sending a netlink message that triggers the 'nfc_genl_send_target()' function without a properly initialized NFC target. This can be done by manipulating the 'sensb_res_len' to an excessive value, causing the function to read beyond the allocated memory for the NFC target.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for upgrading the kernel can be found in the official Linux kernel documentation.

Added: Dec 9, 2025, 2:08 AM
Updated: Dec 9, 2025, 2:08 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
2.5
exploitability
6.3
remediation
0.0
relevance
1.4
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.