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

Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-74308 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

ext4: fix kernel BUG in ext4_write_inline_data_end

When the data=journal mount option is used, the ext4_journalled_write_end()

function incorrectly calls ext4_write_inline_data_end() without checking

if the EXT4_STATE_MAY_INLINE_DATA flag is still set on the inode.

If a previous attempt to convert the inline data to an extent failed (e.g.

due to ENOSPC), the EXT4_STATE_MAY_INLINE_DATA flag is cleared, but

the EXT4_INODE_INLINE_DATA flag remains set. In this scenario, the next

call to ext4_write_begin() will not prepare the inline data xattr for

writing, but ext4_journalled_write_end() will incorrectly attempt to write

to it, triggering a BUG_ON(pos + len > EXT4_I(inode)->i_inline_size) in

ext4_write_inline_data() since i_inline_size was not expanded.

Fix this by ensuring that ext4_journalled_write_end() only calls

ext4_write_inline_data_end() if the EXT4_STATE_MAY_INLINE_DATA flag is

set, mirroring the behavior of

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

CVE-2026-74308 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-74308?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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