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

7.8 · HIGH
Published Mar 11, 2024 linux CWE-416 EPSS 0.28% (20th pctl)

Overview

CVE-2023-52491 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 11, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run

In mtk_jpeg_probe, &jpeg->job_timeout_work is bound with

mtk_jpeg_job_timeout_work.

In mtk_jpeg_dec_device_run, if error happens in

mtk_jpeg_set_dec_dst, it will finally start the worker while

mark the job as finished by invoking v4l2_m2m_job_finish.

There are two methods to trigger the bug. If we remove the

module, it which will call mtk_jpeg_remove to make cleanup.

The possible sequence is as follows, which will cause a

use-after-free bug.

CPU0 CPU1

mtk_jpeg_dec_... |

start worker |

|mtk_jpeg_job_timeout_work

mtk_jpeg_remove |

v4l2_m2m_release |

kfree(m2m_dev); |

|

| v4l2_m2m_get_curr_priv

| m2m_dev->curr_ctx //use

If we close the file descriptor, which will call mtk_jpeg_release,

it will have a simila

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 >= 4.12, < 5.10.210 Affected

Frequently Asked Questions

What is CVE-2023-52491?

CVE-2023-52491 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 11, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-52491?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-52491?

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

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