Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.12 KB

File metadata and controls

44 lines (22 loc) · 1.12 KB

RiteCMS 3.0 File Upload - XSS

Author: (Sergio)

Description: File upload vulnerability in RiteCMS 3.0 allows a local attacker to upload a svg file with XSS content.

Attack Vectors: AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L


POC:

We create an svg file with the following content:

<svg
onload="alert('xss attach')"
 xmlns="http://www.w3.org/2000/svg">
</svg>

When logging into the panel, we will go to the "Filemanager" section off Administration Menu and click on Upload file.

File Upload XSS fichero subido

Here we see the svg file uploaded correctly:

File Upload XSS fichero subido 2

Then we open the file and the XSS pop-up appears

File Upload XSS result


Additional Information:

https://github.com/handylulu/RiteCMS/