CVE-2023-52480
Last modified
CVE-2023-52480 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbd_session_lookup | smb2_sess_setup sess = xa_load | | | xa_erase(&conn->sessions, sess->id); | | ksmbd_session_destroy(sess) --> kfree(sess) | // UAF! | sess->last_active = jiffies | + This patch add rwsem to fix race condition between ksmbd_session_lookup and ksmbd_expire_session.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix race condition between session lookup and expire Thread A + Thread B ksmbd_session_lookup | smb2_sess_setup sess = xa_load | | | xa_erase(&conn->sessions, sess->id); | | ksmbd_session_destroy(sess) --> kfree(sess) | // UAF! | sess->last_active = jiffies | + This patch add rwsem to fix race condition between ksmbd_session_lookup and ksmbd_expire_session.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.145 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.57 | — |
| Linux | Linux Kernel | >= 6.2, < 6.5.7 | — |
| Linux | Linux Kernel | 6.6 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52480?
How severe is CVE-2023-52480?
How do I fix CVE-2023-52480?
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-52474In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52475In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52476In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52477In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52478In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52479In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-52481In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52484In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52485In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52486In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52480?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
