CVE-2023-52746
Last modified
CVE-2023-52746 is a low-severity vulnerability rated 2.5/10 on the CVSS scale. 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.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
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
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.10, < 5.10.168 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.94 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.12 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52746?
How severe is CVE-2023-52746?
How do I fix CVE-2023-52746?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-52740In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52741In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52742In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52743In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52744In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52745In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52747In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52749In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-5275Improper Input Validation vulnerability in simulation functi…4.7
- CVE-2023-52750In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52751In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-52746?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
