VYPR
Medium severity5.5NVD Advisory· Published Apr 24, 2026· Updated Apr 28, 2026

CVE-2026-31542

CVE-2026-31542

Description

In the Linux kernel, the following vulnerability has been resolved:

x86/platform/uv: Handle deconfigured sockets

When a socket is deconfigured, it's mapped to SOCK_EMPTY (0xffff). This causes a panic while allocating UV hub info structures.

Fix this by using NUMA_NO_NODE, allowing UV hub info structures to be allocated on valid nodes.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Linux kernel panic on x86 UV systems when a socket is deconfigured due to SOCK_EMPTY mapping; fixed by using NUMA_NO_NODE.

The vulnerability resides in the x86 platform UV subsystem of the Linux kernel. When a processor socket is deconfigured, the kernel incorrectly maps it to SOCK_EMPTY (0xffff). This value is then used when allocating UV hub info structures, leading to a kernel panic because the allocation targets an invalid node.

The panic can be triggered during system initialization or runtime reconfiguration on multi-socket UV platforms with deconfigured sockets. No authentication or special privileges are required, as the condition occurs during normal kernel operations when the system topology changes or boots with deconfigured hardware.

Successful exploitation results in a denial of service (system crash). The fix replaces SOCK_EMPTY with NUMA_NO_NODE, ensuring that hub info structures are allocated on valid memory nodes. Patches have been applied to the stable kernel tree as commits [1][2][3][4].

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

5
  • Linux/Kernel5 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 4 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=6.5,<6.6.130
    • cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.