Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-52564

5.5 · MEDIUM
Published Mar 2, 2024 linux CWE-476 EPSS 0.24% (15th pctl)

Overview

CVE-2023-52564 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"

This reverts commit 9b9c8195f3f0d74a826077fc1c01b9ee74907239.

The commit above is reverted as it did not solve the original issue.

gsm_cleanup_mux() tries to free up the virtual ttys by calling

gsm_dlci_release() for each available DLCI. There, dlci_put() is called to

decrease the reference counter for the DLCI via tty_port_put() which

finally calls gsm_dlci_free(). This already clears the pointer which is

being checked in gsm_cleanup_mux() before calling gsm_dlci_release().

Therefore, it is not necessary to clear this pointer in gsm_cleanup_mux()

as done in the reverted commit. The commit introduces a null pointer

dereference:

<TASK>

? __die+0x1f/0x70

? page_fault_oops+0x156/0x420

? search_exception_tables+0x37/0x50

? fixup_exception+0x21/0x310

? exc_page_fault+0x69/0x150

? asm_exc_page_fault+0x26/0x30

? tty_port_put+0x19/0xa0

gsmtty_cleanup+0x29/0x80 [n_gsm

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.10.190, < 5.10.198 Affected

Frequently Asked Questions

What is CVE-2023-52564?

CVE-2023-52564 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52564?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-52564?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-52564?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52564 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.