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

9.8 · CRITICAL
Published Jul 19, 2026 EPSS 0.51% (42th pctl)

Overview

CVE-2026-64055 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

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

net: ethernet: cortina: Carry over frag counter

The gmac_rx() NAPI poll function assembles packets in an

SKB from a ring buffer.

If the ring buffer gets completely emptied during a poll cycle,

we exit gmac_rx(), but the packet is not yet completely

assembled in the SKB, yet the fragment counter frag_nr is

reset to zero on the next invocation.

Solve this by making the RX fragment counter a part of the

port struct, and carry it over between invocations.

Reset the fragment counter only right after calling

napi_gro_frags(), on error (after calling napi_free_frags())

or if stopping the port.

Reset it in some place where not strictly necessary just to

emphasize what is going on.

This was found by Sashiko during normal patch review.

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

CVE-2026-64055 is a critical-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-64055?

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

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

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