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

9.8 · CRITICAL
Published Aug 15, 2026 EPSS 0.65% (48th pctl)

Overview

CVE-2026-72098 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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: fix buffer overflow in FEC calculation

There's a buffer overflow in dm-verity-fec:

if (neras && *neras <= v->fec->roots)

fio->erasures[(*neras)++] = i;

This allows *neras to reach roots + 1 (the post-increment pushes it past

roots). This value is then passed as no_eras to decode_rs8(). Inside the

RS decoder (lib/reed_solomon/decode_rs.c:113-121), the erasure locator

polynomial loop writes lambda[j] where j can reach nroots + 1 — one

element past the end of lambda[] (which is sized nroots + 1, valid

indices 0..nroots). The out-of-bounds write lands on syn[0], corrupting

the syndrome buffer.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-72098?

CVE-2026-72098 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-72098?

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

How do I fix or remediate CVE-2026-72098?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-72098?

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