CVE-2022-43939
Hitachi Vantara Pentaho Business Analytics Server ≤ 9.3.0.2
Raw vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:HSummary
CVE-2022-43939 is a high-severity Use of Non-Canonical URL Paths for Authorization Decisions (CWE-647) vulnerability in Hitachi Vantara Pentaho Business Analytics Server. Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.2% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
Hitachi Vantara Pentaho Business Analytics Server versions before 9.4.0.1 and 9.3.0.2, including the 8.3.x branch, contain an authorization flaw in which security restrictions are enforced using non-canonical URL paths. The weakness, tracked as CVE-2022-43939 and assigned CWE-647, permits an unauthenticated network attacker to bypass intended access controls by supplying alternate URL representations that the server does not normalize before performing authorization decisions.
An attacker can therefore reach administrative or restricted endpoints that should be protected, resulting in partial confidentiality and integrity impacts together with high availability impact as reflected in the CVSS 8.6 vector. Public proof-of-concept material demonstrates that the bypass can be chained with server-side template injection to achieve remote code execution.
Vendor guidance published by Hitachi Vantara directs customers to upgrade to the fixed releases 9.4.0.1 or 9.3.0.2; the same advisory is referenced in CISA’s Known Exploited Vulnerabilities catalog, confirming that the issue has been observed in active exploitation campaigns. The associated EPSS score remains elevated near 0.93, indicating sustained exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-46909
Vulnerability Data
Hitachi Vantara Pentaho Business Analytics Server versions before 9.4.0.1 and 9.3.0.2, including 8.3.x contain security restrictions using non-canonical URLs which can be circumvented.
- CWE(s)
- KEV Date Added
- 03 March 2025
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V2.2.1V10.4.1
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Enforcing well-defined authorization policies prevents URL canonicalization bypasses when path handling is included in the implementation.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can discover non-canonical URL bypasses but does not itself implement the preventive control.
Defining application security requirements that mandate canonical URL handling and authorization checks mitigates the weakness at design time.
Secure-coding standards that require URL canonicalization and safe path handling eliminate the root cause of the weakness.
Enforcing strict access-control rules on canonical resource identifiers directly prevents authorization bypass via non-canonical URLs.