CVE-2022-25026
Published: 12 January 2023
Summary
CVE-2022-25026 is a high-severity SSRF (CWE-918) vulnerability in Rocketsoftware Trufusion Enterprise. Its CVSS base score is 7.5 (High).
Operationally, ranked in the top 15.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
Rocket TRUfusion Portal version 7.9.2.1 is affected by a server-side request forgery vulnerability (CVE-2022-25026, CWE-918) with a CVSS 3.1 score of 7.5. The flaw resides in the /trufusionPortal/upDwModuleProxy endpoint and permits an attacker to supply arbitrary URLs that the server will fetch.
Unauthenticated remote attackers can exploit the issue over the network by sending a crafted HTTP request, resulting in unauthorized access to sensitive internal resources while leaving integrity and availability unaffected.
Public technical write-ups of the vulnerability are available from Nettitude Labs, though no official vendor advisory or patch information is referenced in the supplied data. The EPSS score rose from lower values to a peak of 0.0599 on 2025-12-11 before receding to the current 0.0213, indicating a period of increased exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-29771
Vulnerability details
A Server-Side Request Forgery (SSRF) in Rocket TRUfusion Portal v7.9.2.1 allows remote attackers to gain access to sensitive resources on the internal network via a crafted HTTP request to /trufusionPortal/upDwModuleProxy.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.