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

5.5 · MEDIUM
Published Mar 2, 2024 linux CWE-401 EPSS 0.25% (17th pctl)

Overview

CVE-2023-52560 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/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()

When CONFIG_DAMON_VADDR_KUNIT_TEST=y and making CONFIG_DEBUG_KMEMLEAK=y

and CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN=y, the below memory leak is detected.

Since commit 9f86d624292c ("mm/damon/vaddr-test: remove unnecessary

variables"), the damon_destroy_ctx() is removed, but still call

damon_new_target() and damon_new_region(), the damon_region which is

allocated by kmem_cache_alloc() in damon_new_region() and the damon_target

which is allocated by kmalloc in damon_new_target() are not freed. And

the damon_region which is allocated in damon_new_region() in

damon_set_regions() is also not freed.

So use damon_destroy_target to free all the damon_regions and damon_target.

unreferenced object 0xffff888107c9a940 (size 64):

comm "kunit_try_catch", pid 1069, jiffies 4294670592 (age 732.761s)

hex dump (first 32 bytes):

00 00 00 00

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 >= 5.16, < 6.1.56 Affected

Frequently Asked Questions

What is CVE-2023-52560?

CVE-2023-52560 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-52560?

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

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

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