CVE Catalog

CVE-2026-55768

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

In GoAccess 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. An unauthenticated remote client can bypass the guard and force an approximately 18-exabyte allocation request that terminates the process.

Risk Assessment

The risk involves the possibility of remotely causing a denial of service by sending a crafted WebSocket frame, potentially disrupting the log analyzer's operation.

Recommendation

It is recommended to update GoAccess to version 1.11 or later, which includes a fix that properly checks the frame size before allocation.

Other vulnerabilities in GoAccess

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS