| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Sahi pro 8.x - Cross-Site Scripting Vulnerability | 18 Jun 201900:00 | – | zdt | |
| CVE-2018-20472 | 2 May 202106:29 | – | circl | |
| CVE-2018-20472 | 17 Jun 201913:22 | – | cve | |
| CVE-2018-20472 | 17 Jun 201913:22 | – | cvelist | |
| EUVD-2018-13026 | 7 Oct 202500:30 | – | euvd | |
| Sahi pro 8.x - Cross-Site Scripting | 18 Jun 201900:00 | – | exploitpack | |
| CVE-2018-20472 | 17 Jun 201914:15 | – | nvd | |
| CVE-2018-20472 | 17 Jun 201914:15 | – | osv | |
| Sahi Pro 8.x Cross Site Scripting | 18 Jun 201900:00 | – | packetstorm | |
| Cross site scripting | 17 Jun 201914:15 | – | prion |
# Exploit Title: Sahi pro ( <= 8.x ) Stored XSS
# Date: 17-06-2019
# Exploit Author: Goutham Madhwaraj ( https://barriersec.com )
# Vendor Homepage: https://sahipro.com/
# Software Link: https://sahipro.com/downloads-archive/
# Version: 7.x , <= 8.x
# Tested on: Windows 10
# CVE : CVE-2018-20472
# POC-URL : https://barriersec.com/2019/06/cve-2018-20472-sahi-pro/
DESCRIPTION :
An issue was discovered in Tyto Sahi Pro through 7.x.x and 8.0.0. The logs web interface is vulnerable to stored XSS. Description parameter of Testcase API can be used to exploit the stored XSS.
POC :
step 1 :
create a sahi test automation script with the following content and save the file with ".sah" extension ( example : poc.sah) :
var $tc1 = _testcase(“TC-1″,”<script>alert(document.cookie)</script>”).start();
_log(“testing stored XSS injection”);
$tc1.end();
Step 2 :
Execute the created script ( poc.sah ) using sahi GUI controller .
Step 3 : navigate to the web logs console ( http://<ip>:<port>/logs ) using the browser for the executed script. XSS is triggered .Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation