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

7.8 · HIGH
Published Oct 7, 2025 linux CWE-476 EPSS 0.19% (9th pctl)

Overview

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

memcontrol: ensure memcg acquired by id is properly set up

In the eviction recency check, we attempt to retrieve the memcg to which

the folio belonged when it was evicted, by the memcg id stored in the

shadow entry. However, there is a chance that the retrieved memcg is not

the original memcg that has been killed, but a new one which happens to

have the same id.

This is a somewhat unfortunate, but acceptable and rare inaccuracy in the

heuristics. However, if we retrieve this new memcg between its allocation

and when it is properly attached to the memcg hierarchy, we could run into

the following NULL pointer exception during the memcg hierarchy traversal

done in mem_cgroup_get_nr_swap_pages():

[ 155757.793456] BUG: kernel NULL pointer dereference, address: 00000000000000c0

[ 155757.807568] #PF: supervisor read access in kernel mode

[ 155757.818024] #PF: error_code(0x0000) - not-present page

[ 155757.828482] PGD 40

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 >= 6.3, < 6.5.4 Affected

Frequently Asked Questions

What is CVE-2023-53621?

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

How severe is CVE-2023-53621?

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

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

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