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

8.2 · HIGH
Published May 27, 2026 linux EPSS 0.36% (28th pctl)

Overview

CVE-2026-45843 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

slip: bound decode() reads against the compressed packet length

slhc_uncompress() parses a VJ-compressed TCP header by advancing a

pointer through the packet via decode() and pull16(). Neither helper

bounds-checks against isize, and decode() masks its return with

& 0xffff so it can never return the -1 that callers test for -- those

error paths are dead code.

A short compressed frame whose change byte requests optional fields

lets decode() read past the end of the packet. The over-read bytes

are folded into the cached cstate and reflected into subsequent

reconstructed packets.

Make decode() and pull16() take the packet end pointer and return -1

when exhausted. Add a bounds check before the TCP-checksum read.

The existing == -1 tests now do what they were always meant to.

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.12.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-45843?

CVE-2026-45843 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2026-45843?

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-45843?

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

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