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

5.5 · MEDIUM
Published May 17, 2024 linux EPSS 0.22% (12th pctl)

Overview

CVE-2023-52659 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 17, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

On 64-bit platforms, the pfn_to_kaddr() macro requires that the input

value is 64 bits in order to ensure that valid address bits don't get

lost when shifting that input by PAGE_SHIFT to calculate the physical

address to provide a virtual address for.

One such example is in pvalidate_pages() (used by SEV-SNP guests), where

the GFN in the struct used for page-state change requests is a 40-bit

bit-field, so attempts to pass this GFN field directly into

pfn_to_kaddr() ends up causing guest crashes when dealing with addresses

above the 1TB range due to the above.

Fix this issue with SEV-SNP guests, as well as any similar cases that

might cause issues in current/future code, by using an inline function,

instead of a macro, so that the input is implicitly cast to the

expected 64-bit input type prior to performing the shift operation.

While it might be ar

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 >= 6.5, < 6.6.23 Affected

Frequently Asked Questions

What is CVE-2023-52659?

CVE-2023-52659 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 17, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52659?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-52659?

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

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