← Back

Wordpress

wordpress

409 CVEs • 51 products

Products (51)

Click to collapse
Toggle
Wordpress
wordpress
Wordpress Mu
wordpress_mu
Blix
blix
Wassup Plugin
wassup_plugin
Blixed
blixed
Blixkrieg
blixkrieg
Unamed Theme
unamed_theme
Sirius
sirius
Pool
pool
Pictpress
pictpress
Wp Contactform
wp-contactform
Cryptographp
cryptographp
Captcha
captcha
Filemanager
filemanager
Wp Forum
wp_forum
Wp Cal Plugin
wp_cal_plugin
Adserve
adserve
Wordspew
wordspew
Wp Footnotes
wp-footnotes
Wp Download
wp_download
Wpss
wpss
Spambam Plugin
spambam_plugin
Fcchat Widget
fcchat_widget
Requests
requests
Debug Bar
debug_bar
Gutenberg
gutenberg

CVEs (409)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Dec 14, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In WordPress before 4.9.9 and 5.x before 5.0.1, the user-activation page could be read by a search engine's web crawler if an unusual configuration were chosen. The search engine could then index and display a user's e-m...Show more
In WordPress before 4.9.9 and 5.x before 5.0.1, the user-activation page could be read by a search engine's web crawler if an unusual configuration were chosen. The search engine could then index and display a user's e-mail address and (rarely) the password that was generated by default.Show less
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Dec 14, 2018
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
In WordPress before 4.9.9 and 5.x before 5.0.1, crafted URLs could trigger XSS for certain use cases involving plugins.
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Dec 14, 2018
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
In WordPress before 4.9.9 and 5.x before 5.0.1, when the Apache HTTP Server is used, authors could upload crafted files that bypass intended MIME type restrictions, leading to XSS, as demonstrated by a .jpg file without...Show more
In WordPress before 4.9.9 and 5.x before 5.0.1, when the Apache HTTP Server is used, authors could upload crafted files that bypass intended MIME type restrictions, leading to XSS, as demonstrated by a .jpg file without JPEG data.Show less
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Dec 14, 2018
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In WordPress before 4.9.9 and 5.x before 5.0.1, contributors could conduct PHP object injection attacks via crafted metadata in a wp.getMediaItem XMLRPC call. This is caused by mishandling of serialized data at phar:// U...Show more
In WordPress before 4.9.9 and 5.x before 5.0.1, contributors could conduct PHP object injection attacks via crafted metadata in a wp.getMediaItem XMLRPC call. This is caused by mishandling of serialized data at phar:// URLs in the wp_get_attachment_thumb_file function in wp-includes/post.php.Show less
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Dec 14, 2018
N/A· v4
6.5 MEDIUM· v3
5.5 MEDIUM· v2
In WordPress before 4.9.9 and 5.x before 5.0.1, authors could modify metadata to bypass intended restrictions on deleting files.
4Debian
FedoraprojectPhpmailer Project+1 more
4Debian Linux
FedoraPhpmailer+1 more
Nov 21, 2024
Nov 16, 2018
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack.
1Wordpress
1Wordpress
Nov 21, 2024
Sep 6, 2018
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
WordPress version 4.9.8 and earlier contains a CWE-20 Input Validation vulnerability in thumbnail processing that can result in remote code execution due to an incomplete fix for CVE-2017-1000600. This attack appears to...Show more
WordPress version 4.9.8 and earlier contains a CWE-20 Input Validation vulnerability in thumbnail processing that can result in remote code execution due to an incomplete fix for CVE-2017-1000600. This attack appears to be exploitable via thumbnail upload by an authenticated user and may require additional plugins in order to be exploited however this has not been confirmed at this time.Show less
1Wordpress
1Wordpress
Nov 21, 2024
Sep 6, 2018
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
WordPress version <4.9 contains a CWE-20 Input Validation vulnerability in thumbnail processing that can result in remote code execution. This attack appears to be exploitable via thumbnail upload by an authenticated use...Show more
WordPress version <4.9 contains a CWE-20 Input Validation vulnerability in thumbnail processing that can result in remote code execution. This attack appears to be exploitable via thumbnail upload by an authenticated user and may require additional plugins in order to be exploited however this has not been confirmed at this time. This issue appears to have been partially, but not completely fixed in WordPress 4.9Show less
1Wordpress
1Wordpress
Nov 21, 2024
Aug 10, 2018
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
In WordPress 4.9.7, plugins uploaded via the admin area are not verified as being ZIP files. This allows for PHP files to be uploaded. Once a PHP file is uploaded, the plugin extraction fails, but the PHP file remains in...Show more
In WordPress 4.9.7, plugins uploaded via the admin area are not verified as being ZIP files. This allows for PHP files to be uploaded. Once a PHP file is uploaded, the plugin extraction fails, but the PHP file remains in a predictable wp-content/uploads location, allowing for an attacker to then execute the file. This represents a security risk in limited scenarios where an attacker (who does have the required capabilities for plugin uploads) cannot simply place arbitrary PHP code into a valid plugin ZIP file and upload that plugin, because a machine's wp-content/plugins directory permissions were set up to block all new plugins.Show less
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Jun 26, 2018
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
WordPress through 4.9.6 allows Author users to execute arbitrary code by leveraging directory traversal in the wp-admin/post.php thumb parameter, which is passed to the PHP unlink function and can delete the wp-config.ph...Show more
WordPress through 4.9.6 allows Author users to execute arbitrary code by leveraging directory traversal in the wp-admin/post.php thumb parameter, which is passed to the PHP unlink function and can delete the wp-config.php file. This is related to missing filename validation in the wp-includes/post.php wp_delete_attachment function. The attacker must have capabilities for files and posts that are normally available only to the Author, Editor, and Administrator roles. The attack methodology is to delete wp-config.php and then launch a new installation process to increase the attacker's privileges.Show less
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Apr 16, 2018
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
Before WordPress 4.9.5, the version string was not escaped in the get_the_generator function, and could lead to XSS in a generator tag.
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Apr 16, 2018
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Before WordPress 4.9.5, the URL validator assumed URLs with the hostname localhost were on the same host as the WordPress server.
2Debian
Wordpress
2Debian Linux
Wordpress
Nov 21, 2024
Apr 16, 2018
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Before WordPress 4.9.5, the redirection URL for the login page was not validated or sanitized if forced to use HTTPS.
1Wordpress
1Wordpress
Nov 21, 2024
Apr 12, 2018
N/A· v4
8.1 HIGH· v3
5.0 MEDIUM· v2
WordPress before 4.4 makes it easier for remote attackers to predict password-recovery tokens via a brute-force approach.
1Wordpress
1Wordpress
Jun 17, 2026
Feb 6, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In WordPress through 4.9.2, unauthenticated attackers can cause a denial of service (resource consumption) by using the large list of registered .js files (from wp-includes/script-loader.php) to construct a series of req...Show more
In WordPress through 4.9.2, unauthenticated attackers can cause a denial of service (resource consumption) by using the large list of registered .js files (from wp-includes/script-loader.php) to construct a series of requests to load every file many times.Show less
1Wordpress
1Wordpress
Jun 17, 2026
Jan 18, 2018
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
WordPress before 4.9.2 has XSS in the Flash fallback files in MediaElement (under wp-includes/js/mediaelement).
2Debian
Wordpress
2Debian Linux
Wordpress
May 13, 2026
Dec 2, 2017
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
wp-includes/feed.php in WordPress before 4.9.1 does not properly restrict enclosures in RSS and Atom fields, which might allow attackers to conduct XSS attacks via a crafted URL.
2Debian
Wordpress
2Debian Linux
Wordpress
May 13, 2026
Dec 2, 2017
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
wp-includes/general-template.php in WordPress before 4.9.1 does not properly restrict the lang attribute of an HTML element, which might allow attackers to conduct XSS attacks via the language setting of a site.
2Debian
Wordpress
2Debian Linux
Wordpress
May 13, 2026
Dec 2, 2017
N/A· v4
5.4 MEDIUM· v3
3.5 LOW· v2
wp-includes/functions.php in WordPress before 4.9.1 does not require the unfiltered_html capability for upload of .js files, which might allow remote attackers to conduct XSS attacks via a crafted file.
1Wordpress
1Wordpress
May 13, 2026
Dec 2, 2017
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
wp-admin/user-new.php in WordPress before 4.9.1 sets the newbloguser key to a string that can be directly derived from the user ID, which allows remote attackers to bypass intended access restrictions by entering this st...Show more
wp-admin/user-new.php in WordPress before 4.9.1 sets the newbloguser key to a string that can be directly derived from the user ID, which allows remote attackers to bypass intended access restrictions by entering this string.Show less