Cyber Resilience

CVE-2022-25026

HighPublic PoC

Published: 12 January 2023

Published
12 January 2023
Modified
08 April 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0213 84.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

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

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

rocketsoftware
trufusion enterprise
≤ 7.9.5.1

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.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References