CVE-2026-64055: net: ethernet: cortina: Carry over frag counter
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-64055 is a critical Linux kernel networking flaw in the Cortina Ethernet GMAC receive path. A packet-fragment counter can be lost between receive polling cycles, leaving packets assembled with incorrect state. The public record rates potential confidentiality, integrity, and availability impact as high, but it does not describe active attacks.
Executive priority
Treat this as high-priority patch work for systems using the affected Linux networking driver, especially embedded, appliance, or edge systems. Do not assume broad fleet exposure without confirming driver use, but unresolved kernel networking flaws with CVSS 9.8 should enter expedited remediation.
Technical view
In gmac_rx(), NAPI polling builds an SKB from receive-ring fragments. If polling exits after emptying the ring before the packet is complete, frag_nr resets on the next invocation. The fix carries the fragment counter in the port structure and resets it only after GRO completion, error cleanup, or port stop.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions with the Cortina Ethernet GMAC driver path enabled or in use. The source lists Linux as affected across multiple kernel version lines, but does not identify specific distributions, devices, or hardware models.
Exploitation context
The CVE is not listed as KEV in the provided bundle. No cited source states active exploitation, public exploit availability, or a weaponized technique. The network vector and high CVSS score justify urgency, but exploitability details are incomplete in the public record provided.
Researcher notes
The record attributes discovery to normal patch review, not incident response. The key technical question is whether malformed or fragmented receive traffic can reliably trigger memory safety or state corruption. Public sources do not provide a concrete exploit primitive, affected hardware list, or workaround beyond applying fixed kernel changes.
Mitigation direction
Update to a kernel containing the referenced stable fixes.
Use distribution or device-vendor kernel advisories for supported packages.
Backport the stable commit only if maintaining a custom kernel.
Prioritize assets using Cortina Ethernet GMAC networking.
If no patch is available, check vendor guidance for temporary controls.
Validation and detection
Inventory Linux kernels and compare versions against vendor-fixed packages.
Confirm whether the Cortina GMAC driver is built, loaded, or used.
Check kernel source or changelog for the referenced stable commits.
Retest network functions after patching to confirm driver stability.
Track CVE and vendor advisories for revised affected-version data.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-64055 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.