Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-44767_RiteCMS-File-Upload--XSS---Filemanager — RiteCMS 3.0 is affected by File Upload - XSS vulnerability that allows attackers to upload a PDF file with a hidden XSS that when executed will launch the XSS pop-up | Kitploit
Tools/GitHubGitHub/sromanhu/cve-2023-44767_ritecms-file-upload--xss---filemanager
Phishing ToolsVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubsromanhu/cve-2023-44767_ritecms-file-upload--xss---filemanager

CVE-2023-44767_RiteCMS-File-Upload--XSS---Filemanager

RiteCMS 3.0 is affected by File Upload - XSS vulnerability that allows attackers to upload a PDF file with a hidden XSS that when executed will launch the XSS pop-up

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2 years agoNot yet reviewed

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:

root@kitploit:~
<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/

Download Tool