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

4.7 · MEDIUM
Published Mar 18, 2024 linux CWE-362 EPSS 0.18% (8th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

binder: fix race between mmput() and do_exit()

Task A calls binder_update_page_range() to allocate and insert pages on

a remote address space from Task B. For this, Task A pins the remote mm

via mmget_not_zero() first. This can race with Task B do_exit() and the

final mmput() refcount decrement will come from Task A.

Task A | Task B

------------------+------------------

mmget_not_zero() |

| do_exit()

| exit_mm()

| mmput()

mmput() |

exit_mmap() |

remove_vma() |

fput() |

In this case, the work of ____fput() from Task B is queued up in Task A

as TWA_RESUME. So in theory, Task A returns to userspace and the cleanup

work gets executed. However, Task A instead sleep, waiting for a reply

from Task B that never comes (it's dead).

This means the binder_deferred_release() is blocked until an unrelat

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 >= 2.6.29, < 4.19.306 Affected

Frequently Asked Questions

What is CVE-2023-52609?

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

How severe is CVE-2023-52609?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-52609?

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

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