CVE-2026-25870
SSRF Vulnerability in DoraCMS UEditor Enables Internal Network Access
Publication date: 2026-02-10
Last updated on: 2026-02-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| doracms | doracms | to 3.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-25870 is a server-side request forgery (SSRF) vulnerability found in DoraCMS version 3.1 and earlier. It exists in the UEditor remote image fetch functionality, where the application accepts user-supplied URLs and makes HTTP or HTTPS requests on the server side without properly validating or restricting the destination of these requests.
Because the implementation does not enforce allowlists, block internal or private IP address ranges, or apply request timeouts or response size limits, an attacker can exploit this to make the server send requests to arbitrary hosts, including internal network resources.
How can this vulnerability impact me? :
This vulnerability can be abused by an attacker to induce the vulnerable server to send outbound requests to arbitrary hosts, including internal network resources that are normally inaccessible from outside.
- It can enable internal network scanning, allowing attackers to gather information about internal systems.
- It can lead to denial of service (DoS) by exhausting server resources through excessive or large requests.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know