Executive Summary

Informations
Name CVE-2024-50267 First vendor Publication 2024-11-19
Vendor Cve Last vendor Modification 2024-12-11

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High 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: serial: io_edgeport: fix use after free in debug printk

The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Store the "dev" pointer at the start of the function to avoid this issue.

Original Source

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

CWE : Common Weakness Enumeration

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3688

Sources (Detail)

https://git.kernel.org/stable/c/13d6ff3ca76056d06a9d88300be2a293442ff595
https://git.kernel.org/stable/c/275258c30bbda29467216e96fb655b16bcc9992b
https://git.kernel.org/stable/c/314bdf446053e123f37543aa535197ee75f8aa97
https://git.kernel.org/stable/c/37bb5628379295c1254c113a407cab03a0f4d0b4
https://git.kernel.org/stable/c/39709ce93f5c3f9eb535efe2afea088805d1128f
https://git.kernel.org/stable/c/44fff2c16c5aafbdb70c7183dae0a415ae74705e
https://git.kernel.org/stable/c/e567fc8f7a4460e486e52c9261b1e8b9f5dc42aa
https://git.kernel.org/stable/c/e6ceb04eeb6115d872d4c4078d12f1170ed755ce

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
14
15
16
17
18