Cyber Resilience

CVE-2025-23172

High

Published: 19 June 2025

Published
19 June 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0110 78.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23172 is a high-severity SSRF (CWE-918) vulnerability in Versa Networks (inferred from references). Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 21.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The vulnerability affects the Versa Director SD-WAN orchestration platform and stems from insufficient validation in its Webhook feature. Specifically, the Add Webhook and Test Webhook functions permit an authenticated user to submit crafted HTTP requests that target localhost, enabling server-side request forgery (SSRF) under CWE-918.

An attacker with a valid account on the Director GUI can leverage this flaw to issue requests that execute commands as the versa user, who possesses sudo privileges. Successful exploitation can therefore result in privilege escalation or remote code execution on the orchestration platform.

Vendor advisories state there are no workarounds to disable the affected GUI options and recommend upgrading Director to one of the remediated releases listed in the security bulletin and associated software notes. No real-world exploitation has been reported, although third-party researchers have published proof-of-concept code; the EPSS score has remained flat at 0.0110 since disclosure.

EU & UK References

Vulnerability details

The Versa Director SD-WAN orchestration platform includes a Webhook feature for sending notifications to external HTTP endpoints. However, the "Add Webhook" and "Test Webhook" functionalities can be abused by an authenticated user to send crafted HTTP requests to localhost. This…

more

can be leveraged to execute commands on behalf of the versa user, who has sudo privileges, potentially leading to privilege escalation or remote code execution. Exploitation Status: Versa Networks is not aware of any reported instance where this vulnerability was exploited. Proof of concept for this vulnerability has been disclosed by third party security researchers. Workarounds or Mitigation: There are no workarounds to disable the GUI option. Versa recommends that Director be upgraded to one of the remediated software versions.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Versa Networks
inferred from references and description; NVD did not file a CPE for this CVE

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