In the Linux kernel, the following vulnerability has been resolved:
usb: typec: displayport: Fix potential deadlock
The deadlock can occur due to a recursive lock acquisition of
`cros_typec_altmode_data::mutex`.
The call chain is as follows:
1. cros_typec_altmode_work() acquires the mutex
2. typec_altmode_vdm() -> dp_altmode_vdm() ->
3. typec_altmode_exit() -> cros_typec_altmode_exit()
4. cros_typec_altmode_exit() attempts to acquire the mutex again
To prevent this, defer the `typec_altmode_exit()` call by scheduling
it rather than calling it directly from within the mutex-protected
context.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
23 Dec 2025, 19:43
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/099cf1fbb8afc3771f408109f62bdec66f85160e - Patch | |
| References | () https://git.kernel.org/stable/c/63cff9f57e86b2dc25d7487ca0118df89a665296 - Patch | |
| References | () https://git.kernel.org/stable/c/749d9076735fb497aae60fbea9fff563f9ea3254 - Patch | |
| References | () https://git.kernel.org/stable/c/76cf1f33e7319fe74c94ac92f9814094ee8cc84b - Patch | |
| References | () https://git.kernel.org/stable/c/7be0d1ea71f52595499da39cea484a895e8ed042 - Patch | |
| References | () https://git.kernel.org/stable/c/80c25d7916a44715338d4f8924c8e52af50d0b9f - Patch | |
| References | () https://git.kernel.org/stable/c/c782f98eef14197affa8a7b91e6981420f109ea9 - Patch | |
| References | () https://git.kernel.org/stable/c/eb08fca56f1f39e4038cb9bac9864464b13b00aa - Patch | |
| References | () https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html - Third Party Advisory | |
| References | () https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html - Third Party Advisory | |
| First Time |
Linux
Debian Debian debian Linux Linux linux Kernel |
|
| CWE | CWE-667 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.1.143:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.6.96:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15.5:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12.36:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:* |
03 Nov 2025, 18:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
25 Jul 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-07-25 14:15
Updated : 2025-12-23 19:43
NVD link : CVE-2025-38404
Mitre link : CVE-2025-38404
CVE.ORG link : CVE-2025-38404
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-667
Improper Locking
