CVE-2025-21735

Updated on 27 Feb 2025

Severity

7.8 High severity

Details

CVSS score
7.8
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Overview

About vulnerability

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

Details

Affected packages:
linux-hwe @ 4.15.0 (+10 more)

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

Fixes