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

5.5 · MEDIUM
Published Nov 19, 2024 linux EPSS 0.20% (9th pctl)

Overview

CVE-2024-53071 is a medium-severity vulnerability affecting linux linux_kernel. It was published on November 19, 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:

drm/panthor: Be stricter about IO mapping flags

The current panthor_device_mmap_io() implementation has two issues:

1. For mapping DRM_PANTHOR_USER_FLUSH_ID_MMIO_OFFSET,

panthor_device_mmap_io() bails if VM_WRITE is set, but does not clear

VM_MAYWRITE. That means userspace can use mprotect() to make the mapping

writable later on. This is a classic Linux driver gotcha.

I don't think this actually has any impact in practice:

When the GPU is powered, writes to the FLUSH_ID seem to be ignored; and

when the GPU is not powered, the dummy_latest_flush page provided by the

driver is deliberately designed to not do any flushes, so the only thing

writing to the dummy_latest_flush could achieve would be to make *more*

flushes happen.

2. panthor_device_mmap_io() does not block MAP_PRIVATE mappings (which are

mappings without the VM_SHARED flag).

MAP_PRIVATE in combination with VM_MAYWRITE indic

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 >= 6.10, < 6.11.8 Affected

Frequently Asked Questions

What is CVE-2024-53071?

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

How severe is CVE-2024-53071?

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

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

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