CVE-2025-7759
Published: 17 July 2025
Summary
CVE-2025-7759 is a medium-severity SSRF (CWE-918) vulnerability in Jeesite Jeesite. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
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.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SSRF in public-facing UEditor component enables exploitation for initial access (T1190), internal network service discovery via arbitrary requests (T1046), and cloud metadata access for instance discovery (T1522) and application credential theft (T1528, T1552.005).
NVD Description
A vulnerability was identified in thinkgem JeeSite up to 5.12.0. This vulnerability affects unknown code of the file modules/core/src/main/java/com/jeesite/common/ueditor/ActionEnter.java of the component UEditor Image Grabber. Such manipulation of the argument Source leads to server-side request forgery. The attack may be…
more
performed from remote. The exploit is publicly available and might be used. The name of the patch is 1c5e49b0818037452148e0f8ff69ed04cb8fefdc. It is advisable to implement a patch to correct this issue.
Deeper analysisAI
CVE-2025-7759 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, affecting thinkgem JeeSite versions up to 5.12.0. The issue resides in the UEditor Image Grabber component, specifically in the file modules/core/src/main/java/com/jeesite/common/ueditor/ActionEnter.java, where manipulation of the "Source" argument triggers the SSRF.
With a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), the vulnerability can be exploited remotely by an attacker possessing low privileges. Exploitation requires no user interaction and enables limited impacts on confidentiality, integrity, and availability through SSRF, such as unauthorized internal requests from the server.
Mitigation is provided via the patch commit 1c5e49b0818037452148e0f8ff69ed04cb8fefdc in the thinkgem/jeesite5 GitHub repository, as detailed in the associated issue at https://github.com/thinkgem/jeesite5/issues/27. A public proof-of-concept exploit is available at https://github.com/MentalityXt/jeesite_ssrf/tree/main, and administrators are advised to apply the patch promptly. Additional details appear in VulDB entries at https://vuldb.com/?ctiid.316749 and https://vuldb.com/?id.316749.
Details
- CWE(s)