CVE-2025-71270 Details
Description
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable exception fixup for specific ADE subcode This patch allows the LoongArch BPF JIT to handle recoverable memory access errors generated by BPF_PROBE_MEM* instructions. When a BPF program performs memory access operations, the instructions it executes may trigger ADEM exceptions. The kernel’s built-in BPF exception table mechanism (EX_TYPE_BPF) will generate corresponding exception fixup entries in the JIT compilation phase; however, the architecture-specific trap handling function needs to proactively call the common fixup routine to achieve exception recovery. do_ade(): fix EX_TYPE_BPF memory access exceptions for BPF programs, ensure safe execution. Relevant test cases: illegal address access tests in module_attach and subprogs_extable of selftests/bpf.
A vulnerability exists in the Linux kernel's handling of memory access errors in BPF programs on LoongArch architecture. This issue arises from the BPF Just-In-Time (JIT) compiler not properly managing recoverable memory access exceptions triggered by BPF_PROBE_MEM instructions. When these instructions access invalid memory addresses, ADEM exceptions are generated. Although the kernel's BPF exception table can create fixup entries during JIT compilation, the specific trap handling for LoongArch must manually invoke the common exception recovery routine. This vulnerability affects the Linux kernel stable tree.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed. Instructions for downloading the patched version are available on the official Linux kernel website.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/73ede654d9daa2ee41bdd17bc62946fc5a0258cb | kernel.org | Patch |
| https://git.kernel.org/stable/c/9bdc1ab5e4ce6f066119018d8f69631a46f9c5a0 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c2ed4f71e9288f21d5c53ff790270758e60fa5f9 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c49a28068363f3dca439aa5fe4d3b1f8159809fe | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.2, < 6.6.124 >= 6.7, < 6.12.70 >= 6.13, < 6.18.10 6.19 rc1 6.19 rc2 6.19 rc3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 21, 2026 | Initial Analysis | [email protected] |
| Mar 19, 2026 | CVE Modified | kernel.org |
| Mar 18, 2026 | New CVE Received | kernel.org |