CVE-2026-3026
Received Received - Intake
Server-Side Request Forgery in erzhongxmu JEEWMS UEditor Component

Publication date: 2026-02-23

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability has been found in erzhongxmu JEEWMS 3.7. Affected by this issue is some unknown functionality of the file /plug-in/ueditor/jsp/getRemoteImage.jsp of the component UEditor. The manipulation of the argument upfile leads to server-side request forgery. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-23
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-02-23
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
jeewms jeewms to 3.7 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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?

[{'type': 'paragraph', 'content': "CVE-2026-3026 is a server-side request forgery (SSRF) vulnerability found in erzhongxmu JEEWMS version 3.7, specifically in the UEditor component's file /plug-in/ueditor/jsp/getRemoteImage.jsp."}, {'type': 'paragraph', 'content': "The vulnerability occurs because the 'upfile' argument is improperly handled, allowing an attacker to manipulate it and cause the server to make unauthorized requests to arbitrary URLs."}, {'type': 'paragraph', 'content': 'This flaw enables remote attackers to exploit the system without authentication by coercing the server into making unintended HTTP requests, potentially accessing internal resources or performing other malicious actions.'}] [1, 2]


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to unauthorized internal network scanning and disclosure of sensitive information.

Attackers can interact with internal services that are normally inaccessible from outside the network, potentially compromising the confidentiality, integrity, and availability of the affected system.

Since the attack can be initiated remotely without authentication, it poses a significant risk to the security posture of the affected environment.


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?

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by identifying if the affected endpoint /plug-in/ueditor/jsp/getRemoteImage.jsp is accessible and vulnerable to server-side request forgery via the "upfile" parameter.'}, {'type': 'paragraph', 'content': 'One method to detect vulnerable targets is by using Google dorking with the query: inurl:plug-in/ueditor/jsp/getRemoteImage.jsp'}, {'type': 'paragraph', 'content': 'To test on your system, you can attempt to send crafted HTTP requests to the endpoint with manipulated "upfile" parameters to see if the server makes unintended requests. For example, using curl:'}, {'type': 'list_item', 'content': 'curl -v "http://[target]/plug-in/ueditor/jsp/getRemoteImage.jsp?upfile=http://example.com"'}, {'type': 'paragraph', 'content': 'Monitoring outgoing HTTP requests from your server to unexpected or internal IP addresses after such tests can also help detect exploitation attempts.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

No known mitigations or countermeasures have been published for this vulnerability.

It is suggested to replace the affected component (UEditor in JEEWMS 3.7) with an alternative product that does not contain this vulnerability.

As an immediate step, restrict access to the vulnerable endpoint /plug-in/ueditor/jsp/getRemoteImage.jsp via firewall rules or web server configuration to prevent external access.

Monitor network traffic for unusual outbound requests initiated by the server that could indicate exploitation attempts.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart