Lucene search
+L

4 matches found

Github Security Blog
Github Security Blog
added 7 hours ago4 views

GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

Summary The Diameter AVP decoder in github.com/gopacket/gopacket computes dataLength := avp.Length - uint32headerSize without first ensuring avp.Length = headerSize. When the Vendor flag is set, headerSize is 12, but the only length guard upstream rejects avp.Length CWE-770 unbounded allocation...

6.9CVSS6.5AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 7 hours ago9 views

CVE-2026-54345

CVE-2026-54345 concerns the GoPacket project (github.com/gopacket/gopacket) <= v1.6.0, where the Diameter AVP decoder uses a fixed 12-byte header for vendor AVPs. If avp.Length is less than the header size, under certain conditions the code computes dataLength as avp.Length - headerSize, which...

6.9CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added 7 hours ago9 views

CVE-2026-54345 GoPacket's Diameter AVP decoder: uint32 underflow on vendor header size leads to unbounded ~4 GiB allocation (unauthenticated remote DoS)

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 7 hours ago2 views

CVE-2026-54345

gopacket provides packet processing capabilities for Go. In version 1.6.0 and earlier, the Diameter AVP decoder computes an AVP data length by subtracting a fixed header size from an attacker-controlled AVP Length field, so a vendor-flagged AVP whose Length is smaller than the 12-byte header...

6.9CVSS5.9AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder