CVE-2025-7759
BaseFortify
Publication date: 2025-07-17
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jeesite | jeesite | to 5.12.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?
This vulnerability is a critical security flaw in thinkgem JeeSite up to version 5.12.0, specifically in the UEditor Image Grabber component. It occurs due to improper handling of the 'Source' argument in the file ActionEnter.java, which allows an attacker to perform server-side request forgery (SSRF). This means an attacker can manipulate the server to make unauthorized requests to internal or external resources remotely.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make the server send unauthorized requests, potentially accessing internal systems, sensitive data, or services that are not directly exposed. This can lead to information disclosure, unauthorized actions, or further exploitation of internal network resources.
What immediate steps should I take to mitigate this vulnerability?
It is recommended to apply the patch identified by commit 1c5e49b0818037452148e0f8ff69ed04cb8fefdc to fix this issue.