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

5.5 · MEDIUM
Published May 6, 2026 linux EPSS 0.11% (2th pctl)

Overview

CVE-2026-43118 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

btrfs: fix zero size inode with non-zero size after log replay

When logging that an inode exists, as part of logging a new name or

logging new dir entries for a directory, we always set the generation of

the logged inode item to 0. This is to signal during log replay (in

overwrite_item()), that we should not set the i_size since we only logged

that an inode exists, so the i_size of the inode in the subvolume tree

must be preserved (as when we log new names or that an inode exists, we

don't log extents).

This works fine except when we have already logged an inode in full mode

or it's the first time we are logging an inode created in a past

transaction, that inode has a new i_size of 0 and then we log a new name

for the inode (due to a new hardlink or a rename), in which case we log

an i_size of 0 for the inode and a generation of 0, which causes the log

replay code to not update the inode's i_size to 0 (in overwrite_

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 >= 2.6.30, < 6.18.24 Affected

Frequently Asked Questions

What is CVE-2026-43118?

CVE-2026-43118 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 6, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-43118?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-43118?

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

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