Vulnerability Details : CVE-2023-52746
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.
Products affected by CVE-2023-52746
- cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc4:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc5:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc6:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:6.2:rc7:*:*:*:*:*:*
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
-
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.Assigned by: nvd@nist.gov (Primary)
References for CVE-2023-52746
-
https://git.kernel.org/stable/c/419674224390fca298020fc0751a20812f84b12d
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() - kernel/git/stable/linux.git - Linux kernel stable treePatch
-
https://git.kernel.org/stable/c/a893cc644812728e86e9aff517fd5698812ecef0
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() - kernel/git/stable/linux.git - Linux kernel stable treePatch
-
https://git.kernel.org/stable/c/5dc688fae6b7be9dbbf5304a3d2520d038e06db5
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() - kernel/git/stable/linux.git - Linux kernel stable treePatch
-
https://git.kernel.org/stable/c/b6ee896385380aa621102e8ea402ba12db1cabff
xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() - kernel/git/stable/linux.git - Linux kernel stable treePatch
Jump to