Cyber Resilience

CVE-2024-37359

High

Published: 19 February 2025

Published
19 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0004 13.8th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-37359 is a high-severity SSRF (CWE-918) vulnerability in Pentaho Business Analytics Server (inferred from references). Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

EU & UK References

Vulnerability details

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1046 Network Service Discovery Discovery
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

SSRF directly enables exploitation of public-facing app (T1190), internal network port scanning (T1046), and local file access via file:// (T1005).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-55161Shared CWE-918
CVE-2024-12450Shared CWE-918
CVE-2025-55853Shared CWE-918
CVE-2026-24736Shared CWE-918
CVE-2024-57767Shared CWE-918
CVE-2024-13924Shared CWE-918
CVE-2026-42860Shared CWE-918
CVE-2025-25785Shared CWE-918
CVE-2024-53705Shared CWE-918
CVE-2026-5418Shared CWE-918

Affected Assets

Pentaho
Business Analytics Server
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates Host headers and URLs in incoming requests to ensure they target only expected destinations, directly preventing SSRF exploitation.

prevent

Remediates the specific SSRF flaw by applying vendor patches to versions 10.2.0.0 or 9.3.0.9, eliminating the Host header validation failure.

preventdetect

Monitors and controls outbound communications at system boundaries to block or detect requests to unauthorized internal hosts, ports, or protocols.

References