Details
-
Security
-
Resolution: Fixed
-
Blocker
-
6.0-rc-1
Description
SUBMISSION REFERENCES
- Submission code: XWIKI-FY8SZFXT
- Submission URL: https://www.intigriti.com/auth/dashboard?redirect=/submissions/e95a7ad5-7029-4627-abf0-3e3e3ea0b4ce/XWIKI-FY8SZFXT
RESEARCHER INFORMATION
- Submitter: renniepak
SUBMISSION INFORMATION
- Created at: Mon, 07 Nov 2022 11:20:22 GMT
- Submission status: Archived
REPORT CONTENT
- Severity: Medium (5.4)
- Domain: https://intigriti.xwiki.com/ (Url)
- Proof of concept: Hi XWiki team,
I found a Reflected Cross-Site Scripting vulnerability on your website https://intigriti.xwiki.com:
-
- Reproduction
1. Navigate to: https://intigriti.xwiki.com/xwiki/bin/get/FlamingoThemes/Cerulean?xpage=xpart&vm=delete.vm&xredirect=javascript:alert(document.domain)
2. Click the cancel button
- Reproduction
-
- Result
As soon as you click the cancel button our XSS payload triggers:
- Result
- Impact: If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user. Amongst other things, the attacker can:
- Perform any action within the application that the user can perform.
- View any information that the user is able to view.
- Modify any information that the user is able to modify.
- Personal data involved: No
- Recommended solution: In general, effectively preventing XSS vulnerabilities is likely to involve a combination of the following measures:
- *Filter input on arrival.* At the point where user input is received, filter as strictly as possible based on what is expected or valid input.
- *Encode data on output.* At the point where user-controllable data is output in HTTP responses, encode the output to prevent it from being interpreted as active content. Depending on the output context, this might require applying combinations of HTML, URL, JavaScript, and CSS encoding.
- *Use appropriate response headers.* To prevent XSS in HTTP responses that aren't intended to contain any HTML or JavaScript, you can use the Content-Type and X-Content-Type-Options headers to ensure that browsers interpret the responses in the way you intend.
- *Content Security Policy.* As a last line of defense, you can use Content Security Policy (CSP) to reduce the severity of any XSS vulnerabilities that still occur.
- Endpoint: https://intigriti.xwiki.com/xwiki/bin/get/FlamingoThemes/Cerulean
- Type: Reflected Cross-Site Scripting
- Attachments: Screenshot 2022-11-07 121945.png
Attachments
Issue Links
- depends on
-
XWIKI-20583 Provide a macro for sanitizing URLs in templates
- Closed
- is caused by
-
XWIKI-10198 Implement "create/delete/rename" actions in Flamingo
- Closed
- is related to
-
XWIKI-20672 RXSS vulnerability in Delete Template via redirect parameter
- Closed