vendor:
Ladder
by:
@_chebuya
6.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 v0.0.21 allows attackers to perform Server-Side Request Forgery (SSRF) attacks by not enforcing sufficient restrictions on destination addresses. This enables attackers to send GET requests to addresses that are typically inaccessible from an external context, potentially allowing access to private address ranges, local services, and cloud instance metadata APIs. This vulnerability has been assigned CVE-2024-27620.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and access controls to restrict the destinations that can be accessed by the application.