CVE-2019-9618 Scanner
Exploits the 'cfg' parameter in GraceMedia Media Player plugin to read arbitrary server files, leading to potential code execution.
Short Info
Level
Single Scan
Single Scan
Can be used by
Asset Owner
Estimated Time
10 seconds
Time Interval
1 month 2 weeks
Scan only one
URL
Toolbox
The GraceMedia Media Player plugin version 1.0 for WordPress is a popular tool that enables website owners to easily embed audio and video files into their pages. It offers features like customizable skins, playlists, and captions, making it ideal for content creators, musicians, and businesses aiming to enrich their online presence with multimedia content. The plugin simplifies media management but, like many plugins, can introduce security risks if not properly maintained.
CVE-2019-9618 is a critical Local File Inclusion (LFI) vulnerability found in the GraceMedia Media Player plugin 1.0. This flaw arises from insufficient input validation in the plugin's configuration import functionality. An attacker can manipulate the 'cfg' parameter to include arbitrary files from the server, bypassing intended access controls. This type of vulnerability is particularly dangerous because it allows remote, unauthenticated exploitation.
The vulnerability specifically targets the 'cfg' parameter within the plugin's configuration import feature. By sending a crafted HTTP request with a malicious file path, an attacker can force the server to include and execute files outside the intended directory. For example, an attacker could use path traversal sequences like '../../' to access sensitive system files such as '/etc/passwd' or WordPress configuration files containing database credentials.
If successfully exploited, this LFI vulnerability can lead to severe consequences. Attackers can read sensitive files, including database credentials, API keys, and user data, potentially leading to full server compromise. They may also leverage the LFI to achieve remote code execution by including malicious files or logs. This can result in website defacement, data theft, malware distribution, and loss of user trust, making it a critical risk for any WordPress site using this plugin.