Out-of-bounds Read in Linux

CVE-2025-71112

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add VLAN id validation before using Currently, the VLAN id may be used without validation when receive a VLAN configuration mailbox from VF. The length of vlan_del_fail_bmap is BITS_TO_LONGS(VLAN_N_VID). It may cause out-of-bounds memory access once the VLAN id is bigger than or equal to VLAN_N_VID. Therefore, VLAN id needs to be checked to ensure it is within the range of VLAN_N_VID.

Vulnerability class: Buffer Overflow

EPSS: 0.001 (2.6th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2025-71112?
CVE-2025-71112 is a high-severity vulnerability in Linux, classified under Out-of-bounds Read. CVSS score: 8.8/10. Published 2026-01-14.
How severe is CVE-2025-71112?
High severity. CVSS v3 base score is 8.8 out of 10.