PT-2026-5355 · Unknown · Trusttunnel
Megamansec
·
Published
2026-01-29
·
Updated
2026-01-30
·
CVE-2026-24902
CVSS v3.1
7.1
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
TrustTunnel versions prior to 0.9.114
Description
TrustTunnel, an open-source VPN protocol, contains a server-side request forgery and private network restriction bypass. The issue stems from insufficient SSRF protection within the
tcp forwarder.rs file. Specifically, the protection for preventing connections to private networks when allow private network connections = false was only applied to hostname-based destinations (TcpDestination::HostName(peer)). The numeric IP address-based destination path (TcpDestination::Address(peer) => peer) bypassed these checks, allowing connections to loopback and private network targets. This bypass occurs because the TcpStream::connect() function is called without equivalent checks like is global ip or is loopback.Recommendations
Update to TrustTunnel version 0.9.114 or later.
Exploit
Fix
SSRF
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Trusttunnel