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-2023-53429

7.8 · HIGH
Published Sep 18, 2025 linux EPSS 0.13% (3th pctl)

Overview

CVE-2023-53429 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, 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:

btrfs: don't check PageError in __extent_writepage

__extent_writepage currenly sets PageError whenever any error happens,

and the also checks for PageError to decide if to call error handling.

This leads to very unclear responsibility for cleaning up on errors.

In the VM and generic writeback helpers the basic idea is that once

I/O is fired off all error handling responsibility is delegated to the

end I/O handler. But if that end I/O handler sets the PageError bit,

and the submitter checks it, the bit could in some cases leak into the

submission context for fast enough I/O.

Fix this by simply not checking PageError and just using the local

ret variable to check for submission errors. This also fundamentally

solves the long problem documented in a comment in __extent_writepage

by never leaking the error bit into the submission context.

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 >= 0, < 6.4.7 Affected

Frequently Asked Questions

What is CVE-2023-53429?

CVE-2023-53429 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 18, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53429?

This vulnerability has a CVSS 3.1 base score of 7.8, 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-2023-53429?

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-2023-53429?

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