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

7.1 · HIGH
Published Mar 4, 2026 linux CWE-125 EPSS 0.16% (5th pctl)

Overview

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

f2fs: fix out-of-bounds access in sysfs attribute read/write

Some f2fs sysfs attributes suffer from out-of-bounds memory access and

incorrect handling of integer values whose size is not 4 bytes.

For example:

vm:~# echo 65537 > /sys/fs/f2fs/vde/carve_out

vm:~# cat /sys/fs/f2fs/vde/carve_out

65537

vm:~# echo 4294967297 > /sys/fs/f2fs/vde/atgc_age_threshold

vm:~# cat /sys/fs/f2fs/vde/atgc_age_threshold

1

carve_out maps to {struct f2fs_sb_info}->carve_out, which is a 8-bit

integer. However, the sysfs interface allows setting it to a value

larger than 255, resulting in an out-of-range update.

atgc_age_threshold maps to {struct atgc_management}->age_threshold,

which is a 64-bit integer, but its sysfs interface cannot correctly set

values larger than UINT_MAX.

The root causes are:

1. __sbi_store() treats all default values as unsigned int, which

prevents updating integers larger than 4 bytes and causes out-of-bounds

wr

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 >= 3.12, < 5.10.251 Affected

Frequently Asked Questions

What is CVE-2026-23235?

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

How severe is CVE-2026-23235?

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

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

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