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

7.5 · HIGH
Published Aug 22, 2026 EPSS 0.43% (35th pctl)

Overview

CVE-2026-74598 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, 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:

ipv6: fix Route Information option length validation

rt6_route_rcv() validates the Route Information option (RFC 4191) length

against the prefix length, but both checks are off by one.

rinfo->length is the ND option length in units of 8 octets and it

*includes* the 8-byte option header, so an option carrying N bytes of

prefix has length == 1 + N/8. RFC 4191 section 2.3 requires length 3

when Prefix Length is greater than 64, and 2 or 3 when it is greater

than 0. The code accepts length >= 2 and length >= 1 respectively.

ipv6_addr_prefix() then copies prefix_len/8 bytes out of rinfo->prefix,

so a Router Advertisement with (prefix_len=128, length=2) or

(prefix_len=64, length=1) makes the kernel read up to 8 bytes past the

end of the option. Those bytes end up in the prefix of the route that

gets installed, so they are visible to userspace:

# RA with a Route Information option (prefix_len=128, length=2)

# foll

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

CVE-2026-74598 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-74598?

This vulnerability has a CVSS 3.1 base score of 7.5, 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-74598?

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

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