CVE-2024-46794
LowIn 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. ]
CVSS 3.1 score
3.3
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Affected versions
Linux kernel versions
5.19
and later are affected. Fixed in
6.1.110,
6.6.51,
6.10.10,
6.11
and their respective stable series.
References
The following references provide additional information about CVE-2024-46794 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/26c6af49d26ffc377e392e30d4086db19eed0ef7
-
PatchKernel patch commithttps://git.kernel.org/stable/c/b55ce742afcb8e8189d82f2f1e635ba1b5a461fa
-
PatchKernel patch commithttps://git.kernel.org/stable/c/b6fb565a2d15277896583d471b21bc14a0c99661
Frequently asked questions
-
What is CVE-2024-46794?
CVE-2024-46794 is a Low severity Linux kernel vulnerability with a CVSS score of 3.3 out of 10 . It affects Linux kernel versions from 5.19 onward and has been patched in 6.1.110, 6.6.51, 6.10.10 and others. CVE-2024-46794 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-46794?
CVE-2024-46794 has a CVSS score of 3.3 out of 10, rated Low severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N. -
Is there a patch available for CVE-2024-46794?
Yes — CVE-2024-46794 has been patched. Fixed versions include 6.1.110, 6.6.51, 6.10.10 and others. If you are running Linux kernel 5.19 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-46794 actively exploited?
No — CVE-2024-46794 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.