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

7.8 · HIGH
Published Dec 24, 2025 EPSS 0.16% (5th pctl)

Overview

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

ext4: fix invalid free tracking in ext4_xattr_move_to_block()

In ext4_xattr_move_to_block(), the value of the extended attribute

which we need to move to an external block may be allocated by

kvmalloc() if the value is stored in an external inode. So at the end

of the function the code tried to check if this was the case by

testing entry->e_value_inum.

However, at this point, the pointer to the xattr entry is no longer

valid, because it was removed from the original location where it had

been stored. So we could end up calling kvfree() on a pointer which

was not allocated by kvmalloc(); or we could also potentially leak

memory by not freeing the buffer when it should be freed. Fix this by

storing whether it should be freed in a separate variable.

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

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

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

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

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