- CVE ID: awaiting assignment
- CWE ID: CWE-918
… products server-side request forgery
Summary:
… products is vulnerable to server-side request forgery (SSRF). This may allow an unauthenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks.
Product:
…
Version:
…
Proof-of-Concept:
Web server is externally accessible; and permitted to invoke connections to internal hosts. The HTTP GET Request can be abused by unauthenticated attackers to cause the web server to connect to an arbitrary TCP port of an arbitrary host.
Responses returned are fairly verbose and can be used to infer whether a service is listening on the port specified.
Below is an example request to an localhost with open port:
Request: