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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-39479— drm/i915/hwmon: Get rid of devm

EPSS 0.03% · P10
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-39479

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
drm/i915/hwmon: Get rid of devm
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata (on which hwmon depends) are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are two separate code paths, which both release either drvdata or hwmon and either can be released before the other. These code paths (for device unbind) are as follows (see also the bug referenced below): Call Trace: release_nodes+0x11/0x70 devres_release_group+0xb2/0x110 component_unbind_all+0x8d/0xa0 component_del+0xa5/0x140 intel_pxp_tee_component_fini+0x29/0x40 [i915] intel_pxp_fini+0x33/0x80 [i915] i915_driver_remove+0x4c/0x120 [i915] i915_pci_remove+0x19/0x30 [i915] pci_device_remove+0x32/0xa0 device_release_driver_internal+0x19c/0x200 unbind_store+0x9c/0xb0 and Call Trace: release_nodes+0x11/0x70 devres_release_all+0x8a/0xc0 device_unbind_cleanup+0x9/0x70 device_release_driver_internal+0x1c1/0x200 unbind_store+0x9c/0xb0 This means that in i915, if use devm, we cannot gurantee that hwmon will always be released before drvdata. Which means that we have a uaf if hwmon sysfs is accessed when drvdata has been released but hwmon hasn't. The only way out of this seems to be do get rid of devm_ and release/free everything explicitly during device unbind. v2: Change commit message and other minor code changes v3: Cleanup from i915_hwmon_register on error (Armin Wolf) v4: Eliminate potential static analyzer warning (Rodrigo) Eliminate fetch_and_zero (Jani) v5: Restore previous logic for ddat_gt->hwmon_dev error return (Andi)
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 b3b088e28183b84080b7f0a0b8da84ec42b4b0e8 ~ cfa73607eb21a4ce1d6294a2c5733628897b48a2 -
LinuxLinux 6.2 -

II. Public POCs for CVE-2024-39479

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-39479

登录查看更多情报信息。

Same Patch Batch · Linux · 2024-07-05 · 14 CVEs total

CVE-2024-39485media: v4l: async: Properly re-initialise notifier entry in unregister
CVE-2024-39484mmc: davinci: Don't strip remove function when driver is builtin
CVE-2024-39482bcache: fix variable length array abuse in btree_iter
CVE-2024-39483KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
CVE-2024-39481media: mc: Fix graph walk in media_pipeline_start
CVE-2024-39480kdb: Fix buffer overflow during tab-complete
CVE-2024-39478crypto: starfive - Do not free stack buffer
CVE-2024-39476md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING
CVE-2024-39477mm/hugetlb: do not call vma_add_reservation upon ENOMEM
CVE-2024-39475fbdev: savage: Handle err return when savagefb_check_var failed
CVE-2024-39474mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
CVE-2024-39473ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension
CVE-2024-39472xfs: fix log recovery buffer allocation for the legacy h_size fixup

IV. Related Vulnerabilities

V. Comments for CVE-2024-39479

No comments yet


Leave a comment