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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-43876— PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()

AI Predicted 5.3 Difficulty: Trivial EPSS 0.21% · P11

Possible ATT&CK Techniques 1AI

T1078 · Valid Accounts

Affected Version Matrix 11

VendorProductVersion RangeStatus
LinuxLinux9e14fb714ebf55443dd3449de9ea2ffcf13e562a< 59c78e8fddc1fe68f14011450a09b3418127d2adaffected
84b576146294c2be702cfcd174eaa74167e276f9< 2ae4769332dfdb97f4b6f5dc9ac8f46d02aaa3dfaffected
84b576146294c2be702cfcd174eaa74167e276f9< 526a877c6273d4cd0d0aede84c1d620479764b1caffected
84b576146294c2be702cfcd174eaa74167e276f9< 3ff3bdde950f1840df4030726cef156758a244d7affected
84b576146294c2be702cfcd174eaa74167e276f9< c93637e6a4c4e1d0e85ef7efac78d066bbb24d96affected
5.18affected
< 5.18unaffected
6.1.103≤ 6.1.*unaffected
… +3 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-43876

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
PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() Avoid large backtrace, it is sufficient to warn the user that there has been a link problem. Either the link has failed and the system is in need of maintenance, or the link continues to work and user has been informed. The message from the warning can be looked up in the sources. This makes an actual link issue less verbose. First of all, this controller has a limitation in that the controller driver has to assist the hardware with transition to L1 link state by writing L1IATN to PMCTRL register, the L1 and L0 link state switching is not fully automatic on this controller. In case of an ASMedia ASM1062 PCIe SATA controller which does not support ASPM, on entry to suspend or during platform pm_test, the SATA controller enters D3hot state and the link enters L1 state. If the SATA controller wakes up before rcar_pcie_wakeup() was called and returns to D0, the link returns to L0 before the controller driver even started its transition to L1 link state. At this point, the SATA controller did send an PM_ENTER_L1 DLLP to the PCIe controller and the PCIe controller received it, and the PCIe controller did set PMSR PMEL1RX bit. Once rcar_pcie_wakeup() is called, if the link is already back in L0 state and PMEL1RX bit is set, the controller driver has no way to determine if it should perform the link transition to L1 state, or treat the link as if it is in L0 state. Currently the driver attempts to perform the transition to L1 link state unconditionally, which in this specific case fails with a PMSR L1FAEG poll timeout, however the link still works as it is already back in L0 state. Reduce this warning verbosity. In case the link is really broken, the rcar_pcie_config_access() would fail, otherwise it will succeed and any system with this controller and ASM1062 can suspend without generating a backtrace.
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存在安全漏洞,该漏洞源于 PCI 组件在处理链接问题时存在警告信息过长的问题。
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 9e14fb714ebf55443dd3449de9ea2ffcf13e562a ~ 59c78e8fddc1fe68f14011450a09b3418127d2ad -
LinuxLinux 5.18 -

II. Public POCs for CVE-2024-43876

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-43876

登录查看更多情报信息。

Other References for CVE-2024-43876 (1)

Other References for CVE-2024-43876 (4)

Same Patch Batch · Linux · 2024-08-21 · 69 CVEs total

CVE-2023-529108.8 HIGHiommu/iova: Fix alloc iova overflows issue
CVE-2024-438818.8 HIGHwifi: ath12k: change DMA direction while mapping reinjected packets
CVE-2022-488718.8 HIGHtty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO buffer
CVE-2024-438788.1 HIGHxfrm: Fix input error path memory access
CVE-2024-438777.8 HIGHmedia: pci: ivtv: Add check for DMA map result
CVE-2023-529077.8 HIGHnfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
CVE-2023-529037.8 HIGHio_uring: lock overflowing for IOPOLL
CVE-2022-488997.8 HIGHdrm/virtio: Fix GEM handle creation UAF
CVE-2022-488927.8 HIGHsched/core: Fix use-after-free bug in dup_user_cpus_ptr()
CVE-2022-488877.8 HIGHdrm/vmwgfx: Remove rcu locks from user resources
CVE-2022-488837.8 HIGHnet/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent
CVE-2022-488787.8 HIGHBluetooth: hci_qca: Fix driver shutdown on closed serdev
CVE-2022-488747.8 HIGHmisc: fastrpc: Fix use-after-free and race in fastrpc_map_find
CVE-2022-488737.8 HIGHmisc: fastrpc: Don't remove map on creater_process and device_release
CVE-2022-488727.8 HIGHmisc: fastrpc: Fix use-after-free race condition for maps
CVE-2024-438827.8 HIGHexec: Fix ToCToU between perm check and set-uid/gid usage
CVE-2024-438807.8 HIGHmlxsw: spectrum_acl_erp: Fix object nesting warning
CVE-2023-529137.8 HIGHdrm/i915: Fix potential context UAFs
CVE-2023-529097.5 HIGHnfsd: fix handling of cached open files in nfsd4_open codepath
CVE-2024-438727.5 HIGHRDMA/hns: Fix soft lockup under heavy CEQE load

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-43876

No comments yet


Leave a comment