CVE-2026-65819

Summary

gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an unrecovered panic and remotely deny service. A patch commit is available at 210f25f.

Affected Software

VendorProductVersion RangeStatus
gopacketgopacket<= 1.7.0affected

Weaknesses

  • CWE-125: CWE-125: Out-of-bounds Read
  • CWE-400: CWE-400: Uncontrolled Resource Consumption

References