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

7.8 · HIGH
Published Dec 24, 2025 EPSS 0.14% (4th pctl)

Overview

CVE-2023-54157 is a high-severity vulnerability. It was published on December 24, 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:

binder: fix UAF of alloc->vma in race with munmap()

[ cmllamas: clean forward port from commit 015ac18be7de ("binder: fix

UAF of alloc->vma in race with munmap()") in 5.10 stable. It is needed

in mainline after the revert of commit a43cfc87caaf ("android: binder:

stop saving a pointer to the VMA") as pointed out by Liam. The commit

log and tags have been tweaked to reflect this. ]

In commit 720c24192404 ("ANDROID: binder: change down_write to

down_read") binder assumed the mmap read lock is sufficient to protect

alloc->vma inside binder_update_page_range(). This used to be accurate

until commit dd2283f2605e ("mm: mmap: zap pages with read mmap_sem in

munmap"), which now downgrades the mmap_lock after detaching the vma

from the rbtree in munmap(). Then it proceeds to teardown and free the

vma with only the read lock held.

This means that accesses to alloc->vma in binder_update_page_range() now

will race with

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2023-54157?

CVE-2023-54157 is a high-severity vulnerability. It was published on December 24, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-54157?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-54157?

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