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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-53151— svcrdma: Address an integer overflow

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

I. Basic Information for CVE-2024-53151

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
svcrdma: Address an integer overflow
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Address an integer overflow Dan Carpenter reports: > Commit 78147ca8b4a9 ("svcrdma: Add a "parsed chunk list" data > structure") from Jun 22, 2020 (linux-next), leads to the following > Smatch static checker warning: > > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c:498 xdr_check_write_chunk() > warn: potential user controlled sizeof overflow 'segcount * 4 * 4' > > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c > 488 static bool xdr_check_write_chunk(struct svc_rdma_recv_ctxt *rctxt) > 489 { > 490 u32 segcount; > 491 __be32 *p; > 492 > 493 if (xdr_stream_decode_u32(&rctxt->rc_stream, &segcount)) > ^^^^^^^^ > > 494 return false; > 495 > 496 /* A bogus segcount causes this buffer overflow check to fail. */ > 497 p = xdr_inline_decode(&rctxt->rc_stream, > --> 498 segcount * rpcrdma_segment_maxsz * sizeof(*p)); > > > segcount is an untrusted u32. On 32bit systems anything >= SIZE_MAX / 16 will > have an integer overflow and some those values will be accepted by > xdr_inline_decode().
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 78147ca8b4a9b6cf0e597ddd6bf17959e08376c2 ~ 21e1cf688fb0397788c8dd42e1e0b08d58ac5c7b -
LinuxLinux 5.11 -

II. Public POCs for CVE-2024-53151

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-53151

登录查看更多情报信息。

Same Patch Batch · Linux · 2024-12-24 · 20 CVEs total

CVE-2024-53153PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
CVE-2024-53163crypto: qat/qat_420xx - fix off by one in uof_get_name()
CVE-2024-53162crypto: qat/qat_4xxx - fix off by one in uof_get_name()
CVE-2024-53161EDAC/bluefield: Fix potential integer overflow
CVE-2024-53160rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
CVE-2024-53158soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
CVE-2024-53157firmware: arm_scpi: Check the DVFS OPP count returned by the firmware
CVE-2024-53156wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()
CVE-2024-53155ocfs2: fix uninitialized value in ocfs2_file_read_iter()
CVE-2024-53154clk: clk-apple-nco: Add NULL check in applnco_probe
CVE-2024-53240xen/netfront: fix crash when removing device
CVE-2024-53152PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()
CVE-2024-53150ALSA: usb-audio: Fix out of bounds reads when finding clock sources
CVE-2024-53149usb: typec: ucsi: glink: fix off-by-one in connector_status
CVE-2024-53148comedi: Flush partial mappings in error case
CVE-2024-53147exfat: fix out-of-bounds access of directory entries
CVE-2024-53146NFSD: Prevent a potential integer overflow
CVE-2024-53145um: Fix potential integer overflow during physmem setup
CVE-2024-53241x86/xen: don't do PV iret hypercall through hypercall page

IV. Related Vulnerabilities

V. Comments for CVE-2024-53151

No comments yet


Leave a comment