Vulnerability in Linux
CVE-2023-53020
In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tp_tunnel_register() The code in l2tp_tunnel_register() is racy in several ways: 1. It modifies the tunnel socket _after_ publishing it. 2. It calls setup_udp_tunnel_sock() on an existing socket without locking. 3. It changes sock lock class on fly, which triggers many syzbot reports. This patch amends all of them by moving socket initialization code before publishing and under sock lock. As suggested by Jakub, the l2tp lockdep class is not necessary as we can just switch to bh_lock_sock_nested().
Vulnerability class: Race Condition
EPSS: 0.001 (3.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.7 (Medium). Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 37159ef2c1ae1e696b24b260b241209a19f92c60, 3.6, 0
- Linux Linux_kernel — versions 6.2
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2023-53020?
- CVE-2023-53020 is a medium-severity vulnerability in Linux, classified under Concurrent Execution using Shared Resource with Improper Synchronization (Race Condition). CVSS score: 4.7/10. Published 2025-03-27.
- How severe is CVE-2023-53020?
- Medium severity. CVSS v3 base score is 4.7 out of 10.