CVE-2025-37746
MediumIn 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.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-704CVE-2025-37746 is a Incorrect Type Conversion or Cast vulnerability
What is Incorrect Type Conversion or Cast?
The product does not correctly convert an object, resource, or structure from one type to another. Learn more on MITRE CWE
Affected versions
Linux kernel versions
6.8
and later are affected. Fixed in
6.14.3,
6.15
and their respective stable series.
References
The following references provide additional information about CVE-2025-37746 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/7f35b429802a8065aa61e2a3f567089649f4d98e
-
PatchKernel patch commithttps://git.kernel.org/stable/c/a71c6fc87b2b9905dc2e38887fe4122287216be9
Frequently asked questions
-
What is CVE-2025-37746?
CVE-2025-37746 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Incorrect Type Conversion or Cast flaw (CWE-704) . It affects Linux kernel versions from 6.8 onward and has been patched in 6.14.3 and 6.15. CVE-2025-37746 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-37746?
CVE-2025-37746 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-37746?
Yes — CVE-2025-37746 has been patched. Fixed versions include 6.14.3 and 6.15. If you are running Linux kernel 6.8 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-37746 actively exploited?
No — CVE-2025-37746 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Incorrect Type Conversion or Cast (CWE-704)?
The product does not correctly convert an object, resource, or structure from one type to another. View CWE-704 on MITRE CWE →