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

5.5 · MEDIUM
Published Mar 2, 2024 linux EPSS 0.22% (13th pctl)

Overview

CVE-2023-52562 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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/slab_common: fix slab_caches list corruption after kmem_cache_destroy()

After the commit in Fixes:, if a module that created a slab cache does not

release all of its allocated objects before destroying the cache (at rmmod

time), we might end up releasing the kmem_cache object without removing it

from the slab_caches list thus corrupting the list as kmem_cache_destroy()

ignores the return value from shutdown_cache(), which in turn never removes

the kmem_cache object from slabs_list in case __kmem_cache_shutdown() fails

to release all of the cache's slabs.

This is easily observable on a kernel built with CONFIG_DEBUG_LIST=y

as after that ill release the system will immediately trip on list_add,

or list_del, assertions similar to the one shown below as soon as another

kmem_cache gets created, or destroyed:

[ 1041.213632] list_del corruption. next->prev should be ffff89f596fb5768, but was 52f1e5016aeee75d. (next=f

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.0, < 6.1.56 Affected

Frequently Asked Questions

What is CVE-2023-52562?

CVE-2023-52562 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52562?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-52562?

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

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