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.
Published 2024-05-21 15:23:07
Updated 2025-04-02 14:50:27
Source Linux
View at NVD,   CVE.org

Products affected by CVE-2023-52746

Exploit prediction scoring system (EPSS) score for CVE-2023-52746

0.06%
Probability of exploitation activity in the next 30 days EPSS Score History
~ 17 %
Percentile, the proportion of vulnerabilities that are scored at or less

CVSS scores for CVE-2023-52746

Base Score Base Severity CVSS Vector Exploitability Score Impact Score Score Source First Seen
2.5
LOW CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
1.0
1.4
134c704f-9b21-4f2e-91b3-4a467353bcc0 2024-11-07

CWE ids for CVE-2023-52746

References for CVE-2023-52746

Jump to
This web site uses cookies for managing your session, storing preferences, website analytics and additional purposes described in our privacy policy.
By using this web site you are agreeing to CVEdetails.com terms of use!