vendor:
Ladder
by:
@_chebuya
7.1
CVSS
HIGH
Server-side Request Forgery (SSRF)
918
CWE
Product Name: Ladder
Affected Version From: v0.0.1
Affected Version To: v0.0.21
Patch Exists: NO
Related CWE: CVE-2024-27620
CPE: a:everywall:ladder:0.0.21
Platforms Tested: Ubuntu 20.04.6 LTS on AWS EC2
2024
Ladder v0.0.21 – Server-side Request Forgery (SSRF)
Ladder version v0.0.21 is vulnerable to Server-side Request Forgery (SSRF) due to inadequate restrictions on destination addresses. This allows an attacker to send GET requests to addresses that are usually inaccessible externally. Attackers can exploit this to reach private address ranges, locally hosted services, and cloud instance metadata APIs.
Mitigation:
To mitigate this vulnerability, apply strict input validation and whitelist allowed destination addresses. Additionally, consider implementing network level protections such as firewalls and proxies.