CVE-2025-50977
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gitblit | gitblit | 1.7.1 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a template injection flaw in version 1.7.1 that allows authenticated administrators to inject malicious Angular expressions via the 'r' parameter. This injection leads to reflected cross-site scripting (XSS), enabling execution of arbitrary JavaScript code within the application's context. It can be exploited through GET requests to the summary endpoint or POST requests to certain Wicket interface endpoints, with GET requests being easier to use for attacks.
How can this vulnerability impact me? :
The vulnerability allows authenticated administrators to execute arbitrary client-side code, which can result in session hijacking, data theft, or further privilege escalation attacks within the application.