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

5.5 · MEDIUM
Published Oct 1, 2025 linux EPSS 0.13% (3th pctl)

Overview

CVE-2023-53496 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 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/platform/uv: Use alternate source for socket to node data

The UV code attempts to build a set of tables to allow it to do

bidirectional socket<=>node lookups.

But when nr_cpus is set to a smaller number than actually present, the

cpu_to_node() mapping information for unused CPUs is not available to

build_socket_tables(). This results in skipping some nodes or sockets

when creating the tables and leaving some -1's for later code to trip.

over, causing oopses.

The problem is that the socket<=>node lookups are created by doing a

loop over all CPUs, then looking up the CPU's APICID and socket. But

if a CPU is not present, there is no way to start this lookup.

Instead of looping over all CPUs, take CPUs out of the equation

entirely. Loop over all APICIDs which are mapped to a valid NUMA node.

Then just extract the socket-id from the APICID.

This avoid tripping over disabled CPUs.

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.5.5 Affected

Frequently Asked Questions

What is CVE-2023-53496?

CVE-2023-53496 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53496?

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

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

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