In the Linux kernel, the following vulnerability has been resolved:
usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps
There could be a potential use-after-free case in
tcpm_register_source_caps(). This could happen when:
* new (say invalid) source caps are advertised
* the existing source caps are unregistered
* tcpm_register_source_caps() returns with an error as
usb_power_delivery_register_capabilities() fails
This causes port->partner_source_caps to hold on to the now freed source
caps.
Reset port->partner_source_caps value to NULL after unregistering
existing source caps.
References
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 09:31
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/04c05d50fa79a41582f7bde8a1fd4377ae4a39e5 - Patch | |
References | () https://git.kernel.org/stable/c/4053696594d7235f3638d49a00cf0f289e4b36a3 - Patch | |
References | () https://git.kernel.org/stable/c/6b67b652849faf108a09647c7fde9b179ef24e2b - Patch | |
References | () https://git.kernel.org/stable/c/e7e921918d905544500ca7a95889f898121ba886 - Patch |
24 Jul 2024, 19:01
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://git.kernel.org/stable/c/04c05d50fa79a41582f7bde8a1fd4377ae4a39e5 - Patch | |
References | () https://git.kernel.org/stable/c/4053696594d7235f3638d49a00cf0f289e4b36a3 - Patch | |
References | () https://git.kernel.org/stable/c/6b67b652849faf108a09647c7fde9b179ef24e2b - Patch | |
References | () https://git.kernel.org/stable/c/e7e921918d905544500ca7a95889f898121ba886 - Patch | |
CWE | CWE-416 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.10:rc3:*:*:*:*:*:* |
|
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
12 Jul 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-12 13:15
Updated : 2024-11-21 09:31
NVD link : CVE-2024-40903
Mitre link : CVE-2024-40903
CVE.ORG link : CVE-2024-40903
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free