
Vulnerability
The older versions of WordPress plugin Slider Revolution is vulnerable to file disclosure vulnerability. This vulnerability allows an attacker to download any file from the server remotely. This vulnerability will allow the attackers to steal the database credentials. This information from the server will compromise the website. Full Path Disclosure vulnerability enables the attacker to view and access the path to the webroot/file.
Example
The result from the following php code determine, if this web application has disclosure vulnerability:-
<?php
echo file_get_contents(getcwd().$_GET['page']);
?>
Impact
Using this attack, an attacker can:-
- steal sensitive information.
- get the access to the source code.
- get complete access to the database.
Mitigation / Precaution
Summarize:
Experience the Beagle Security platform
Unlock one full penetration test and all Advanced plan features free for 14 days





