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

5.5 · MEDIUM
Published Mar 18, 2024 linux CWE-909 EPSS 0.24% (15th pctl)

Overview

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

llc: Drop support for ETH_P_TR_802_2.

syzbot reported an uninit-value bug below. [0]

llc supports ETH_P_802_2 (0x0004) and used to support ETH_P_TR_802_2

(0x0011), and syzbot abused the latter to trigger the bug.

write$tun(r0, &(0x7f0000000040)={@val={0x0, 0x11}, @val, @mpls={[], @llc={@snap={0xaa, 0x1, ')', "90e5dd"}}}}, 0x16)

llc_conn_handler() initialises local variables {saddr,daddr}.mac

based on skb in llc_pdu_decode_sa()/llc_pdu_decode_da() and passes

them to __llc_lookup().

However, the initialisation is done only when skb->protocol is

htons(ETH_P_802_2), otherwise, __llc_lookup_established() and

__llc_lookup_listener() will read garbage.

The missing initialisation existed prior to commit 211ed865108e

("net: delete all instances of special processing for token ring").

It removed the part to kick out the token ring stuff but forgot to

close the door allowing ETH_P_TR_802_2 packets to sneak into llc_rcv(

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 >= 3.5, < 4.19.307 Affected

Frequently Asked Questions

What is CVE-2024-26635?

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

How severe is CVE-2024-26635?

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

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

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