CVE-2026-3026
7.3erzhongxmu · JEEWMS
The JEEWMS UEditor component contains a server-side request forgery (SSRF) vulnerability via the upfile argument in getRemoteImage.jsp, allowing remote, unauthenticated attackers to trigger requests.
Executive summary
A server-side request forgery vulnerability in erzhongxmu JEEWMS version 3.7 exposes internal infrastructure to unauthorized requests from remote, unauthenticated attackers.
Vulnerability
This vulnerability is a server-side request forgery (CWE-918) within the UEditor module. An unauthenticated attacker can manipulate the upfile parameter in the /plug-in/ueditor/jsp/getRemoteImage.jsp file to force the server to make unauthorized outbound requests.
Business impact
Successful exploitation allows an attacker to probe internal network segments, bypass perimeter firewalls, or interact with services not exposed to the public internet. Given the CVSS score of 7.3, this represents a high-severity risk that could lead to unauthorized data discovery or secondary attacks on backend systems, potentially resulting in significant reputational and operational damage.
Remediation
Immediate Action: As there is no official patch available, administrators should immediately restrict access to the /plug-in/ueditor/jsp/getRemoteImage.jsp endpoint or disable the UEditor module functionality if it is not business-critical.
Proactive Monitoring: Monitor network traffic logs for unusual outbound connections originating from the JEEWMS server, particularly those targeting internal IP addresses or sensitive local services.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block or sanitize requests containing malicious payloads within the upfile argument of the specified UEditor JSP file.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, attributed to the technical write-up provided in the vulnerability references.
Analyst recommendation
Due to the lack of a vendor-provided patch and the availability of a public proof-of-concept, this vulnerability poses an immediate threat to the confidentiality and integrity of your internal network. Administrators must prioritize isolating the affected component and implementing robust network-level egress filtering to prevent the server from being used as a pivot point for internal network reconnaissance.
More erzhongxmu CVEs
Sources
Originally found and disclosed by din4 (VulDB User), per the CVE Program record.
- VDB-347382 | erzhongxmu JEEWMS UEditor getRemoteImage.jsp server-side request forgery Vulnerability database entry
- VDB-347382 | CTI Indicators (IOB, IOC, IOA)
- Submit #756522 | erzhongxmu JEEWMS ≤3.7 Server-Side Request Forgery Third-party advisory
- Exploit / PoC