CVE-2026-55768 PUBLISHED

GoAccess WebSocket Server: Signed 32 bit truncation of the 64 bit frame length causes a remote pre-authentication denial of service

Assigner: GitHub_M
Reserved: 17.06.2026 Published: 30.07.2026 Updated: 30.07.2026

GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through the browser. Prior to version 1.11, the built-in WebSocket server narrows a 64-bit extended frame length into the signed 32-bit WSFrame.payloadlen field before enforcing the maximum frame size, allowing an unauthenticated remote client to bypass the guard and force an approximately 18-exabyte allocation request that terminates the process. This issue is fixed in version 1.11.

Metrics

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

Product Status

Vendor allinurl
Product goaccess
Versions
  • Version < 1.11 is affected

References

Problem Types

  • CWE-789: Memory Allocation with Excessive Size Value CWE
  • CWE-681: Incorrect Conversion between Numeric Types CWE