Bug 2363282 (CVE-2025-37746) - CVE-2025-37746 kernel: perf/dwc_pcie: fix duplicate pci_dev devices
Summary: CVE-2025-37746 kernel: perf/dwc_pcie: fix duplicate pci_dev devices
Keywords:
Status: NEW
Alias: CVE-2025-37746
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-01 14:02 UTC by OSIDB Bzimport
Modified: 2025-05-02 06:08 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-01 14:02:02 UTC
In the Linux kernel, the following vulnerability has been resolved:

perf/dwc_pcie: fix duplicate pci_dev devices

During platform_device_register, wrongly using struct device
pci_dev as platform_data caused a kmemdup copy of pci_dev. Worse
still, accessing the duplicated device leads to list corruption as its
mutex content (e.g., list, magic) remains the same as the original.

Comment 1 Avinash Hanwate 2025-05-02 05:58:21 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025050135-CVE-2025-37746-2d53@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.