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

7.8 · HIGH
Published Oct 21, 2024 debian EPSS 0.23% (14th pctl)

Overview

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

bpf: Prevent tail call between progs attached to different hooks

bpf progs can be attached to kernel functions, and the attached functions

can take different parameters or return different return values. If

prog attached to one kernel function tail calls prog attached to another

kernel function, the ctx access or return value verification could be

bypassed.

For example, if prog1 is attached to func1 which takes only 1 parameter

and prog2 is attached to func2 which takes two parameters. Since verifier

assumes the bpf ctx passed to prog2 is constructed based on func2's

prototype, verifier allows prog2 to access the second parameter from

the bpf ctx passed to it. The problem is that verifier does not prevent

prog1 from passing its bpf ctx to prog2 via tail call. In this case,

the bpf ctx passed to prog2 is constructed from func1 instead of func2,

that is, the assumption for ctx access verification is bypassed.

Another

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 >= 5.5, < 6.1.135 Affected

Frequently Asked Questions

What is CVE-2024-50063?

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

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

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

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