Cyber Posture

CVE-2025-36845

HighPublic PoC

Published: 21 July 2025

Published
21 July 2025
Modified
12 September 2025
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0445 89.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-36845 is a high-severity SSRF (CWE-918) vulnerability in Eveo Urve Web Manager. 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 10.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-4 (Information Flow Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates the user-supplied URL input to the /_internal/redirect.php endpoint, preventing SSRF by rejecting unauthorized or malformed URLs.

prevent

Enforces information flow control policies to restrict the web application server from making requests to internal-only resources coerced by SSRF.

prevent

Implements boundary protection at internal interfaces to block or monitor unauthorized server-initiated requests to sensitive internal endpoints via SSRF.

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.
T1522 Cloud Instance Metadata API Credential Access
Adversaries may attempt to access the Cloud Instance Metadata API to collect credentials and other sensitive data.
T1552.005 Cloud Instance Metadata API Credential Access
Adversaries may attempt to access the Cloud Instance Metadata API to collect credentials and other sensitive data.
Why these techniques?

SSRF in public-facing web app directly enables T1190 exploitation; description explicitly calls out access to metadata services/private APIs, mapping to T1522 and credential access via T1552.005.

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

NVD Description

An issue was discovered in Eveo URVE Web Manager 27.02.2025. The endpoint /_internal/redirect.php allows for Server-Side Request Forgery (SSRF). The endpoint takes a URL as input, sends a request to this address, and reflects the content in the response. This…

more

can be used to request endpoints only reachable by the application server.

Deeper analysisAI

CVE-2025-36845 is a Server-Side Request Forgery (SSRF) vulnerability, classified under CWE-918, discovered in Eveo URVE Web Manager version 27.02.2025. The issue affects the endpoint /_internal/redirect.php, which accepts a URL as input, initiates a request to that address from the server, and reflects the response content back to the user. This flaw enables attackers to coerce the server into accessing resources that are only reachable from the application's internal network.

The vulnerability carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N), indicating it is exploitable over the network with low complexity, no authentication or user interaction required, and a changed scope leading to high confidentiality impact. Remote unauthenticated attackers can submit a crafted URL to the endpoint, tricking the server into fetching and disclosing sensitive internal endpoints or services inaccessible from the public internet, such as metadata services or private APIs.

Mitigation details are available in advisories published by SYSS (SYSS-2025-035 at https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2025-035.txt) and at https://smartoffice.expert/en. Security practitioners should consult these sources for patching instructions or workarounds specific to Eveo URVE Web Manager.

Details

CWE(s)

Affected Products

eveo
urve web manager
27.02.2025

CVEs Like This One

CVE-2025-36846Same product: Eveo Urve Web Manager
CVE-2026-27732Shared CWE-918
CVE-2026-33039Shared CWE-918
CVE-2026-30844Shared CWE-918
CVE-2026-28423Shared CWE-918
CVE-2026-32255Shared CWE-918
CVE-2026-27706Shared CWE-918
CVE-2026-33351Shared CWE-918
CVE-2026-31017Shared CWE-918
CVE-2026-3478Shared CWE-918

References