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-2024-43900

7.8 · HIGH
Published Aug 26, 2024 linux CWE-416 EPSS 0.21% (12th pctl)

Overview

CVE-2024-43900 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 26, 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: xc2028: avoid use-after-free in load_firmware_cb()

syzkaller reported use-after-free in load_firmware_cb() [1].

The reason is because the module allocated a struct tuner in tuner_probe(),

and then the module initialization failed, the struct tuner was released.

A worker which created during module initialization accesses this struct

tuner later, it caused use-after-free.

The process is as follows:

task-6504 worker_thread

tuner_probe <= alloc dvb_frontend [2]

...

request_firmware_nowait <= create a worker

...

tuner_remove <= free dvb_frontend

...

request_firmware_work_func <= the firmware is ready

load_firmware_cb <= but now the dvb_frontend has been freed

To fix the issue, check the dvd_frontend in load_firmware_cb(), if it is

null, report a warning and just return.

[1]:

========

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 >= 0, < 6.1.105 Affected

Frequently Asked Questions

What is CVE-2024-43900?

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

How severe is CVE-2024-43900?

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-2024-43900?

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-2024-43900?

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