WordPress Plugin Vulnerabilities
MyPixs <= 0.3 - Unauthenticated Local File Inclusion (LFI)
Description
Plugin is still affected and has been closed.
Typical local file inclusion vulnerability:
from downloadpage.php:
<?php
$url = $_REQUEST["url"];
if ($url != "") {
include($url);
}
?>
I've tried to get RCE but didn't have success reading from /proc/self/environ or /var/log/apache2/access.log
include(): Failed opening '/proc/self/environ' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/wordpress/wp-content/plugins/mypixs/mypixs/downloadpage.php on line 4
Proof of Concept
Affects Plugins
References
CVE
Classification
Type
LFI
OWASP top 10
CWE
CVSS
Miscellaneous
Submitter
Larry W. Cashdollar
Submitter twitter
Verified
No
WPVDB ID
Timeline
Publicly Published
2015-09-15 (about 10 years ago)
Added
2015-09-18 (about 10 years ago)
Last Updated
2020-09-22 (about 5 years ago)