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

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.58% (45th pctl)

Overview

CVE-2026-72367 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

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

iomap: guard io_size EOF trim against concurrent truncate underflow

iomap: fix zero padding data issue in concurrent append writes

changed ioend accounting so that io_size tracks only valid data

within EOF. This trims io_size when a writeback range extends

past end_pos:

ioend->io_size += map_len;

if (ioend->io_offset + ioend->io_size > end_pos)

ioend->io_size = end_pos - ioend->io_offset;

However, if end_pos ends up below ioend->io_offset, the subtraction

becomes negative and is stored in size_t io_size, causing an unsigned

wrap to a huge value. This can happen when writeback continues past

byte-level EOF up to a block-aligned range, or when a concurrent

truncate shrinks the file after end_pos was sampled in

iomap_writeback_handle_eof().

A wrapped io_size can mislead append detection and corrupt

completion-time size handling, since filesystem end_io paths consume

io_size for decisions such as on-

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

CVE-2026-72367 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-72367?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

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

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

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