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-2026-45842

5.5 · MEDIUM
Published May 27, 2026 linux CWE-476 EPSS 0.13% (3th pctl)

Overview

CVE-2026-45842 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 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:

slip: reject VJ receive packets on instances with no rstate array

slhc_init() accepts rslots == 0 as a valid configuration, with the

documented meaning of 'no receive compression'. In that case the

allocation loop in slhc_init() is skipped, so comp->rstate stays

NULL and comp->rslot_limit stays 0 (from the kzalloc of struct

slcompress).

The receive helpers do not defend against that configuration.

slhc_uncompress() dereferences comp->rstate[x] when the VJ header

carries an explicit connection ID, and slhc_remember() later assigns

cs = &comp->rstate[...] after only comparing the packet's slot number

to comp->rslot_limit. Because rslot_limit is 0, slot 0 passes the

range check, and the code dereferences a NULL rstate.

The configuration is reachable in-tree through PPP. PPPIOCSMAXCID

stores its argument in a signed int, and (val >> 16) uses arithmetic

shift. Passing 0xffff0000 therefore sign-extends to -1, so val2 + 1

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 >= 2.6.32.70, < 2.6.33 Affected

Frequently Asked Questions

What is CVE-2026-45842?

CVE-2026-45842 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-45842?

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-2026-45842?

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-2026-45842?

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