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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-52464— EDAC/thunderx: Fix possible out-of-bounds string access

EPSS 0.01% · P2
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2023-52464

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
EDAC/thunderx: Fix possible out-of-bounds string access
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx_edac.c: In function 'thunderx_ocx_com_threaded_isr': drivers/edac/thunderx_edac.c:1136:17: error: 'strncat' specified bound 1024 equals destination size [-Werror=stringop-overflow=] 1136 | strncat(msg, other, OCX_MESSAGE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... 1145 | strncat(msg, other, OCX_MESSAGE_SIZE); ... 1150 | strncat(msg, other, OCX_MESSAGE_SIZE); ... Apparently the author of this driver expected strncat() to behave the way that strlcat() does, which uses the size of the destination buffer as its third argument rather than the length of the source buffer. The result is that there is no check on the size of the allocated buffer. Change it to strlcat(). [ bp: Trim compiler output, fixup commit message. ]
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux Kernel 存在安全漏洞,该漏洞源于存在越界访问问题。
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 41003396f932d7f027725c7acebb6a7caa41dc3e ~ 71c17ee02538802ceafc830f0736aa35b564e601 -
LinuxLinux 4.12 -

II. Public POCs for CVE-2023-52464

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2023-52464

登录查看更多情报信息。

Same Patch Batch · Linux · 2024-02-23 · 19 CVEs total

CVE-2023-52459media: v4l: async: Fix duplicated list deletion
CVE-2024-26593i2c: i801: Fix block process call transactions
CVE-2024-26594ksmbd: validate mech token in session setup
CVE-2023-52453hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume
CVE-2023-52455iommu: Don't reserve 0-length IOVA region
CVE-2023-52454nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length
CVE-2023-52456serial: imx: fix tx statemachine deadlock
CVE-2023-52458block: add check that partition length needs to be aligned with block size
CVE-2023-52457serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed
CVE-2024-26598KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
CVE-2023-52461drm/sched: Fix bounds limiting when given a malformed entity
CVE-2023-52460drm/amd/display: Fix NULL pointer dereference at hibernate
CVE-2023-52462bpf: fix check for attempt to corrupt spilled pointer
CVE-2023-52463efivarfs: force RO when remounting if SetVariable is not supported
CVE-2024-26596net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events
CVE-2024-26595mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
CVE-2024-26597net: qualcomm: rmnet: fix global oob in rmnet_policy
CVE-2024-26599pwm: Fix out-of-bounds access in of_pwm_single_xlate()

IV. Related Vulnerabilities

V. Comments for CVE-2023-52464

No comments yet


Leave a comment