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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-39462— clk: bcm: dvp: Assign ->num before accessing ->hws

AI Predicted 5.5 Difficulty: Easy EPSS 0.77% · P53

Possible ATT&CK Techniques 1AI

T1059 · Command and Scripting Interpreter

Affected Version Matrix 8

VendorProductVersion RangeStatus
LinuxLinuxf316cdff8d677db9ad9c90acb44c4cd535b0ee27< 0dc913217fb79096597005bba9ba738e2db5cd02affected
f316cdff8d677db9ad9c90acb44c4cd535b0ee27< a1dd92fca0d6b58b55ed0484f75d4205dbb77010affected
f316cdff8d677db9ad9c90acb44c4cd535b0ee27< 9368cdf90f52a68120d039887ccff74ff33b4444affected
6.6affected
< 6.6unaffected
6.6.34≤ 6.6.*unaffected
6.9.5≤ 6.9.*unaffected
6.10≤ *unaffected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-39462

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
clk: bcm: dvp: Assign ->num before accessing ->hws
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: clk: bcm: dvp: Assign ->num before accessing ->hws Commit f316cdff8d67 ("clk: Annotate struct clk_hw_onecell_data with __counted_by") annotated the hws member of 'struct clk_hw_onecell_data' with __counted_by, which informs the bounds sanitizer about the number of elements in hws, so that it can warn when hws is accessed out of bounds. As noted in that change, the __counted_by member must be initialized with the number of elements before the first array access happens, otherwise there will be a warning from each access prior to the initialization because the number of elements is zero. This occurs in clk_dvp_probe() due to ->num being assigned after ->hws has been accessed: UBSAN: array-index-out-of-bounds in drivers/clk/bcm/clk-bcm2711-dvp.c:59:2 index 0 is out of range for type 'struct clk_hw *[] __counted_by(num)' (aka 'struct clk_hw *[]') Move the ->num initialization to before the first access of ->hws, which clears up the warning.
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存在安全漏洞。目前尚无此漏洞的相关信息,请随时关注CNNVD或厂商公告。
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 f316cdff8d677db9ad9c90acb44c4cd535b0ee27 ~ 0dc913217fb79096597005bba9ba738e2db5cd02 -
LinuxLinux 6.6 -

II. Public POCs for CVE-2024-39462

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-39462

登录查看更多情报信息。

Patches & Fixes for CVE-2024-39462 (1)

Other References for CVE-2024-39462 (2)

Same Patch Batch · Linux · 2024-06-25 · 24 CVEs total

CVE-2024-392939.8 CRITICALRevert "xsk: Support redirect to any socket bound to the same umem"
CVE-2024-394717.8 HIGHdrm/amdgpu: add error handle to avoid out-of-bounds
CVE-2024-373547.8 HIGHbtrfs: fix crash on racing fsync and size-extending write into prealloc
CVE-2024-370787.8 HIGHnilfs2: fix potential kernel bug due to lack of writeback flag waiting
CVE-2024-383067.8 HIGHbtrfs: protect folio::private when attaching extent buffer folios
CVE-2024-383857.8 HIGHgenirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
CVE-2024-394677.8 HIGHf2fs: fix to do sanity check on i_xattr_nid in sanity_check_inode()
CVE-2024-394637.8 HIGH9p: add missing locking around taking dentry fid list
CVE-2024-394687.5 HIGHsmb: client: fix deadlock in smb2_find_smb_tcon()
CVE-2024-394697.1 HIGHnilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors
CVE-2024-39301net/9p: fix uninit-value in p9_client_rpc()
CVE-2024-39470eventfs: Fix a possible null pointer dereference in eventfs_find_events()
CVE-2024-39466thermal/drivers/qcom/lmh: Check for SCM availability at probe
CVE-2024-39464media: v4l: async: Fix notifier list entry init
CVE-2024-39465media: mgb4: Fix double debugfs remove
CVE-2024-39461clk: bcm: rpi: Assign ->num before accessing ->hws
CVE-2024-39371io_uring: check for non-NULL file pointer in io_file_can_poll()
CVE-2021-4440x86/xen: Drop USERGS_SYSRET64 paravirt call
CVE-2024-39298mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
CVE-2024-39296bonding: fix oops during rmmod

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-39462

No comments yet


Leave a comment