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-2022-24227-updated — CVE-2022-24227 [Updated]: BoltWire v8.00 vulnerable to "Stored Cross-site Scripting (XSS)" | Kitploit
Tools/GitHubGitHub/cyber-wo0dy/cve-2022-24227-updated
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityCTFLearning & Education
GitHubcyber-wo0dy/cve-2022-24227-updated

CVE-2022-24227-updated

CVE-2022-24227 [Updated]: BoltWire v8.00 vulnerable to "Stored Cross-site Scripting (XSS)"

View Repository
32 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-2022-24227 [Updated] - BoltWire v8.00 - Stored Cross-site Scripting (XSS)

Description

CVE-2022-24227 [Updated]: In version 8.00 of BoltWire CMS, the First Name and Last Name fields on the member registration completion page are also vulnerable to stored cross-site scripting (XSS) attacks, just like version 7.10. This type of attack allows malicious scripts to be executed.

Fix Suggestion

Sanitize user entries in these fields.

Steps to Reproduce:

1) Create a new member. step 1

2) On the next page, you will be asked to enter the new member’s First Name, Last Name and . Here, fill in and with the following payloads:

Country
First Name:
Last Name:

First Name:

root@kitploit:~
<script>alert(XSS)</script>

Last Name:

root@kitploit:~
<script>alert(document.cookie)</script>

step 2

3) As a result, when the administrator goes to the “Members” page and tries to list recent members, the payloads will be triggered. step 2

4) To view other users' passwords, simply change the “admin” parameter in the URL provided above to another user's name, for example member.user.

Reference

  • CVE-2022-2427 - Details
Download Tool