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

7.8 · HIGH
Published Oct 21, 2024 debian CWE-416 EPSS 0.25% (16th pctl)

Overview

CVE-2024-49924 is a high-severity vulnerability affecting debian debian_linux. It was published on October 21, 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:

fbdev: pxafb: Fix possible use after free in pxafb_task()

In the pxafb_probe function, it calls the pxafb_init_fbinfo function,

after which &fbi->task is associated with pxafb_task. Moreover,

within this pxafb_init_fbinfo function, the pxafb_blank function

within the &pxafb_ops struct is capable of scheduling work.

If we remove the module which will call pxafb_remove to make cleanup,

it will call unregister_framebuffer function which can call

do_unregister_framebuffer to free fbi->fb through

put_fb_info(fb_info), while the work mentioned above will be used.

The sequence of operations that may lead to a UAF bug is as follows:

CPU0 CPU1

| pxafb_task

pxafb_remove |

unregister_framebuffer(info) |

do_unregister_framebuffer(fb_info) |

put_fb_info(fb_info) |

// free fbi->fb | set_

Remediation

Check the references section for vendor advisories and patches from debian. Update debian_linux 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.27, < 4.19.323 Affected

Frequently Asked Questions

What is CVE-2024-49924?

CVE-2024-49924 is a high-severity vulnerability affecting debian debian_linux. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-49924?

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

Check the references section for vendor advisories and patches from debian. Update debian_linux 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-49924?

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