Affected by GO-2026-6121
and 1 other vulnerabilities
GO-2026-6121: GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS) in github.com/gopacket/gopacket
GO-2026-6122: GoPacket's sFlow ExtendedGatewayFlow decoder: unbounded attacker-controlled allocation (104-byte UDP datagram -> up to 16 GiB make) -> unauthenticated remote DoS in github.com/gopacket/gopacket
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Aug 24, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package util provides shared utilities for all gopacket examples.
Run starts up stuff at the beginning of a main function, and returns a
function to defer until the function completes. It should be used like this:
func main() {
defer util.Run()()
... stuff ...
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.