PT-2024-14651 · Linux+4 · Linux Kernel+4

Published

2023-12-01

·

Updated

2025-03-10

·

CVE-2023-52609

CVSS v3.1

4.7

Medium

VectorAV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The issue arises from a race condition between mmput() and do exit() in the Linux kernel. When Task A calls binder update page range() to allocate and insert pages on a remote address space from Task B, it pins the remote mm via mmget not zero() first. This can race with Task B's do exit() and the final mmput() refcount decrement will come from Task A. As a result, the work of fput() from Task B is queued up in Task A as TWA RESUME. However, Task A instead sleeps, waiting for a reply from Task B that never comes, causing binder deferred release() to be blocked until an unrelated binder event forces Task A to go back to userspace. All associated death notifications are also delayed until then.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Race Condition

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2025-14584
CVE-2023-52609
DLA-3840-1
DLA-3841-1
OESA-2024-1566
OESA-2024-1567
OESA-2024-1568
OESA-2024-1647
OESA-2024-1648
OESA-2024-1649
USN-6725-1
USN-6725-2
USN-6726-1
USN-6726-2
USN-6726-3
USN-6765-1
USN-6818-1
USN-6818-2
USN-6818-3
USN-6818-4
USN-6819-1
USN-6819-2
USN-6819-3
USN-6819-4

Affected Products

Astra Linux
Linuxmint
Linux Kernel
Red Os
Ubuntu