| Title | Customiblock in custombock.php in fluency CMS_ XSS (Cross Site Scripting) exists for the place parameter |
|---|
| Description | Customiblock in custombock.php in fluency CMS_ XSS (Cross Site Scripting) exists for the place parameter.
Vulnerable source codeļ¼
if (isset($_GET['customblock_place'])) {
$customblock_place = $_GET['customblock_place'];
echo "<script>loadCustomBlocCreateForm('$customblock_place');</script>";
}
Unfiltered parameters, which can bypass and generate xss vulnerabilities
|
|---|
| Source | ⚠️ https://github.com/flusity/flusity-CMS/issues/1 |
|---|
| User | zihe (UID 56943) |
|---|
| Submission | 10/23/2023 09:50 (3 years ago) |
|---|
| Moderation | 10/26/2023 09:19 (3 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 243599 [flusity CMS Dashboard customblock.php loadCustomBlocCreateForm customblock_place cross site scripting] |
|---|
| Points | 20 |
|---|