Executive Summary

Informations
Name CVE-2024-46710 First vendor Publication 2024-09-13
Vendor Cve Last vendor Modification 2024-10-17

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 4.7
Base Score 4.7 Environmental Score 4.7
impact SubScore 3.6 Temporal Score 4.7
Exploitabality Sub Score 1
 
Attack Vector Local Attack Complexity High
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:

drm/vmwgfx: Prevent unmapping active read buffers

The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a) buffer "a" mapped for update b) buffer "a" mapped for compare c) do the compare d) unmap "a" for compare e) update the cursor f) unmap "a" for update At step "e" the buffer has been unmapped and the read contents is bogus.

Prevent unmapping of active read buffers by simply keeping a count of how many paths have currently active maps and unmap only when the count reaches 0.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3652

Sources (Detail)

https://git.kernel.org/stable/c/0851b1ec650adadcaa23ec96daad95a55bf966f0
https://git.kernel.org/stable/c/58a3714db4d9dcaeb9fc4905141e17b9f536c0a5
https://git.kernel.org/stable/c/aba07b9a0587f50e5d3346eaa19019cf3f86c0ea
https://git.kernel.org/stable/c/d5228d158e4c0b1663b3983044913c15c3d0135e
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
14
15
16
17
18
19
20
Date Informations
2025-01-08 03:05:14
  • Multiple Updates
2025-01-07 03:04:47
  • Multiple Updates
2024-12-25 03:03:25
  • Multiple Updates
2024-12-12 03:06:21
  • Multiple Updates
2024-11-23 03:03:21
  • Multiple Updates
2024-11-22 03:01:30
  • Multiple Updates
2024-11-20 02:59:51
  • Multiple Updates
2024-11-14 03:00:09
  • Multiple Updates
2024-11-09 03:00:09
  • Multiple Updates
2024-10-26 00:29:03
  • Multiple Updates
2024-10-25 21:29:56
  • Multiple Updates
2024-10-25 00:29:05
  • Multiple Updates
2024-10-24 17:28:11
  • Multiple Updates
2024-10-22 21:28:13
  • Multiple Updates
2024-10-17 21:27:37
  • Multiple Updates
2024-10-04 21:27:58
  • Multiple Updates
2024-10-03 02:53:46
  • Multiple Updates
2024-10-02 02:52:09
  • Multiple Updates
2024-09-19 17:27:31
  • Multiple Updates
2024-09-13 21:27:26
  • Multiple Updates
2024-09-13 13:27:26
  • First insertion