CVE-2025-60912
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-10
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpipam | phpipam | 1.7.3 |
| phpipam | phpipam | to 1.7.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) in phpIPAM version 1.7.3. It affects the database export functionality, specifically the generate-mysql.php function at the /app/admin/import-export/ endpoint. An attacker can craft a malicious HTTP GET request that, if an administrator is logged in with an active session, triggers a large database dump download without the administrator's consent.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow remote attackers to force an administrator to unknowingly download a large database dump. This could lead to unauthorized disclosure of sensitive data contained in the database, potentially compromising the confidentiality and integrity of the system's information.