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

7.8 · HIGH
Published Oct 28, 2024 debian CWE-787 EPSS 0.24% (14th pctl)

Overview

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

uprobe: avoid out-of-bounds memory access of fetching args

Uprobe needs to fetch args into a percpu buffer, and then copy to ring

buffer to avoid non-atomic context problem.

Sometimes user-space strings, arrays can be very large, but the size of

percpu buffer is only page size. And store_trace_args() won't check

whether these data exceeds a single page or not, caused out-of-bounds

memory access.

It could be reproduced by following steps:

1. build kernel with CONFIG_KASAN enabled

2. save follow program as test.c

```

\#include <stdio.h>

\#include <stdlib.h>

\#include <string.h>

// If string length large than MAX_STRING_SIZE, the fetch_store_strlen()

// will return 0, cause __get_data_size() return shorter size, and

// store_trace_args() will not trigger out-of-bounds access.

// So make string length less than 4096.

\#define STRLEN 4093

void generate_string(char *str, int n)

{

int i;

for (i = 0; i < n; ++i)

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 >= 3.14, < 6.1.118 Affected

Frequently Asked Questions

What is CVE-2024-50067?

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

How severe is CVE-2024-50067?

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

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

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