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

7.1 · HIGH
Published Mar 1, 2024 linux CWE-787 EPSS 0.28% (20th pctl)

Overview

CVE-2023-52497 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 1, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

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

erofs: fix lz4 inplace decompression

Currently EROFS can map another compressed buffer for inplace

decompression, that was used to handle the cases that some pages of

compressed data are actually not in-place I/O.

However, like most simple LZ77 algorithms, LZ4 expects the compressed

data is arranged at the end of the decompressed buffer and it

explicitly uses memmove() to handle overlapping:

__________________________________________________________

|_ direction of decompression --> ____ |_ compressed data _|

Although EROFS arranges compressed data like this, it typically maps two

individual virtual buffers so the relative order is uncertain.

Previously, it was hardly observed since LZ4 only uses memmove() for

short overlapped literals and x86/arm64 memmove implementations seem to

completely cover it up and they don't have this issue. Juhyung reported

that EROFS data corruption can be found on a new Intel x86 p

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 >= 5.3, < 5.4.285 Affected

Frequently Asked Questions

What is CVE-2023-52497?

CVE-2023-52497 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 1, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2023-52497?

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

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

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