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

7.8 · HIGH
Published Oct 21, 2024 debian CWE-787 EPSS 0.28% (20th pctl)

Overview

CVE-2024-47697 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:

drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error

Ensure index in rtl2830_pid_filter does not exceed 31 to prevent

out-of-bounds access.

dev->filters is a 32-bit value, so set_bit and clear_bit functions should

only operate on indices from 0 to 31. If index is 32, it will attempt to

access a non-existent 33rd bit, leading to out-of-bounds access.

Change the boundary check from index > 32 to index >= 32 to resolve this

issue.

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 >= 4.0, < 4.19.323 Affected

Frequently Asked Questions

What is CVE-2024-47697?

CVE-2024-47697 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-47697?

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

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

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