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-71161

7.5 · HIGH
Published Jan 23, 2026 linux CWE-193 EPSS 0.35% (27th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

dm-verity: disable recursive forward error correction

There are two problems with the recursive correction:

1. It may cause denial-of-service. In fec_read_bufs, there is a loop that

has 253 iterations. For each iteration, we may call verity_hash_for_block

recursively. There is a limit of 4 nested recursions - that means that

there may be at most 253^4 (4 billion) iterations. Red Hat QE team

actually created an image that pushes dm-verity to this limit - and this

image just makes the udev-worker process get stuck in the 'D' state.

2. It doesn't work. In fec_read_bufs we store data into the variable

"fio->bufs", but fio bufs is shared between recursive invocations, if

"verity_hash_for_block" invoked correction recursively, it would

overwrite partially filled fio->bufs.

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 >= 4.5, < 6.18.6 Affected

Frequently Asked Questions

What is CVE-2025-71161?

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

How severe is CVE-2025-71161?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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-71161?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-71161 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.