9.1
CVSSv3

CVE-2020-24148

Published: 07/07/2021 Updated: 10/07/2021
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
CVSS v3 Base Score: 9.1 | Impact Score: 5.2 | Exploitability Score: 3.9
VMScore: 570
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:P

Vulnerability Summary

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.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

mooveagency import xml and rss feeds 2.0.1

Github Repositories

CVE-2020-24148 Proof-of-Concept

CVE-2020-24148 Server-side request forgery (SSRF) in the Import XML and RSS Feeds (import-xml-feed) plugin 201 for WordPress via the data parameter in a moove_read_xml action Vulnerable code: /moove-actionsphp: public function moove_read_xml() { $args = array( 'data' => esc_sql( wp_unslash( $_POST['data'] ) ), 'xmlaction'