CVE-2026-80603
Linux · Kernel
An off-by-one out-of-bounds read vulnerability exists in the Linux kernel netfilter nf_conntrack_irc module, potentially allowing for incorrect conntrack state information.
Executive summary
A critical out-of-bounds read vulnerability in the Linux kernel netfilter module could allow unauthorized data access and potential disruption of connection tracking mechanisms.
Vulnerability
The vulnerability resides in the parse_dcc function of the netfilter IRC conntrack module, where an off-by-one error during memory boundary checks leads to an out-of-bounds read. This flaw can be triggered by an unauthenticated remote attacker by sending specifically crafted IRC traffic to a system utilizing the affected netfilter module.
Business impact
The exploitation of this vulnerability could lead to the compromise of connection tracking expectations, resulting in unauthorized access or data exposure. With a CVSS score of 9.1, the risk is severe as it involves memory corruption primitives that could be leveraged to manipulate network traffic flow or bypass security policies. System stability and the integrity of network communications are at significant risk if this vulnerability is left unpatched.
Remediation
Immediate Action: Administrators must update the Linux kernel to the corrected versions (5.10.261, 5.15.212, 6.1.178, 6.6.145 or later) immediately.
Proactive Monitoring: Monitor system logs for unusual kernel crashes or unexpected behavior related to network connection tracking modules.
Compensating Controls: Deploy network-level filtering or Intrusion Detection Systems (IDS) to inspect and drop malformed IRC packets that deviate from standard protocol specifications.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the critical CVSS severity and the low-level nature of this kernel vulnerability, immediate patching is required to prevent potential exploitation. Organizations should prioritize the deployment of the provided kernel updates across all affected production environments to ensure the integrity of the network stack.