CVE-2025-51991
BaseFortify
Publication date: 2025-08-20
Last updated on: 2025-09-11
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xwiki | xwiki | to 17.3.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Server-Side Template Injection (SSTI) in XWiki versions up to 17.3.0, specifically in the Administration interface's HTTP Meta Info field. An authenticated administrator can inject malicious Apache Velocity template code that is executed on the server without proper validation or sandboxing, allowing arbitrary template logic execution.
How can this vulnerability impact me? :
The vulnerability can lead to exposure of internal server information, and in certain configurations, it may allow further exploitation such as remote code execution or leakage of sensitive data.