
Cloud Vulnerability DB
A community-led vulnerabilities database
A use-after-free vulnerability was discovered in the Linux kernel's virtual console (vc_screen) implementation. The vulnerability (CVE-2023-52973) was disclosed on March 27, 2025, affecting Linux kernel versions from 2.6.38 up to versions before 6.1.11. The issue occurs in the vcs_read() function where the vc_data struct can be freed by vc_deallocate() after a call to console_unlock(), leading to a potential use-after-free condition (NVD).
The vulnerability stems from improper handling of struct vc_data pointer in the vcs_read() function. After a call to console_unlock(), the vc_data struct can be freed by vc_deallocate(), but the pointer load occurs too late in the function, leading to a use-after-free when vcs_size() is called. The issue was detected by the Syzkaller kernel fuzzer, which reported a KASAN use-after-free error in vcs_size at drivers/tty/vt/vc_screen.c:215. The vulnerability has received a CVSS v3.1 base score of 7.8 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (CISA-ADP).
The vulnerability could allow an attacker with local access to trigger a use-after-free condition, potentially leading to privilege escalation, information disclosure, or system crashes. The high CVSS score indicates that successful exploitation could result in complete compromise of confidentiality, integrity, and availability of the affected system (CISA-ADP).
The vulnerability requires local access and low privileges to exploit. It has been classified as CWE-416 (Use After Free) by CISA. The attack complexity is considered low, requiring no user interaction for exploitation (CISA-ADP).
The vulnerability has been patched in the Linux kernel by moving the load of struct vc_data pointer to the top of the while loop in vcs_read() to avoid the use-after-free condition. Multiple patches have been released to address this issue across different kernel versions (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."