In the Linux kernel, the following vulnerability has been resolved:
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()
int type = nla_type(nla);
if (type > XFRMA_MAX) {
return -EOPNOTSUPP;
}
@type is then used as an array index and can be used
as a Spectre v1 gadget.
if (nla_len(nla) < compat_policy[type].len) {
array_index_nospec() can be used to prevent leaking
content of kernel memory to malicious users.
Metrics
Affected Vendors & Products
References
History
Thu, 07 Nov 2024 16:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
Mon, 04 Nov 2024 15:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T15:23:07.255Z
Updated: 2024-11-07T15:13:49.462Z
Reserved: 2024-05-21T15:19:24.233Z
Link: CVE-2023-52746
Vulnrichment
Updated: 2024-08-02T23:11:36.022Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T16:15:14.377
Modified: 2024-11-07T16:35:11.113
Link: CVE-2023-52746
Redhat