CVE-2025-37967
MediumIn the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix deadlock This patch introduces the ucsi_con_mutex_lock / ucsi_con_mutex_unlock functions to the UCSI driver. ucsi_con_mutex_lock ensures the connector mutex is only locked if a connection is established and the partner pointer is valid. This resolves a deadlock scenario where ucsi_displayport_remove_partner holds con->mutex waiting for dp_altmode_work to complete while dp_altmode_work attempts to acquire it.
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-667CVE-2025-37967 is a Improper Locking vulnerability
What is Improper Locking?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. Learn more on MITRE CWE
Affected versions
Linux kernel versions
5.2
and later are affected. Fixed in
5.15.184,
6.1.140,
6.6.92,
6.12.30,
6.14.7,
6.15
and their respective stable series.
References
The following references provide additional information about CVE-2025-37967 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Third Party Advisory
-
PatchKernel patch commithttps://git.kernel.org/stable/c/364618c89d4c57c85e5fc51a2446cd939bf57802
-
PatchKernel patch commithttps://git.kernel.org/stable/c/5924b324468845fc795bd76f588f51d7ab4f202d
-
PatchKernel patch commithttps://git.kernel.org/stable/c/61fc1a8e1e10cc784cab5829930838aaf1d37af5
Frequently asked questions
-
What is CVE-2025-37967?
CVE-2025-37967 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Improper Locking flaw (CWE-667) . It affects Linux kernel versions from 5.2 onward and has been patched in 5.15.184, 6.1.140, 6.6.92 and others. CVE-2025-37967 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-37967?
CVE-2025-37967 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-37967?
Yes — CVE-2025-37967 has been patched. Fixed versions include 5.15.184, 6.1.140, 6.6.92 and others. If you are running Linux kernel 5.2 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-37967 actively exploited?
No — CVE-2025-37967 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Improper Locking (CWE-667)?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. View CWE-667 on MITRE CWE →