🛡️ AZL-59411 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2023-52935 affecting package kernel for versions less than 5.15.200.1-1

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 table access.

Hitting this bug causes a lockdep warning in collapse_and_free_pmd(),

in the line "lockdep_assert_held_write(&vma->anon_vma->root->rwsem)".

It can also lead to use-after-free access.

Affected software

AZL-59411 is recorded against 1 package.

  • kernel (fixed in 5.15.200.1-1)

Timeline and source

Published on 27 March 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-03-27
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 5.15.200.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-59411?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-59411 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.