CVE-2025-63551
BaseFortify
Publication date: 2025-11-06
Last updated on: 2026-02-04
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| metinfo | metinfo | to 8.1 (inc) |
| metinfo | content_management_system | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-611 | The product processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. |
| 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 Server-Side Request Forgery (SSRF) caused by an XML External Entity (XXE) injection in the MetInfo CMS up to version 8.1. It occurs due to a flaw in the XML parsing logic, allowing an attacker to craft a malicious XML entity that makes the server send HTTP requests to arbitrary internal or external network addresses. This happens when user-provided XML data is processed, particularly in the backend API related to the path /admin/#/webset/?head_tab_active=0.
How can this vulnerability impact me? :
Exploiting this vulnerability can allow an attacker to perform internal network reconnaissance, port scanning, or retrieve sensitive information from the server or internal network. This can lead to unauthorized access to internal resources, exposure of confidential data, and potentially further attacks within the network.