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

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

Overview

CVE-2023-54107 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:

blk-cgroup: dropping parent refcount after pd_free_fn() is done

Some cgroup policies will access parent pd through child pd even

after pd_offline_fn() is done. If pd_free_fn() for parent is called

before child, then UAF can be triggered. Hence it's better to guarantee

the order of pd_free_fn().

Currently refcount of parent blkg is dropped in __blkg_release(), which

is before pd_free_fn() is called in blkg_free_work_fn() while

blkg_free_work_fn() is called asynchronously.

This patch make sure pd_free_fn() called from removing cgroup is ordered

by delaying dropping parent refcount after calling pd_free_fn() for

child.

BTW, pd_free_fn() will also be called from blkcg_deactivate_policy()

from deleting device, and following patches will guarantee the order.

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

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

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

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

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