← Back to CVE List

CVE-2025-21735

Published: 2025-02-27T03:15Z
Last Modified: 2025-03-13T13:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Add bounds checking in nci_hci_create_pipe() The "pipe" variable is a u8 which comes from the network. If it's more than 127, then it results in memory corruption in the caller, nci_hci_connect_gate(). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt