CVE-2025-13789
BaseFortify
Publication date: 2025-11-30
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 |
|---|---|---|
| zentao | zentao | to 21.7.6 (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 exists in ZenTao up to version 21.7.6-8564 in the makeRequest function of the file module/ai/model.php. It involves manipulation of the argument 'Base' which leads to server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external systems remotely.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make the server perform unintended requests, potentially accessing internal systems or sensitive data, leading to information disclosure, unauthorized actions, or further attacks within the network.
What immediate steps should I take to mitigate this vulnerability?
Upgrade ZenTao to version 21.7.6 or later to mitigate the vulnerability in the makeRequest function of module/ai/model.php that allows server-side request forgery.