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-52989

5.5 · MEDIUM
Published Mar 27, 2025 linux CWE-401 EPSS 0.26% (17th pctl)

Overview

CVE-2023-52989 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 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:

firewire: fix memory leak for payload of request subaction to IEC 61883-1 FCP region

This patch is fix for Linux kernel v2.6.33 or later.

For request subaction to IEC 61883-1 FCP region, Linux FireWire subsystem

have had an issue of use-after-free. The subsystem allows multiple

user space listeners to the region, while data of the payload was likely

released before the listeners execute read(2) to access to it for copying

to user space.

The issue was fixed by a commit 281e20323ab7 ("firewire: core: fix

use-after-free regression in FCP handler"). The object of payload is

duplicated in kernel space for each listener. When the listener executes

ioctl(2) with FW_CDEV_IOC_SEND_RESPONSE request, the object is going to

be released.

However, it causes memory leak since the commit relies on call of

release_request() in drivers/firewire/core-cdev.c. Against the

expectation, the function is never called due to the design of

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 >= 2.6.33, < 4.14.306 Affected

Frequently Asked Questions

What is CVE-2023-52989?

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

How severe is CVE-2023-52989?

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-52989?

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-52989?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-52989 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.