Executive Summary

Informations
Name CVE-2024-46794 First vendor Publication 2024-09-18
Vendor Cve Last vendor Modification 2024-11-20

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Overall CVSS Score 3.3
Base Score 3.3 Environmental Score 3.3
impact SubScore 1.4 Temporal Score 3.3
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact Low
Integrity Impact None Availability Impact None
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:

x86/tdx: Fix data leak in mmio_read()

The mmio_read() function makes a TDVMCALL to retrieve MMIO data for an address from the VMM.

Sean noticed that mmio_read() unintentionally exposes the value of an initialized variable (val) on the stack to the VMM.

This variable is only needed as an output value. It did not need to be passed to the VMM in the first place.

Do not send the original value of *val to the VMM.

[ dhansen: clarify what 'val' is used for. ]

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3676

Sources (Detail)

https://git.kernel.org/stable/c/26c6af49d26ffc377e392e30d4086db19eed0ef7
https://git.kernel.org/stable/c/b55ce742afcb8e8189d82f2f1e635ba1b5a461fa
https://git.kernel.org/stable/c/b6fb565a2d15277896583d471b21bc14a0c99661
https://git.kernel.org/stable/c/ef00818c50cf55a3a56bd9a9fae867c92dfb84e7
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
Date Informations
2025-03-29 03:40:39
  • Multiple Updates
2025-03-28 13:45:03
  • Multiple Updates
2025-03-28 03:18:45
  • Multiple Updates
2025-03-19 03:14:04
  • Multiple Updates
2025-03-18 03:27:01
  • Multiple Updates
2025-03-14 03:14:18
  • Multiple Updates
2025-03-06 14:10:50
  • Multiple Updates
2025-02-22 03:24:24
  • Multiple Updates
2025-01-08 03:05:24
  • Multiple Updates
2025-01-07 03:04:57
  • Multiple Updates
2024-12-25 03:03:35
  • Multiple Updates
2024-12-12 03:06:31
  • Multiple Updates
2024-11-22 21:22:20
  • Multiple Updates
2024-11-22 00:23:17
  • Multiple Updates
2024-11-21 21:21:55
  • Multiple Updates
2024-11-21 00:21:00
  • Multiple Updates
2024-09-20 17:27:28
  • Multiple Updates
2024-09-18 13:27:29
  • First insertion