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-2026-46130

7.1 · HIGH
Published May 28, 2026 linux CWE-125 EPSS 0.12% (2th pctl)

Overview

CVE-2026-46130 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 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:

dm-verity-fec: fix reading parity bytes split across blocks (take 3)

fec_decode_bufs() assumes that the parity bytes of the first RS codeword

it decodes are never split across parity blocks.

This assumption is false. Consider v->fec->block_size == 4096 &&

v->fec->roots == 17 && fio->nbufs == 1, for example. In that case, each

call to fec_decode_bufs() consumes v->fec->roots * (fio->nbufs <<

DM_VERITY_FEC_BUF_RS_BITS) = 272 parity bytes.

Considering that the parity data for each message block starts on a

block boundary, the byte alignment in the parity data will iterate

through 272*i mod 4096 until the 3 parity blocks have been consumed. On

the 16th call (i=15), the alignment will be 4080 bytes into the first

block. Only 16 bytes remain in that block, but 17 parity bytes will be

needed. The code reads out-of-bounds from the parity block buffer.

Fortunately this doesn't normally happen, since it can occur only

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 >= 6.1.125, < 6.2 Affected

Frequently Asked Questions

What is CVE-2026-46130?

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

How severe is CVE-2026-46130?

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-2026-46130?

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-2026-46130?

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