Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2023-53496— x86/platform/uv: Use alternate source for socket to node data

AI Predicted 5.5 Difficulty: Moderate EPSS 0.13% · P3

Possible ATT&CK Techniques 1AI

T1499 · Endpoint Denial of Service

Affected Version Matrix 6

VendorProductVersion RangeStatus
LinuxLinux8a50c58519271dd24ba760bb282875f6ad66ee71< 0d01a0c3046d1545391ef7bb1f114743d00e3793affected
8a50c58519271dd24ba760bb282875f6ad66ee71< 5290e88ba2c742ca77c5f5b690e5af549cfd8591affected
6.5affected
< 6.5unaffected
6.5.5≤ 6.5.*unaffected
6.6≤ *unaffected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2023-53496

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
x86/platform/uv: Use alternate source for socket to node data
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未正确处理禁用CPU的APICID映射,可能导致空指针取消引用。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 8a50c58519271dd24ba760bb282875f6ad66ee71 ~ 0d01a0c3046d1545391ef7bb1f114743d00e3793 -
LinuxLinux 6.5 -

II. Public POCs for CVE-2023-53496

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-53496

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-10-01 · 169 CVEs total

CVE-2023-535179.8 CRITICALtipc: do not update mtu if msg_max is too small in mtu negotiation
CVE-2023-534548.8 HIGHHID: multitouch: Correct devm device reference for hidinput input_dev name
CVE-2025-399188.8 HIGHwifi: mt76: fix linked list corruption
CVE-2025-399198.8 HIGHwifi: mt76: mt7996: add missing check for rx wcid entries
CVE-2022-504428.4 HIGHfs/ntfs3: Validate buffer length while parsing index
CVE-2023-534938.4 HIGHaccel/qaic: tighten bounds checking in decode_message()
CVE-2022-504217.8 HIGHrpmsg: char: Avoid double destroy of default endpoint
CVE-2023-534847.8 HIGHlib: cpu_rmap: Avoid use after free on rmap->obj array entries
CVE-2022-504407.8 HIGHdrm/vmwgfx: Validate the box size for the snooped cursor
CVE-2023-534657.8 HIGHsoundwire: qcom: fix storing port config out-of-bounds
CVE-2025-399247.8 HIGHerofs: fix invalid algorithm for encoded extents
CVE-2023-535107.8 HIGHscsi: ufs: core: Fix handling of lrbp->cmd
CVE-2022-504547.8 HIGHdrm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
CVE-2025-399277.8 HIGHceph: fix race condition validating r_parent before applying state
CVE-2023-535067.8 HIGHudf: Do not bother merging very long extents
CVE-2022-504377.8 HIGHdrm/msm/hdmi: fix memory corruption with too many bridges
CVE-2023-534947.8 HIGHcrypto: xts - Handle EBUSY correctly
CVE-2023-534927.8 HIGHnetfilter: nf_tables: do not ignore genmask when looking up chain by id
CVE-2022-504327.8 HIGHkernfs: fix use-after-free in __kernfs_remove
CVE-2023-534907.8 HIGHmptcp: fix disconnect vs accept race

Showing top 20 of 169 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2023-53496

No comments yet


Leave a comment