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-2020-13889 — Proof-of-concept for a stored/reflected XSS vulnerability in Bludit's admin panel showAlert() function, demonstrating unsanitized user input leading to arbitrary JavaScript execution. | Kitploit
Tools/GitHubGitHub/gh0st56/cve-2020-13889
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubgh0st56/cve-2020-13889

CVE-2020-13889

Proof-of-concept for a stored/reflected XSS vulnerability in Bludit's admin panel showAlert() function, demonstrating unsanitized user input leading to arbitrary JavaScript execution.

View Repository
216 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

Author: Andre k Lorenci Contact: [email protected]

CVE-2020-13889

Hello, this vulnerability consists in a function called showAlert() in the administration panel of bludit,that when accessed in DOM, allows users define the text to be popped up in the message box. But this function dont have any sanatization and the user can inject any javascript code or even HTML in the page

To demonstrate this function return I used the web development toolkit to pass a XSS code as argument of that function.

XSS in admin page

the payload used was: showAlert("");

The versions that i tested was the Bludit 3.x.

Thank you.

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13889

Download Tool