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

7.8 · HIGH
Published Mar 27, 2025 debian CWE-416 EPSS 0.19% (9th pctl)

Overview

CVE-2023-52935 is a high-severity vulnerability affecting debian debian_linux. It was published on March 27, 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/khugepaged: fix ->anon_vma race

If an ->anon_vma is attached to the VMA, collapse_and_free_pmd() requires

it to be locked.

Page table traversal is allowed under any one of the mmap lock, the

anon_vma lock (if the VMA is associated with an anon_vma), and the

mapping lock (if the VMA is associated with a mapping); and so to be

able to remove page tables, we must hold all three of them.

retract_page_tables() bails out if an ->anon_vma is attached, but does

this check before holding the mmap lock (as the comment above the check

explains).

If we racily merged an existing ->anon_vma (shared with a child

process) from a neighboring VMA, subsequent rmap traversals on pages

belonging to the child will be able to see the page tables that we are

concurrently removing while assuming that nothing else can access them.

Repeat the ->anon_vma check once we hold the mmap lock to ensure that

there really is no concurrent page t

Remediation

Check the references section for vendor advisories and patches from debian. Update debian_linux 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 >= 4.8, < 5.4.299 Affected

Frequently Asked Questions

What is CVE-2023-52935?

CVE-2023-52935 is a high-severity vulnerability affecting debian debian_linux. It was published on March 27, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-52935?

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

Check the references section for vendor advisories and patches from debian. Update debian_linux 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-52935?

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