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.
Sanitize user entries in these fields.
2) On the next page, you will be asked to enter the new member’s First Name
, Last Name
and Country
. Here, fill in First Name:
and Last Name:
with the following payloads:
First Name
:
<script>alert(XSS)</script>
Last Name
:
<script>alert(document.cookie)</script>
3) As a result, when the administrator goes to the “Members” page and tries to list recent members, the payloads will be triggered.
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
.