Executive Summary

Informations
Name CVE-2024-36893 First vendor Publication 2024-05-30
Vendor Cve Last vendor Modification 2024-10-17

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

usb: typec: tcpm: Check for port partner validity before consuming it

typec_register_partner() does not guarantee partner registration to always succeed. In the event of failure, port->partner is set to the error value or NULL. Given that port->partner validity is not checked, this results in the following crash:

Unable to handle kernel NULL pointer dereference at virtual address xx
pc : run_state_machine+0x1bc8/0x1c08
lr : run_state_machine+0x1b90/0x1c08 ..
Call trace:
run_state_machine+0x1bc8/0x1c08
tcpm_state_machine_work+0x94/0xe4
kthread_worker_fn+0x118/0x328
kthread+0x1d0/0x23c
ret_from_fork+0x10/0x20

To prevent the crash, check for port->partner validity before derefencing it in all the call sites.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36893

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3582

Sources (Detail)

https://git.kernel.org/stable/c/2a07e6f0ad8a6e504a3912cfe8dc859b7d0740a5
https://git.kernel.org/stable/c/789326cafbd1f67f424436b6bc8bdb887a364637
https://git.kernel.org/stable/c/ae11f04b452b5205536e1c02d31f8045eba249dd
https://git.kernel.org/stable/c/d56d2ca03cc22123fd7626967d096d8661324e57
https://git.kernel.org/stable/c/fc2b655cb6dd2b381f1f284989721002e39b6b77
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
Date Informations
2024-10-22 21:28:17
  • Multiple Updates
2024-10-17 21:27:45
  • Multiple Updates
2024-10-03 02:51:57
  • Multiple Updates
2024-10-02 02:50:21
  • Multiple Updates
2024-09-15 02:48:13
  • Multiple Updates
2024-09-12 02:47:46
  • Multiple Updates
2024-09-06 02:46:01
  • Multiple Updates
2024-09-04 02:49:16
  • Multiple Updates
2024-08-22 02:47:19
  • Multiple Updates
2024-08-02 13:56:23
  • Multiple Updates
2024-08-02 01:35:39
  • Multiple Updates
2024-06-11 00:27:38
  • Multiple Updates
2024-05-31 00:27:31
  • Multiple Updates
2024-05-30 21:27:23
  • First insertion