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

5.5 · MEDIUM
Published Nov 8, 2024 linux CWE-754 EPSS 0.21% (11th pctl)

Overview

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

pinctrl: ocelot: fix system hang on level based interrupts

The current implementation only calls chained_irq_enter() and

chained_irq_exit() if it detects pending interrupts.

```

for (i = 0; i < info->stride; i++) {

uregmap_read(info->map, id_reg + 4 * i, &reg);

if (!reg)

continue;

chained_irq_enter(parent_chip, desc);

```

However, in case of GPIO pin configured in level mode and the parent

controller configured in edge mode, GPIO interrupt might be lowered by the

hardware. In the result, if the interrupt is short enough, the parent

interrupt is still pending while the GPIO interrupt is cleared;

chained_irq_enter() never gets called and the system hangs trying to

service the parent interrupt.

Moving chained_irq_enter() and chained_irq_exit() outside the for loop

ensures that they are called even when GPIO interrupt is lowered by the

hardware.

The similar code with chained_irq_enter() / chained_irq_exit() fun

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 >= 0, < 5.15.169 Affected

Frequently Asked Questions

What is CVE-2024-50196?

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

How severe is CVE-2024-50196?

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

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

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