Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-71109

7.1 · HIGH
Published Jan 14, 2026 linux CWE-787 EPSS 0.18% (8th pctl)

Overview

CVE-2025-71109 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 14, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits

Since commit e424054000878 ("MIPS: Tracing: Reduce the overhead of

dynamic Function Tracer"), the macro UASM_i_LA_mostly has been used,

and this macro can generate more than 2 instructions. At the same

time, the code in ftrace assumes that no more than 2 instructions can

be generated, which is why it stores them in an int[2] array. However,

as previously noted, the macro UASM_i_LA_mostly (and now UASM_i_LA)

causes a buffer overflow when _mcount is beyond 32 bits. This leads to

corruption of the variables located in the __read_mostly section.

This corruption was observed because the variable

__cpu_primary_thread_mask was corrupted, causing a hang very early

during boot.

This fix prevents the corruption by avoiding the generation of

instructions if they could exceed 2 instructions in

length. Fortunately, insn_la_mcount is only used if the instr

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.35.1, < 6.12.64 Affected

Frequently Asked Questions

What is CVE-2025-71109?

CVE-2025-71109 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 14, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2025-71109?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-71109?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-71109?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-71109 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.