๐Ÿ” CVE Alert

CVE-2026-73564

UNKNOWN 0.0

frp: Unauthenticated Remote Denial of Service in the frp SSH Tunnel Gateway via Integer Overflow

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

frp is a fast reverse proxy. From 0.53.0 until 0.70.1, frp's optional SSH Tunnel Gateway in pkg/ssh/server.go parses an SSH exec channel request by adding 4 to an attacker-controlled four-byte big-endian length. A length of 0xFFFFFFFF makes the uint32 addition wrap to 3, defeats the payload bounds check, and causes payload[4:3] to panic in TunnelServer.handleNewChannel. When no authorized-keys file is configured, sshConfig.NoClientAuth permits an unauthenticated peer to reach this channel phase before the frp token is checked, so a single five-byte request terminates the frps process and drops every active tunnel. This issue is fixed in version 0.70.1.

CWE CWE-129 CWE-190
Vendor fatedier
Product frp
Published Aug 13, 2026
Last Updated Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for fatedier frp

Be the first to know when new unknown vulnerabilities affecting fatedier frp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

fatedier / frp
>= 0.53.0, < 0.70.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fatedier/frp/security/advisories/GHSA-26gq-p25f-99cp github.com: https://github.com/fatedier/frp/pull/5428 github.com: https://github.com/fatedier/frp/commit/7dc7be930e2452ae93fd32f2a77f8c6fcd0b652b github.com: https://github.com/fatedier/frp/releases/tag/v0.70.1