First published: Sun Mar 12 2017(Updated: )
In WordPress before 4.7.3, there is authenticated Cross-Site Scripting (XSS) via Media File Metadata. This is demonstrated by both (1) mishandling of the playlist shortcode in the wp_playlist_shortcode function in wp-includes/media.php and (2) mishandling of meta information in the renderTracks function in wp-includes/js/mediaelement/wp-playlist.js.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
WordPress | <=4.7.2 | |
Debian GNU/Linux | =8.0 | |
Debian GNU/Linux | =9.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-6814 is categorized as a Medium severity vulnerability due to the potential for authenticated Cross-Site Scripting (XSS).
To fix CVE-2017-6814, update WordPress to version 4.7.3 or later to mitigate the vulnerability.
CVE-2017-6814 affects WordPress installations prior to 4.7.3, and specific versions of Debian Linux, notably 8.0 and 9.0.
CVE-2017-6814 can facilitate authenticated Cross-Site Scripting (XSS) attacks, allowing attackers to inject malicious scripts.
CVE-2017-6814 was discovered through the mishandling of media file metadata in WordPress, specifically within the playlist shortcode functionality.