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-2021-39408 — XSS vulnerability in Online Student Rate System1.0 | Kitploit
Tools/GitHubGitHub/stefandorresteijn/cve-2021-39408
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityLearning & Education
GitHubstefandorresteijn/cve-2021-39408

CVE-2021-39408

XSS vulnerability in Online Student Rate System1.0

View Repository
4 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-39408

A reflected Cross Site Scripting (XSS) vulnerability exists in multiple version 1.0 of the Online Student Rate System application that allows for arbitrary execution of JavaScript commands.

Vulnerable Page

On index.php, the page parameter is vulnerable, allowing an attacker to include any javascript within script tags:

http://localhost/index.php?page=<script>alert('test');</script>

Discovered by Stefan Dorresteijn, August 2021

Download Tool