CVE-2026-73564
Last modified
CVE-2026-73564 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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.
Description
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| fatedier | frp | >= 0.53.0, < 0.70.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73564?
How severe is CVE-2026-73564?
How do I fix CVE-2026-73564?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73559vLLM is an inference and serving engine for large language m…6.5
- CVE-2026-7356Use after free in Navigation in Google Chrome prior to 147.0…8.8
- CVE-2026-73560vLLM is an inference and serving engine for large language m…6.5
- CVE-2026-73561Hub is a Node.js WebSocket server and client with added feat…7.5
- CVE-2026-73562Mongoose is a MongoDB object modeling tool designed to work …6.5
- CVE-2026-73563Backstage is an open framework for building developer portal…4.7
- CVE-2026-73565@hono/node-server allows running the Hono application on Nod…5.3
- CVE-2026-73566node-tar is a tar archive manipulation library for Node.js. …7.5
- CVE-2026-73567sm-crypto provides JavaScript implementations of the Chinese…9.1
- CVE-2026-73568py-libp2p is the Python implementation of the libp2p network…7.5
- CVE-2026-73569fast-xml-parser allows users to process XML from JS object w…8.7
- CVE-2026-7357Use after free in GPU in Google Chrome prior to 147.0.7727.1…7.5
Are you affected by CVE-2026-73564?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
