CVE-2024-37359
Published: 19 February 2025
Description
The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. (CWE-918) Hitachi Vantara Pentaho Business Analytics Server versions before 10.2.0.0 and 9.3.0.9, including 8.3.x, do not validate the Host header of incoming HTTP/HTTPS requests. By providing URLs to unexpected hosts or ports, attackers can make it appear that the server is sending the request, possibly bypassing access controls such as firewalls that prevent the attackers from accessing the URLs directly. The server can be used as a proxy to conduct port scanning of hosts in internal networks, use other URLs such as that can access documents on the system (using file://), or use other protocols such as gopher:// or tftp://, which may provide greater control over the contents of requests.
Security Summary
CVE-2024-37359 is a Server-Side Request Forgery (SSRF) vulnerability (CWE-918) affecting Hitachi Vantara Pentaho Business Analytics Server versions before 10.2.0.0 and 9.3.0.9, including the 8.3.x series. The web server fails to sufficiently validate the Host header in incoming HTTP/HTTPS requests, allowing it to retrieve contents from arbitrary URLs provided by upstream components without ensuring they target the expected destination.
Remote attackers with network access can exploit this vulnerability without authentication or user interaction (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N, score 8.6). By supplying URLs pointing to unexpected hosts or ports, attackers can trick the server into issuing requests that appear to originate from it, bypassing firewalls or other access controls preventing direct access to internal resources. This enables the server to act as a proxy for port scanning internal networks, accessing local system documents via file:// URLs, or leveraging protocols like gopher:// or tftp:// for enhanced request manipulation.
The official advisory from Hitachi Vantara confirms the issue is resolved in Pentaho Business Analytics Server versions 10.2.0.0 and 9.3.0.9. Security practitioners should upgrade affected installations to these patched versions to mitigate the vulnerability.
Details
- CWE(s)