AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52480

HIGH · CVSS 7 EPSS 0.18%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-02-29 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.0. It affects Linux.

CVE
CVE-2023-52480
Severity
HIGH
CVSS
7
EPSS
0.18%
Linux

Original NVD 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)