SCA: security update for github.com/gopacket/gopacket (GHSA-g6v3-7xmc-w563)

medium Tenable Self-Hosted Container Security Plugin ID 445399

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the sFlow
ExtendedGatewayFlow decoder in layers/sflow.go reads an attacker-controlled 32-bit community count and AS
path member count and sizes a slice allocation from those counts without bounding them against the bytes
remaining in the datagram, so a 104-byte UDP datagram can drive an allocation of up to 16 GiB and cause an
unauthenticated remote denial of service. This issue is fixed in version 1.6.1. (CVE-2026-54332)

Solution

Update the github.com/gopacket/gopacket library and its related packages to version 1.6.1 or later.

See Also

https://github.com/advisories/GHSA-g6v3-7xmc-w563

Plugin Details

Severity: Medium

ID: 445399

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/28/2026

Updated: 7/28/2026

Risk Information

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P

CVSS Score Source: CVE-2026-54332

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: Medium

Base Score: 6.9

Threat Score: 2.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/28/2026

Vulnerability Publication Date: 7/28/2026

Reference Information

CVE: CVE-2026-54332

cwe: CWE-770