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

7.8 · HIGH
Published Sep 15, 2025 linux CWE-362 EPSS 0.12% (2th pctl)

Overview

CVE-2023-53178 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 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:

mm: fix zswap writeback race condition

The zswap writeback mechanism can cause a race condition resulting in

memory corruption, where a swapped out page gets swapped in with data that

was written to a different page.

The race unfolds like this:

1. a page with data A and swap offset X is stored in zswap

2. page A is removed off the LRU by zpool driver for writeback in

zswap-shrink work, data for A is mapped by zpool driver

3. user space program faults and invalidates page entry A, offset X is

considered free

4. kswapd stores page B at offset X in zswap (zswap could also be

full, if so, page B would then be IOed to X, then skip step 5.)

5. entry A is replaced by B in tree->rbroot, this doesn't affect the

local reference held by zswap-shrink work

6. zswap-shrink work writes back A at X, and frees zswap entry A

7. swapin of slot X brings A in memory instead of B

The fix:

Once the swap page cache has been al

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.11, < 6.1.30 Affected

Frequently Asked Questions

What is CVE-2023-53178?

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

How severe is CVE-2023-53178?

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

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

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