Overview
The CVE-2015-10136 vulnerability is a serious security flaw affecting the GI-Media Library plugin for WordPress in versions prior to 3.0. Threat actors can exploit this vulnerability to execute a Directory Traversal attack, potentially compromising the system or leading to data leakage. Given the widespread use of WordPress, this vulnerability presents a significant risk to a large number of websites and their users.
Vulnerability Summary
CVE ID: CVE-2015-10136
Severity: High (7.5 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System compromise or data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
GI-Media Library Plugin for WordPress | Versions before 3.0
How the Exploit Works
The CVE-2015-10136 exploit works by taking advantage of a directory traversal vulnerability in the GI-Media Library plugin for WordPress. Malicious actors can manipulate the ‘fileid’ parameter to read the contents of arbitrary files on the server. This could potentially allow them to access sensitive information, such as database credentials, leading to system compromise or data exfiltration.
Conceptual Example Code
Below is a conceptual example of how the vulnerability might be exploited. This is a hypothetical HTTP GET request where the attacker manipulates the ‘fileid’ parameter to access sensitive files:
GET /wp-content/plugins/gimedia-library/download.php?fileid=../../../../wp-config.php HTTP/1.1
Host: vulnerablewebsite.com
In this example, the attacker attempts to read the ‘wp-config.php’ file, which contains sensitive WordPress configuration information, including database credentials.

