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

9.1 · CRITICAL
Published Aug 28, 2026

Overview

CVE-2026-80603 is a critical-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. 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:

netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB read

parse_dcc() treats data_end as an inclusive end pointer, but its only

caller passes data_limit = ib_ptr + datalen, which points one past the

last valid byte.

The newline search loop iterates while tmp <= data_end, so when no

newline is present, *tmp is read at tmp == data_end, one byte beyond

the region filled by skb_header_pointer().

irc_buffer is kmalloc'd as MAX_SEARCH_SIZE + 1 bytes and datalen is

capped at MAX_SEARCH_SIZE, so the stray read does not fault. The byte

is uninitialized or stale; if it contains an ASCII digit, simple_strtoul

will consume it and produce a wrong DCC IP or port in the conntrack

expectation. The extra allocation byte is also a fragile guard: if the

cap or allocation size changes, this becomes a real out-of-bounds read.

Change the loop and its post-loop check to use strict less-than,

consistent with the caller's exclusi

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-80603?

CVE-2026-80603 is a critical-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2026-80603?

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. 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-80603?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-80603?

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

Browse by year 2026