ShadowTrackr

Search the CVE vulnerability database

Look up vulnerabilities by software, product or CVE number.

364 results for “Wordpress”

CVEPublishedCVSSShadowTrackr CVSSSummary
CVE:
CVE-2024-31210
Published
2024-04-04
CVSS:
7.7
ShadowTrackr CVSS:
6.2
Summary:
WordPress is an open publishing platform for the Web. It's possible for a file of a type other than a zip file to be submitted as a new plugin by an administrative user on the Plugins -> Add New -> Upload Plugin screen in WordPress. If FTP credentials are requested for installation (in order to move the file into place outside of the `uploads` directory) then the uploaded file remains temporary available in the Media Library despite it not being allowed. If the `DISALLOW_FILE_EDIT` constant is set to `true` on the site _and_ FTP credentials are required when uploading a new theme or plugin, then this technically allows an RCE when the user would otherwise have no means of executing arbitrary PHP code. This issue _only_ affects Administrator level users on single site installations, and Super Admin level users on Multisite installations where it's otherwise expected that the user does not have permission to upload or execute arbitrary PHP code. Lower level users are not affected. Sites where the `DISALLOW_FILE_MODS` constant is set to `true` are not affected. Sites where an administrative user either does not need to enter FTP credentials or they have access to the valid FTP credentials, are not affected. The issue was fixed in WordPress 6.4.3 on January 30, 2024 and backported to versions 6.3.3, 6.2.4, 6.1.5, 6.0.7, 5.9.9, 5.8.9, 5.7.11, 5.6.13, 5.5.14, 5.4.15, 5.3.17, 5.2.20, 5.1.18, 5.0.21, 4.9.25, 2.8.24, 4.7.28, 4.6.28, 4.5.31, 4.4.32, 4.3.33, 4.2.37, and 4.1.40. A workaround is available. If the `DISALLOW_FILE_MODS` constant is defined as `true` then it will not be possible for any user to upload a plugin and therefore this issue will not be exploitable.
CVE:
CVE-2024-13889
Published
2025-03-26
CVSS:
7.2
ShadowTrackr CVSS:
6.6
Summary:
The WordPress Importer plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 0.8.3 via deserialization of untrusted input in the 'maybe_unserialize' function. This makes it possible for authenticated attackers, with Administrator-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.
CVE:
CVE-2023-6385
Published
2024-04-10
CVSS:
4.3
ShadowTrackr CVSS:
0.2
Summary:
The WordPress Ping Optimizer WordPress plugin through 2.35.1.3.0 does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions via CSRF attacks such as clearing logs.
CVE:
CVE-2023-5692
Published
2024-04-05
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
WordPress Core is vulnerable to Sensitive Information Exposure in versions up to, and including, 6.4.3 via the redirect_guess_404_permalink function. This can allow unauthenticated attackers to expose the slug of a custom post whose 'publicly_queryable' post status has been set to 'false'.
CVE:
CVE-2023-4773
Published
2023-09-06
CVSS:
6.4
ShadowTrackr CVSS:
1.3
Summary:
The WordPress Social Login plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wordpress_social_login_meta' shortcode in versions up to, and including, 3.0.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVE:
CVE-2023-45607
Published
2023-10-18
CVSS:
6.5
ShadowTrackr CVSS:
1.1
Summary:
Auth. (contributor+) Stored Cross-Site Scripting (XSS) vulnerability in Hector Cabrera WordPress Popular Posts plugin <= 6.3.2 versions.
CVE:
CVE-2023-35098
Published
2023-06-20
CVSS:
7.1
ShadowTrackr CVSS:
1.2
Summary:
Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in John Brien WordPress NextGen GalleryView plugin <= 0.5.5 versions.
CVE:
CVE-2023-34185
Published
2023-07-11
CVSS:
4.3
ShadowTrackr CVSS:
1.2
Summary:
Cross-Site Request Forgery (CSRF) vulnerability in John Brien WordPress NextGen GalleryView plugin <= 0.5.5 versions.
CVE:
CVE-2023-2745
Published
2023-05-17
CVSS:
5.4
ShadowTrackr CVSS:
2.9
Summary:
WordPress Core is vulnerable to Directory Traversal in versions up to, and including, 6.2, via the ‘wp_lang’ parameter. This allows unauthenticated attackers to access and load arbitrary translation files. In cases where an attacker is able to upload a crafted translation file onto the site, such as via an upload form, this could be also used to perform a Cross-Site Scripting attack.
CVE:
CVE-2023-23806
Published
2023-04-23
CVSS:
5.9
ShadowTrackr CVSS:
0.9
Summary:
Auth. (admin+) Stored Cross-Site Scripting (XSS) vulnerability in Davinder Singh Custom Settings plugin <= 1.0 versions.
CVE:
CVE-2023-22622
Published
2023-01-05
CVSS:
5.3
ShadowTrackr CVSS:
5.4
Summary:
WordPress through 6.1.1 depends on unpredictable client visits to cause wp-cron.php execution and the resulting security updates, and the source code describes "the scenario where a site may not receive enough visits to execute scheduled tasks in a timely manner," but neither the installation guide nor the security guide mentions this default behavior, or alerts the user about security risks on installations with very few visits.
CVE:
CVE-2023-0423
Published
2023-04-10
CVSS:
4.8
ShadowTrackr CVSS:
0.9
Summary:
The WordPress Amazon S3 Plugin WordPress plugin before 1.6 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin
CVE:
CVE-2022-4973
Published
2024-10-16
CVSS:
4.9
ShadowTrackr CVSS:
1.3
Summary:
WordPress Core, in versions up to 6.0.2, is vulnerable to Authenticated Stored Cross-Site Scripting that can be exploited by users with access to the WordPress post and page editor, typically consisting of Authors, Contributors, and Editors making it possible to inject arbitrary web scripts into posts and pages that execute if the the_meta(); function is called on that page.
CVE:
CVE-2022-43504
Published
2022-12-05
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
Improper authentication vulnerability in WordPress versions prior to 6.0.3 allows a remote unauthenticated attacker to obtain the email address of the user who posted a blog using the WordPress Post by Email Feature. The developer also provides new patched releases for all versions since 3.7.
CVE:
CVE-2022-43500
Published
2022-12-05
CVSS:
6.1
ShadowTrackr CVSS:
0.5
Summary:
Cross-site scripting vulnerability in WordPress versions prior to 6.0.3 allows a remote unauthenticated attacker to inject an arbitrary script. The developer also provides new patched releases for all versions since 3.7.
CVE:
CVE-2022-43497
Published
2022-12-05
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting vulnerability in WordPress versions prior to 6.0.3 allows a remote unauthenticated attacker to inject an arbitrary script. The developer also provides new patched releases for all versions since 3.7.
CVE:
CVE-2022-43468
Published
2022-12-07
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
External initialization of trusted variables or data stores vulnerability exists in WordPress Popular Posts 6.0.5 and earlier, therefore the vulnerable product accepts untrusted external inputs to update certain internal variables. As a result, the number of views for an article may be manipulated through a crafted input.
CVE:
CVE-2022-4142
Published
2023-01-02
CVSS:
4.8
ShadowTrackr CVSS:
0.9
Summary:
The WordPress Filter Gallery Plugin WordPress plugin before 0.1.6 does not properly escape the filters passed in the ufg_gallery_filters ajax action before outputting them on the page, allowing a high privileged user such as an administrator to inject HTML or javascript to the plugin settings page, even when the unfiltered_html capability is disabled.
CVE:
CVE-2022-3590
Published
2022-12-14
CVSS:
5.9
ShadowTrackr CVSS:
6.9
Summary:
WordPress is affected by an unauthenticated blind SSRF in the pingback feature. Because of a TOCTOU race condition between the validation checks and the HTTP request, attackers can reach internal hosts that are explicitly forbidden.
CVE:
CVE-2022-30705
Published
2023-03-27
CVSS:
5.4
ShadowTrackr CVSS:
0.5
Summary:
Cross-Site Request Forgery (CSRF) vulnerability in Pankaj Jha WordPress Ping Optimizer plugin <= 2.35.1.2.3 versions.
CVE:
CVE-2022-21664
Published
2022-01-06
CVSS:
7.4
ShadowTrackr CVSS:
1.3
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to lack of proper sanitization in one of the classes, there's potential for unintended SQL queries to be executed. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 4.1.34. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.
CVE:
CVE-2022-21663
Published
2022-01-06
CVSS:
6.6
ShadowTrackr CVSS:
6.6
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. On a multisite, users with Super Admin role can bypass explicit/additional hardening under certain conditions through object injection. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.
CVE:
CVE-2022-21662
Published
2022-01-06
CVSS:
8.0
ShadowTrackr CVSS:
6.4
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Low-privileged authenticated users (like author) in WordPress core are able to execute JavaScript/perform stored XSS attack, which can affect high-privileged users. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this issue.
CVE:
CVE-2022-21661
Published
2022-01-06
CVSS:
8.0
ShadowTrackr CVSS:
6.6
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MariaDB database. Due to improper sanitization in WP_Query, there can be cases where SQL injection is possible through plugins or themes that use it in a certain way. This has been patched in WordPress version 5.8.3. Older affected versions are also fixed via security release, that go back till 3.7.37. We strongly recommend that you keep auto-updates enabled. There are no known workarounds for this vulnerability.
CVE:
CVE-2022-1591
Published
2022-09-19
CVSS:
4.3
ShadowTrackr CVSS:
1.2
Summary:
The WordPress Ping Optimizer WordPress plugin before 2.35.1.3.0 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack
CVE:
CVE-2021-44223
Published
2021-11-25
CVSS:
8.1
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 5.8 lacks support for the Update URI plugin header. This makes it easier for remote attackers to execute arbitrary code via a supply-chain attack against WordPress installations that use any plugin for which the slug satisfies the naming constraints of the WordPress.org Plugin Directory but is not yet present in that directory.
CVE:
CVE-2021-42362
Published
2021-11-17
CVSS:
8.8
ShadowTrackr CVSS:
7.7
Summary:
The WordPress Popular Posts WordPress plugin is vulnerable to arbitrary file uploads due to insufficient input file type validation found in the ~/src/Image.php file which makes it possible for attackers with contributor level access and above to upload malicious files that can be used to obtain remote code execution, in versions up to and including 5.3.2.
CVE:
CVE-2021-39203
Published
2021-09-09
CVSS:
6.8
ShadowTrackr CVSS:
6.7
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. In affected versions authenticated users who don't have permission to view private post types/data can bypass restrictions in the block editor under certain conditions. This affected WordPress 5.8 beta during the testing period. It's fixed in the final 5.8 release.
CVE:
CVE-2021-39202
Published
2021-09-09
CVSS:
7.6
ShadowTrackr CVSS:
4.8
Summary:
WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. In affected versions the widgets editor introduced in WordPress 5.8 beta 1 has improper handling of HTML input in the Custom HTML feature. This leads to stored XSS in the custom HTML widget. This has been patched in WordPress 5.8. It was only present during the testing/beta phase of WordPress 5.8.
CVE:
CVE-2021-38340
Published
2021-09-10
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
The Wordpress Simple Shop WordPress plugin is vulnerable to Reflected Cross-Site Scripting via the update_row parameter found in the ~/includes/add_product.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 1.2.
CVE:
CVE-2021-36872
Published
2021-09-23
CVSS:
5.5
ShadowTrackr CVSS:
1.2
Summary:
Authenticated Persistent Cross-Site Scripting (XSS) vulnerability in WordPress Popular Posts plugin (versions <= 5.3.3). Vulnerable at &widget-wpp[2][post_type].
CVE:
CVE-2021-20746
Published
2021-06-28
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
Cross-site scripting vulnerability in WordPress Popular Posts 5.3.2 and earlier allows a remote authenticated attacker to inject an arbitrary script via unspecified vectors.
CVE:
CVE-2020-28040
Published
2020-10-31
CVSS:
4.3
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.5.2 allows CSRF attacks that change a theme's background image.
CVE:
CVE-2020-28039
Published
2020-10-31
CVSS:
9.1
ShadowTrackr CVSS:
7.0
Summary:
is_protected_meta in wp-includes/meta.php in WordPress before 5.5.2 allows arbitrary file deletion because it does not properly determine whether a meta key is considered protected.
CVE:
CVE-2020-28038
Published
2020-10-31
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.5.2 allows stored XSS via post slugs.
CVE:
CVE-2020-28037
Published
2020-10-31
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
is_blog_installed in wp-includes/functions.php in WordPress before 5.5.2 improperly determines whether WordPress is already installed, which might allow an attacker to perform a new installation, leading to remote code execution (as well as a denial of service for the old installation).
CVE:
CVE-2020-28036
Published
2020-10-31
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
wp-includes/class-wp-xmlrpc-server.php in WordPress before 5.5.2 allows attackers to gain privileges by using XML-RPC to comment on a post.
CVE:
CVE-2020-28035
Published
2020-10-31
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 5.5.2 allows attackers to gain privileges via XML-RPC.
CVE:
CVE-2020-28034
Published
2020-10-31
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.5.2 allows XSS associated with global variables.
CVE:
CVE-2020-28033
Published
2020-10-31
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 5.5.2 mishandles embeds from disabled sites on a multisite network, as demonstrated by allowing a spam embed.
CVE:
CVE-2020-28032
Published
2020-10-31
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 5.5.2 mishandles deserialization requests in wp-includes/Requests/Utility/FilteredIterator.php.
CVE:
CVE-2020-25286
Published
2020-09-13
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
In wp-includes/comment-template.php in WordPress before 5.4.2, comments from a post or page could sometimes be seen in the latest comments even if the post or page was not public.
CVE:
CVE-2020-24315
Published
2020-08-26
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
Vinoj Cardoza WordPress Poll Plugin v36 and lower executes SQL statement passed in via the pollid POST parameter due to a lack of user input escaping. This allows users who craft specific SQL statements to dump the entire targets database.
CVE:
CVE-2020-11030
Published
2020-04-30
CVSS:
6.4
ShadowTrackr CVSS:
1.3
Summary:
In affected versions of WordPress, a special payload can be crafted that can lead to scripts getting executed within the search block of the block editor. This requires an authenticated user with the ability to add content. This has been patched in version 5.4.1, along with all the previously affected versions via a minor release (5.3.3, 5.2.6, 5.1.5, 5.0.9, 4.9.14, 4.8.13, 4.7.17, 4.6.18, 4.5.21, 4.4.22, 4.3.23, 4.2.27, 4.1.30, 4.0.30, 3.9.31, 3.8.33, 3.7.33).
CVE:
CVE-2020-11029
Published
2020-04-30
CVSS:
5.8
ShadowTrackr CVSS:
4.7
Summary:
In affected versions of WordPress, a vulnerability in the stats() method of class-wp-object-cache.php can be exploited to execute cross-site scripting (XSS) attacks. This has been patched in version 5.4.1, along with all the previously affected versions via a minor release (5.3.3, 5.2.6, 5.1.5, 5.0.9, 4.9.14, 4.8.13, 4.7.17, 4.6.18, 4.5.21, 4.4.22, 4.3.23, 4.2.27, 4.1.30, 4.0.30, 3.9.31, 3.8.33, 3.7.33).
CVE:
CVE-2020-11028
Published
2020-04-30
CVSS:
5.8
ShadowTrackr CVSS:
4.7
Summary:
In affected versions of WordPress, some private posts, which were previously public, can result in unauthenticated disclosure under a specific set of conditions. This has been patched in version 5.4.1, along with all the previously affected versions via a minor release (5.3.3, 5.2.6, 5.1.5, 5.0.9, 4.9.14, 4.8.13, 4.7.17, 4.6.18, 4.5.21, 4.4.22, 4.3.23, 4.2.27, 4.1.30, 4.0.30, 3.9.31, 3.8.33, 3.7.33).
CVE:
CVE-2020-11027
Published
2020-04-30
CVSS:
6.1
ShadowTrackr CVSS:
5.0
Summary:
In affected versions of WordPress, a password reset link emailed to a user does not expire upon changing the user password. Access would be needed to the email account of the user by a malicious party for successful execution. This has been patched in version 5.4.1, along with all the previously affected versions via a minor release (5.3.3, 5.2.6, 5.1.5, 5.0.9, 4.9.14, 4.8.13, 4.7.17, 4.6.18, 4.5.21, 4.4.22, 4.3.23, 4.2.27, 4.1.30, 4.0.30, 3.9.31, 3.8.33, 3.7.33).
CVE:
CVE-2020-11026
Published
2020-04-30
CVSS:
8.7
ShadowTrackr CVSS:
6.3
Summary:
In affected versions of WordPress, files with a specially crafted name when uploaded to the Media section can lead to script execution upon accessing the file. This requires an authenticated user with privileges to upload files. This has been patched in version 5.4.1, along with all the previously affected versions via a minor release (5.3.3, 5.2.6, 5.1.5, 5.0.9, 4.9.14, 4.8.13, 4.7.17, 4.6.18, 4.5.21, 4.4.22, 4.3.23, 4.2.27, 4.1.30, 4.0.30, 3.9.31, 3.8.33, 3.7.33).
CVE:
CVE-2019-9787
Published
2019-03-14
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
WordPress before 5.1.1 does not properly filter comment content, leading to Remote Code Execution by unauthenticated users in a default configuration. This occurs because CSRF protection is mishandled, and because Search Engine Optimization of A elements is performed incorrectly, leading to XSS. The XSS results in administrative access, which allows arbitrary changes to .php files. This is related to wp-admin/includes/ajax-actions.php and wp-includes/comment.php.
CVE:
CVE-2019-8943
Published
2019-02-20
CVSS:
6.5
ShadowTrackr CVSS:
6.0
Summary:
WordPress through 5.0.3 allows Path Traversal in wp_crop_image(). An attacker (who has privileges to crop an image) can write the output image to an arbitrary directory via a filename containing two image extensions and ../ sequences, such as a filename ending with the .jpg?/../../file.jpg substring.
CVE:
CVE-2019-8942
Published
2019-02-20
CVSS:
8.8
ShadowTrackr CVSS:
7.7
Summary:
WordPress before 4.9.9 and 5.x before 5.0.1 allows remote code execution because an _wp_attached_file Post Meta entry can be changed to an arbitrary string, such as one ending with a .jpg?file.php substring. An attacker with author privileges can execute arbitrary code by uploading a crafted image containing PHP code in the Exif metadata. Exploitation can leverage CVE-2019-8943.
CVE:
CVE-2019-20041
Published
2019-12-27
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
wp_kses_bad_protocol in wp-includes/kses.php in WordPress before 5.3.1 mishandles the HTML5 colon named entity, allowing attackers to bypass input sanitization, as demonstrated by the javascript&colon; substring.
CVE:
CVE-2019-17675
Published
2019-10-17
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
WordPress before 5.2.4 does not properly consider type confusion during validation of the referer in the admin pages, possibly leading to CSRF.
CVE:
CVE-2019-17674
Published
2019-10-17
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
WordPress before 5.2.4 is vulnerable to stored XSS (cross-site scripting) via the Customizer.
CVE:
CVE-2019-17673
Published
2019-10-17
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 5.2.4 is vulnerable to poisoning of the cache of JSON GET requests because certain requests lack a Vary: Origin header.
CVE:
CVE-2019-17672
Published
2019-10-17
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.4 is vulnerable to a stored XSS attack to inject JavaScript into STYLE elements.
CVE:
CVE-2019-17671
Published
2019-10-17
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
In WordPress before 5.2.4, unauthenticated viewing of certain content is possible because the static query property is mishandled.
CVE:
CVE-2019-17670
Published
2019-10-17
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 5.2.4 has a Server Side Request Forgery (SSRF) vulnerability because Windows paths are mishandled during certain validation of relative URLs.
CVE:
CVE-2019-17669
Published
2019-10-17
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 5.2.4 has a Server Side Request Forgery (SSRF) vulnerability because URL validation does not consider the interpretation of a name as a series of hex characters.
CVE:
CVE-2019-16781
Published
2019-12-26
CVSS:
5.8
ShadowTrackr CVSS:
4.7
Summary:
In WordPress before 5.3.1, authenticated users with lower privileges (like contributors) can inject JavaScript code in the block editor, which is executed within the dashboard. It can lead to an admin opening the affected post in the editor leading to XSS.
CVE:
CVE-2019-16780
Published
2019-12-26
CVSS:
5.8
ShadowTrackr CVSS:
4.7
Summary:
WordPress users with lower privileges (like contributors) can inject JavaScript code in the block editor using a specific payload, which is executed within the dashboard. This can lead to XSS if an admin opens the post in the editor. Execution of this attack does require an authenticated user. This has been patched in WordPress 5.3.1, along with all the previous WordPress versions from 3.7 to 5.3 via a minor release. Automatic updates are enabled by default for minor releases and we strongly recommend that you keep them enabled.
CVE:
CVE-2019-16223
Published
2019-09-11
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
WordPress before 5.2.3 allows XSS in post previews by authenticated users.
CVE:
CVE-2019-16222
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.3 has an issue with URL sanitization in wp_kses_bad_protocol_once in wp-includes/kses.php that can lead to cross-site scripting (XSS) attacks.
CVE:
CVE-2019-16221
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.3 allows reflected XSS in the dashboard.
CVE:
CVE-2019-16220
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 5.2.3, validation and sanitization of a URL in wp_validate_redirect in wp-includes/pluggable.php could lead to an open redirect if a provided URL path does not start with a forward slash.
CVE:
CVE-2019-16219
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.3 allows XSS in shortcode previews.
CVE:
CVE-2019-16218
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.3 allows XSS in stored comments.
CVE:
CVE-2019-16217
Published
2019-09-11
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 5.2.3 allows XSS in media uploads because wp_ajax_upload_attachment is mishandled.
CVE:
CVE-2018-6389
Published
2018-02-06
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
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.
CVE:
CVE-2018-5776
Published
2018-01-18
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
WordPress before 4.9.2 has XSS in the Flash fallback files in MediaElement (under wp-includes/js/mediaelement).
CVE:
CVE-2018-20153
Published
2018-12-14
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
In WordPress before 4.9.9 and 5.x before 5.0.1, contributors could modify new comments made by users with greater privileges, possibly causing XSS.
CVE:
CVE-2018-20152
Published
2018-12-14
CVSS:
6.5
ShadowTrackr CVSS:
5.4
Summary:
In WordPress before 4.9.9 and 5.x before 5.0.1, authors could bypass intended restrictions on post types via crafted input.
CVE:
CVE-2018-20151
Published
2018-12-14
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
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.
CVE:
CVE-2018-20150
Published
2018-12-14
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 4.9.9 and 5.x before 5.0.1, crafted URLs could trigger XSS for certain use cases involving plugins.
CVE:
CVE-2018-20149
Published
2018-12-14
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
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.
CVE:
CVE-2018-20148
Published
2018-12-14
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
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.
CVE:
CVE-2018-20147
Published
2018-12-14
CVSS:
6.5
ShadowTrackr CVSS:
5.4
Summary:
In WordPress before 4.9.9 and 5.x before 5.0.1, authors could modify metadata to bypass intended restrictions on deleting files.
CVE:
CVE-2018-14028
Published
2018-08-10
CVSS:
7.2
ShadowTrackr CVSS:
6.6
Summary:
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.
CVE:
CVE-2018-12895
Published
2018-06-26
CVSS:
8.8
ShadowTrackr CVSS:
7.7
Summary:
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.
CVE:
CVE-2018-10102
Published
2018-04-14
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
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.
CVE:
CVE-2018-10101
Published
2018-04-14
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before WordPress 4.9.5, the URL validator assumed URLs with the hostname localhost were on the same host as the WordPress server.
CVE:
CVE-2018-10100
Published
2018-04-14
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before WordPress 4.9.5, the redirection URL for the login page was not validated or sanitized if forced to use HTTPS.
CVE:
CVE-2018-1000773
Published
2018-09-06
CVSS:
8.8
ShadowTrackr CVSS:
6.8
Summary:
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.
CVE:
CVE-2017-9066
Published
2017-05-18
CVSS:
8.6
ShadowTrackr CVSS:
6.9
Summary:
In WordPress before 4.7.5, there is insufficient redirect validation in the HTTP class, leading to SSRF.
CVE:
CVE-2017-9065
Published
2017-05-18
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
In WordPress before 4.7.5, there is a lack of capability checks for post meta data in the XML-RPC API.
CVE:
CVE-2017-9064
Published
2017-05-18
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
In WordPress before 4.7.5, a Cross Site Request Forgery (CSRF) vulnerability exists in the filesystem credentials dialog because a nonce is not required for updating credentials.
CVE:
CVE-2017-9063
Published
2017-05-18
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 4.7.5, a cross-site scripting (XSS) vulnerability related to the Customizer exists, involving an invalid customization session.
CVE:
CVE-2017-9062
Published
2017-05-18
CVSS:
8.6
ShadowTrackr CVSS:
6.9
Summary:
In WordPress before 4.7.5, there is improper handling of post meta data values in the XML-RPC API.
CVE:
CVE-2017-9061
Published
2017-05-18
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 4.7.5, a cross-site scripting (XSS) vulnerability exists when attempting to upload very large files, because the error message does not properly restrict presentation of the filename.
CVE:
CVE-2017-8295
Published
2017-05-04
CVSS:
5.9
ShadowTrackr CVSS:
6.9
Summary:
WordPress through 4.7.4 relies on the Host HTTP header for a password-reset e-mail message, which makes it easier for remote attackers to reset arbitrary passwords by making a crafted wp-login.php?action=lostpassword request and then arranging for this message to bounce or be resent, leading to transmission of the reset key to a mailbox on an attacker-controlled SMTP server. This is related to problematic use of the SERVER_NAME variable in wp-includes/pluggable.php in conjunction with the PHP mail function. Exploitation is not achievable in all cases because it requires at least one of the following: (1) the attacker can prevent the victim from receiving any e-mail messages for an extended period of time (such as 5 days), (2) the victim's e-mail system sends an autoresponse containing the original message, or (3) the victim manually composes a reply containing the original message.
CVE:
CVE-2017-6819
Published
2017-03-12
CVSS:
6.5
ShadowTrackr CVSS:
5.0
Summary:
In WordPress before 4.7.3, there is cross-site request forgery (CSRF) in Press This (wp-admin/includes/class-wp-press-this.php), leading to excessive use of server resources. The CSRF can trigger an outbound HTTP request for a large file that is then parsed by Press This.
CVE:
CVE-2017-6818
Published
2017-03-12
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 4.7.3 (wp-admin/js/tags-box.js), there is cross-site scripting (XSS) via taxonomy term names.
CVE:
CVE-2017-6817
Published
2017-03-12
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
In WordPress before 4.7.3 (wp-includes/embed.php), there is authenticated Cross-Site Scripting (XSS) in YouTube URL Embeds.
CVE:
CVE-2017-6816
Published
2017-03-12
CVSS:
4.9
ShadowTrackr CVSS:
5.0
Summary:
In WordPress before 4.7.3 (wp-admin/plugins.php), unintended files can be deleted by administrators using the plugin deletion functionality.
CVE:
CVE-2017-6815
Published
2017-03-12
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
In WordPress before 4.7.3 (wp-includes/pluggable.php), control characters can trick redirect URL validation.
CVE:
CVE-2017-6814
Published
2017-03-12
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
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.
CVE:
CVE-2017-6514
Published
2019-05-22
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
WordPress 4.7.2 mishandles listings of post authors, which allows remote attackers to obtain sensitive information (Path Disclosure) via a /wp-json/oembed/1.0/embed?url= request, related to the "author_name":" substring.
CVE:
CVE-2017-5612
Published
2017-01-30
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/includes/class-wp-posts-list-table.php in the posts list table in WordPress before 4.7.2 allows remote attackers to inject arbitrary web script or HTML via a crafted excerpt.
CVE:
CVE-2017-5611
Published
2017-01-30
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
SQL injection vulnerability in wp-includes/class-wp-query.php in WP_Query in WordPress before 4.7.2 allows remote attackers to execute arbitrary SQL commands by leveraging the presence of an affected plugin or theme that mishandles a crafted post type name.
CVE:
CVE-2017-5610
Published
2017-01-30
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
wp-admin/includes/class-wp-press-this.php in Press This in WordPress before 4.7.2 does not properly restrict visibility of a taxonomy-assignment user interface, which allows remote attackers to bypass intended access restrictions by reading terms.
CVE:
CVE-2017-5493
Published
2017-01-15
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
wp-includes/ms-functions.php in the Multisite WordPress API in WordPress before 4.7.1 does not properly choose random numbers for keys, which makes it easier for remote attackers to bypass intended access restrictions via a crafted (1) site signup or (2) user signup.
CVE:
CVE-2017-5492
Published
2017-01-15
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
Cross-site request forgery (CSRF) vulnerability in the widget-editing accessibility-mode feature in WordPress before 4.7.1 allows remote attackers to hijack the authentication of unspecified victims for requests that perform a widgets-access action, related to wp-admin/includes/class-wp-screen.php and wp-admin/widgets.php.
CVE:
CVE-2017-5491
Published
2017-01-15
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
wp-mail.php in WordPress before 4.7.1 might allow remote attackers to bypass intended posting restrictions via a spoofed mail server with the mail.example.com name.
CVE:
CVE-2017-5490
Published
2017-01-15
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in the theme-name fallback functionality in wp-includes/class-wp-theme.php in WordPress before 4.7.1 allows remote attackers to inject arbitrary web script or HTML via a crafted directory name of a theme, related to wp-admin/includes/class-theme-installer-skin.php.
CVE:
CVE-2017-5489
Published
2017-01-15
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
Cross-site request forgery (CSRF) vulnerability in WordPress before 4.7.1 allows remote attackers to hijack the authentication of unspecified victims via vectors involving a Flash file upload.
CVE:
CVE-2017-5488
Published
2017-01-15
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in wp-admin/update-core.php in WordPress before 4.7.1 allow remote attackers to inject arbitrary web script or HTML via the (1) name or (2) version header of a plugin.
CVE:
CVE-2017-5487
Published
2017-01-15
CVSS:
5.3
ShadowTrackr CVSS:
2.9
Summary:
wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php in the REST API implementation in WordPress 4.7 before 4.7.1 does not properly restrict listings of post authors, which allows remote attackers to obtain sensitive information via a wp-json/wp/v2/users request.
CVE:
CVE-2017-17094
Published
2017-12-02
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
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.
CVE:
CVE-2017-17093
Published
2017-12-02
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
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.
CVE:
CVE-2017-17092
Published
2017-12-02
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
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.
CVE:
CVE-2017-17091
Published
2017-12-02
CVSS:
8.8
ShadowTrackr CVSS:
6.8
Summary:
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.
CVE:
CVE-2017-16510
Published
2017-11-02
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 4.8.3 is affected by an issue where $wpdb->prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi) in plugins and themes, as demonstrated by a "double prepare" approach, a different vulnerability than CVE-2017-14723.
CVE:
CVE-2017-14990
Published
2017-10-02
CVSS:
6.5
ShadowTrackr CVSS:
5.4
Summary:
WordPress 4.8.2 stores cleartext wp_signups.activation_key values (but stores the analogous wp_users.user_activation_key values as hashes), which might make it easier for remote attackers to hijack unactivated user accounts by leveraging database read access (such as access gained through an unspecified SQL injection vulnerability).
CVE:
CVE-2017-14726
Published
2017-09-23
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before version 4.8.2, WordPress was vulnerable to a cross-site scripting attack via shortcodes in the TinyMCE visual editor.
CVE:
CVE-2017-14725
Published
2017-09-23
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
Before version 4.8.2, WordPress was susceptible to an open redirect attack in wp-admin/edit-tag-form.php and wp-admin/user-edit.php.
CVE:
CVE-2017-14724
Published
2017-09-23
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before version 4.8.2, WordPress was vulnerable to cross-site scripting in oEmbed discovery.
CVE:
CVE-2017-14723
Published
2017-09-23
CVSS:
9.8
ShadowTrackr CVSS:
8.2
Summary:
Before version 4.8.2, WordPress mishandled % characters and additional placeholder values in $wpdb->prepare, and thus did not properly address the possibility of plugins and themes enabling SQL injection attacks.
CVE:
CVE-2017-14722
Published
2017-09-23
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
Before version 4.8.2, WordPress allowed a Directory Traversal attack in the Customizer component via a crafted theme filename.
CVE:
CVE-2017-14721
Published
2017-09-23
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before version 4.8.2, WordPress allowed Cross-Site scripting in the plugin editor via a crafted plugin name.
CVE:
CVE-2017-14720
Published
2017-09-23
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before version 4.8.2, WordPress allowed a Cross-Site scripting attack in the template list view via a crafted template name.
CVE:
CVE-2017-14719
Published
2017-09-23
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
Before version 4.8.2, WordPress was vulnerable to a directory traversal attack during unzip operations in the ZipArchive and PclZip components.
CVE:
CVE-2017-14718
Published
2017-09-23
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Before version 4.8.2, WordPress was susceptible to a Cross-Site Scripting attack in the link modal via a javascript: or data: URL.
CVE:
CVE-2017-1001000
Published
2017-04-03
CVSS:
7.5
ShadowTrackr CVSS:
8.2
Summary:
The register_routes function in wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php in the REST API in WordPress 4.7.x before 4.7.2 does not require an integer identifier, which allows remote attackers to modify arbitrary pages via a request for wp-json/wp/v2/posts followed by a numeric value and a non-numeric value, as demonstrated by the wp-json/wp/v2/posts/123?id=123helloworld URI.
CVE:
CVE-2017-1000600
Published
2018-09-06
CVSS:
8.8
ShadowTrackr CVSS:
6.8
Summary:
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.9
CVE:
CVE-2016-9263
Published
2017-10-12
CVSS:
4.7
ShadowTrackr CVSS:
1.2
Summary:
WordPress through 4.8.2, when domain-based flashmediaelement.swf sandboxing is not used, allows remote attackers to conduct cross-domain Flash injection (XSF) attacks by leveraging code contained within the wp-includes/js/mediaelement/flashmediaelement.swf file.
CVE:
CVE-2016-7169
Published
2017-01-05
CVSS:
6.3
ShadowTrackr CVSS:
1.3
Summary:
Directory traversal vulnerability in the File_Upload_Upgrader class in wp-admin/includes/class-file-upload-upgrader.php in the upgrade package uploader in WordPress before 4.6.1 allows remote authenticated users to access arbitrary files via a crafted urlholder parameter.
CVE:
CVE-2016-7168
Published
2017-01-05
CVSS:
4.8
ShadowTrackr CVSS:
0.9
Summary:
Cross-site scripting (XSS) vulnerability in the media_handle_upload function in wp-admin/includes/media.php in WordPress before 4.6.1 might allow remote attackers to inject arbitrary web script or HTML by tricking an administrator into uploading an image file that has a crafted filename.
CVE:
CVE-2016-6897
Published
2017-01-18
CVSS:
6.5
ShadowTrackr CVSS:
5.9
Summary:
Cross-site request forgery (CSRF) vulnerability in the wp_ajax_update_plugin function in wp-admin/includes/ajax-actions.php in WordPress before 4.6 allows remote attackers to hijack the authentication of subscribers for /dev/random read operations by leveraging a late call to the check_ajax_referer function, a related issue to CVE-2016-6896.
CVE:
CVE-2016-6896
Published
2017-01-18
CVSS:
7.1
ShadowTrackr CVSS:
5.5
Summary:
Directory traversal vulnerability in the wp_ajax_update_plugin function in wp-admin/includes/ajax-actions.php in WordPress 4.5.3 allows remote authenticated users to cause a denial of service or read certain text files via a .. (dot dot) in the plugin parameter to wp-admin/admin-ajax.php, as demonstrated by /dev/random read operations that deplete the entropy pool.
CVE:
CVE-2016-6635
Published
2016-08-07
CVSS:
8.8
ShadowTrackr CVSS:
6.6
Summary:
Cross-site request forgery (CSRF) vulnerability in the wp_ajax_wp_compression_test function in wp-admin/includes/ajax-actions.php in WordPress before 4.5 allows remote attackers to hijack the authentication of administrators for requests that change the script compression option.
CVE:
CVE-2016-6634
Published
2016-08-07
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in the network settings page in WordPress before 4.5 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2016-5839
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 4.5.3 allows remote attackers to bypass the sanitize_file_name protection mechanism via unspecified vectors.
CVE:
CVE-2016-5838
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 4.5.3 allows remote attackers to bypass intended password-change restrictions by leveraging knowledge of a cookie.
CVE:
CVE-2016-5837
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 4.5.3 allows remote attackers to bypass intended access restrictions and remove a category attribute from a post via unspecified vectors.
CVE:
CVE-2016-5836
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
The oEmbed protocol implementation in WordPress before 4.5.3 allows remote attackers to cause a denial of service via unspecified vectors.
CVE:
CVE-2016-5835
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 4.5.3 allows remote attackers to obtain sensitive revision-history information by leveraging the ability to read a post, related to wp-admin/includes/ajax-actions.php and wp-admin/revision.php.
CVE:
CVE-2016-5834
Published
2016-06-29
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in the wp_get_attachment_link function in wp-includes/post-template.php in WordPress before 4.5.3 allows remote attackers to inject arbitrary web script or HTML via a crafted attachment name, a different vulnerability than CVE-2016-5833.
CVE:
CVE-2016-5833
Published
2016-06-29
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in the column_title function in wp-admin/includes/class-wp-media-list-table.php in WordPress before 4.5.3 allows remote attackers to inject arbitrary web script or HTML via a crafted attachment name, a different vulnerability than CVE-2016-5834.
CVE:
CVE-2016-5832
Published
2016-06-29
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
The customizer in WordPress before 4.5.3 allows remote attackers to bypass intended redirection restrictions via unspecified vectors.
CVE:
CVE-2016-4567
Published
2016-05-22
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in flash/FlashMediaElement.as in MediaElement.js before 2.21.0, as used in WordPress before 4.5.2, allows remote attackers to inject arbitrary web script or HTML via an obfuscated form of the jsinitfunction parameter, as demonstrated by "jsinitfunctio%gn."
CVE:
CVE-2016-4566
Published
2016-05-22
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in plupload.flash.swf in Plupload before 2.1.9, as used in WordPress before 4.5.2, allows remote attackers to inject arbitrary web script or HTML via a Same-Origin Method Execution (SOME) attack.
CVE:
CVE-2016-4029
Published
2016-08-07
CVSS:
8.6
ShadowTrackr CVSS:
6.9
Summary:
WordPress before 4.5 does not consider octal and hexadecimal IP address formats when determining an intranet address, which allows remote attackers to bypass an intended SSRF protection mechanism via a crafted address.
CVE:
CVE-2016-2222
Published
2016-05-22
CVSS:
8.6
ShadowTrackr CVSS:
6.9
Summary:
The wp_http_validate_url function in wp-includes/http.php in WordPress before 4.4.2 allows remote attackers to conduct server-side request forgery (SSRF) attacks via a zero value in the first octet of an IPv4 address in the u parameter to wp-admin/press-this.php.
CVE:
CVE-2016-2221
Published
2016-05-22
CVSS:
7.4
ShadowTrackr CVSS:
5.0
Summary:
Open redirect vulnerability in the wp_validate_redirect function in wp-includes/pluggable.php in WordPress before 4.4.2 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a malformed URL that triggers incorrect hostname parsing, as demonstrated by an https:example.com URL.
CVE:
CVE-2016-1564
Published
2016-05-22
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in wp-includes/class-wp-theme.php in WordPress before 4.4.1 allow remote attackers to inject arbitrary web script or HTML via a (1) stylesheet name or (2) template name to wp-admin/customize.php.
CVE:
CVE-2016-10148
Published
2017-01-18
CVSS:
4.3
ShadowTrackr CVSS:
1.3
Summary:
The wp_ajax_update_plugin function in wp-admin/includes/ajax-actions.php in WordPress before 4.6 makes a get_plugin_data call before checking the update_plugins capability, which allows remote authenticated users to bypass intended read-access restrictions via the plugin parameter to wp-admin/admin-ajax.php, a related issue to CVE-2016-6896.
CVE:
CVE-2016-10045
Published
2016-12-30
CVSS:
9.8
ShadowTrackr CVSS:
9.2
Summary:
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code by leveraging improper interaction between the escapeshellarg function and internal escaping performed in the mail function in PHP. NOTE: this vulnerability exists because of an incorrect fix for CVE-2016-10033.
CVE:
CVE-2016-10033
Published
2016-12-30
CVSS:
9.8
ShadowTrackr CVSS:
9.2
Summary:
The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra parameters to the mail command and consequently execute arbitrary code via a \" (backslash double quote) in a crafted Sender property.
CVE:
CVE-2015-9332
Published
2019-08-20
CVSS:
6.5
ShadowTrackr CVSS:
5.0
Summary:
The uninstall plugin before 1.2 for WordPress has CSRF to delete all tables via the wp-admin/admin-ajax.php?action=uninstall URI.
CVE:
CVE-2015-8834
Published
2016-05-22
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in wp-includes/wp-db.php in WordPress before 4.2.2 allows remote attackers to inject arbitrary web script or HTML via a long comment that is improperly stored because of limitations on the MySQL TEXT data type. NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-3440.
CVE:
CVE-2015-7989
Published
2016-05-22
CVSS:
5.4
ShadowTrackr CVSS:
1.1
Summary:
Cross-site scripting (XSS) vulnerability in the user list table in WordPress before 4.3.1 allows remote authenticated users to inject arbitrary web script or HTML via a crafted e-mail address, a different vulnerability than CVE-2015-5714.
CVE:
CVE-2015-5734
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the legacy theme preview implementation in wp-includes/theme.php in WordPress before 4.2.4 allows remote attackers to inject arbitrary web script or HTML via a crafted string.
CVE:
CVE-2015-5733
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the refreshAdvancedAccessibilityOfItem function in wp-admin/js/nav-menu.js in WordPress before 4.2.4 allows remote attackers to inject arbitrary web script or HTML via an accessibility-helper title.
CVE:
CVE-2015-5732
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the form function in the WP_Nav_Menu_Widget class in wp-includes/default-widgets.php in WordPress before 4.2.4 allows remote attackers to inject arbitrary web script or HTML via a widget title.
CVE:
CVE-2015-5731
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in wp-admin/post.php in WordPress before 4.2.4 allows remote attackers to hijack the authentication of administrators for requests that lock a post, and consequently cause a denial of service (editing blockage), via a get-post-lock action.
CVE:
CVE-2015-5730
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The sanitize_widget_instance function in wp-includes/class-wp-customize-widgets.php in WordPress before 4.2.4 does not use a constant-time comparison for widgets, which allows remote attackers to conduct a timing side-channel attack by measuring the delay before inequality is calculated.
CVE:
CVE-2015-5715
Published
2016-05-22
CVSS:
4.3
ShadowTrackr CVSS:
1.3
Summary:
The mw_editPost function in wp-includes/class-wp-xmlrpc-server.php in the XMLRPC subsystem in WordPress before 4.3.1 allows remote authenticated users to bypass intended access restrictions, and arrange for a private post to be published and sticky, via unspecified vectors.
CVE:
CVE-2015-5714
Published
2016-05-22
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in WordPress before 4.3.1 allows remote attackers to inject arbitrary web script or HTML by leveraging the mishandling of unclosed HTML elements during processing of shortcode tags.
CVE:
CVE-2015-5623
Published
2015-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 4.2.3 does not properly verify the edit_posts capability, which allows remote authenticated users to bypass intended access restrictions and create drafts by leveraging the Subscriber role, as demonstrated by a post-quickdraft-save action to wp-admin/post.php.
CVE:
CVE-2015-5622
Published
2015-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress before 4.2.3 allows remote authenticated users to inject arbitrary web script or HTML by leveraging the Author or Contributor role to place a crafted shortcode inside an HTML element, related to wp-includes/kses.php and wp-includes/shortcodes.php.
CVE:
CVE-2015-3440
Published
2015-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-includes/wp-db.php in WordPress before 4.2.1 allows remote attackers to inject arbitrary web script or HTML via a long comment that is improperly stored because of limitations on the MySQL TEXT data type.
CVE:
CVE-2015-3439
Published
2015-08-05
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the Ephox (formerly Moxiecode) plupload.flash.swf shim 2.1.2 in Plupload, as used in WordPress 3.9.x, 4.0.x, and 4.1.x before 4.1.2 and other products, allows remote attackers to execute same-origin JavaScript functions via the target parameter, as demonstrated by executing a certain click function, related to _init.as and _fireEvent.as.
CVE:
CVE-2015-3438
Published
2015-08-05
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress before 4.1.2, when MySQL is used without strict mode, allow remote attackers to inject arbitrary web script or HTML via a (1) four-byte UTF-8 character or (2) invalid character that reaches the database layer, as demonstrated by a crafted character in a comment.
CVE:
CVE-2015-2213
Published
2015-11-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in the wp_untrash_post_comments function in wp-includes/post.php in WordPress before 4.2.4 allows remote attackers to execute arbitrary SQL commands via a comment that is mishandled after retrieval from the trash.
CVE:
CVE-2014-9310
Published
2017-06-07
CVSS:
6.1
ShadowTrackr CVSS:
1.2
Summary:
Cross-site scripting (XSS) vulnerability in the WordPress Backup to Dropbox plugin before 4.1 for WordPress.
CVE:
CVE-2014-9039
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-login.php in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 might allow remote attackers to reset passwords by leveraging access to an e-mail account that received a password-reset message.
CVE:
CVE-2014-9038
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/http.php in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 allows remote attackers to conduct server-side request forgery (SSRF) attacks by referring to a 127.0.0.0/8 resource.
CVE:
CVE-2014-9037
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 might allow remote attackers to obtain access to an account idle since 2008 by leveraging an improper PHP dynamic type comparison for an MD5 hash.
CVE:
CVE-2014-9036
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 allows remote attackers to inject arbitrary web script or HTML via a crafted Cascading Style Sheets (CSS) token sequence in a post.
CVE:
CVE-2014-9035
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in Press This in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2014-9034
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/class-phpass.php in WordPress before 3.7.5, 3.8.x before 3.8.5, 3.9.x before 3.9.3, and 4.x before 4.0.1 allows remote attackers to cause a denial of service (CPU consumption) via a long password that is improperly handled during hashing, a similar issue to CVE-2014-9016.
CVE:
CVE-2014-9033
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in wp-login.php in WordPress 3.7.4, 3.8.4, 3.9.2, and 4.0 allows remote attackers to hijack the authentication of arbitrary users for requests that reset passwords.
CVE:
CVE-2014-9032
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the media-playlists feature in WordPress before 3.9.x before 3.9.3 and 4.x before 4.0.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2014-9031
Published
2014-11-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the wptexturize function in WordPress before 3.7.5, 3.8.x before 3.8.5, and 3.9.x before 3.9.3 allows remote attackers to inject arbitrary web script or HTML via crafted use of shortcode brackets in a text field, as demonstrated by a comment or a post.
CVE:
CVE-2014-8363
Published
2014-10-20
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in ss_handler.php in the WordPress Spreadsheet (wpSS) plugin 0.62 for WordPress allows remote attackers to execute arbitrary SQL commands via the ss_id parameter.
CVE:
CVE-2014-6412
Published
2018-04-12
CVSS:
8.1
ShadowTrackr CVSS:
8.2
Summary:
WordPress before 4.4 makes it easier for remote attackers to predict password-recovery tokens via a brute-force approach.
CVE:
CVE-2014-5337
Published
2014-08-29
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The WordPress Mobile Pack plugin before 2.0.2 for WordPress does not properly restrict access to password protected posts, which allows remote attackers to obtain sensitive information via an exportarticles action to export/content.php.
CVE:
CVE-2014-5266
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The Incutio XML-RPC (IXR) Library, as used in WordPress before 3.9.2 and Drupal 6.x before 6.33 and 7.x before 7.31, does not limit the number of elements in an XML document, which allows remote attackers to cause a denial of service (CPU consumption) via a large document, a different vulnerability than CVE-2014-5265.
CVE:
CVE-2014-5265
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The Incutio XML-RPC (IXR) Library, as used in WordPress before 3.9.2 and Drupal 6.x before 6.33 and 7.x before 7.31, permits entity declarations without considering recursion during entity expansion, which allows remote attackers to cause a denial of service (memory and CPU consumption) via a crafted XML document containing a large number of nested entity references, a similar issue to CVE-2003-1564.
CVE:
CVE-2014-5240
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-includes/pluggable.php in WordPress before 3.9.2, when Multisite is enabled, allows remote authenticated administrators to inject arbitrary web script or HTML, and obtain Super Admin privileges, via a crafted avatar URL.
CVE:
CVE-2014-5205
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/pluggable.php in WordPress before 3.9.2 does not use delimiters during concatenation of action values and uid values in CSRF tokens, which makes it easier for remote attackers to bypass a CSRF protection mechanism via a brute-force attack.
CVE:
CVE-2014-5204
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/pluggable.php in WordPress before 3.9.2 rejects invalid CSRF nonces with a different timing depending on which characters in the nonce are incorrect, which makes it easier for remote attackers to bypass a CSRF protection mechanism via a brute-force attack.
CVE:
CVE-2014-5203
Published
2014-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/class-wp-customize-widgets.php in the widget implementation in WordPress 3.9.x before 3.9.2 might allow remote attackers to execute arbitrary code via crafted serialized data.
CVE:
CVE-2014-5199
Published
2014-08-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in the WordPress File Upload plugin (wp-file-upload) before 2.4.2 for WordPress allows remote attackers to hijack the authentication of administrators for requests that change plugin settings via unspecified vectors. NOTE: some of these details are obtained from third party information.
CVE:
CVE-2014-4594
Published
2014-07-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in index.php in the WordPress Responsive Preview plugin before 1.2 for WordPress allows remote attackers to inject arbitrary web script or HTML via the url parameter.
CVE:
CVE-2014-4576
Published
2014-07-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in services/diagnostics.php in the WordPress Social Login plugin 2.0.3 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the xhrurl parameter.
CVE:
CVE-2014-0166
Published
2014-04-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The wp_validate_auth_cookie function in wp-includes/pluggable.php in WordPress before 3.7.2 and 3.8.x before 3.8.2 does not properly determine the validity of authentication cookies, which makes it easier for remote attackers to obtain access via a forged cookie.
CVE:
CVE-2014-0165
Published
2014-04-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.7.2 and 3.8.x before 3.8.2 allows remote authenticated users to publish posts by leveraging the Contributor role, related to wp-admin/includes/post.php and wp-admin/includes/class-wp-posts-list-table.php.
CVE:
CVE-2013-7240
Published
2014-01-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Directory traversal vulnerability in download-file.php in the Advanced Dewplayer plugin 1.2 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the dew_file parameter.
CVE:
CVE-2013-7233
Published
2013-12-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in the retrospam component in wp-admin/options-discussion.php in WordPress 2.0.11 and earlier allows remote attackers to hijack the authentication of administrators for requests that move comments to the moderation list.
CVE:
CVE-2013-5739
Published
2013-09-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The default configuration of WordPress before 3.6.1 does not prevent uploads of .swf and .exe files, which might make it easier for remote authenticated users to conduct cross-site scripting (XSS) attacks via a crafted file, related to the get_allowed_mime_types function in wp-includes/functions.php.
CVE:
CVE-2013-5738
Published
2013-09-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The get_allowed_mime_types function in wp-includes/functions.php in WordPress before 3.6.1 does not require the unfiltered_html capability for uploads of .htm and .html files, which might make it easier for remote authenticated users to conduct cross-site scripting (XSS) attacks via a crafted file.
CVE:
CVE-2013-4340
Published
2013-09-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/includes/post.php in WordPress before 3.6.1 allows remote authenticated users to spoof the authorship of a post by leveraging the Author role and providing a modified user_ID parameter.
CVE:
CVE-2013-4339
Published
2013-09-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.6.1 does not properly validate URLs before use in an HTTP redirect, which allows remote attackers to bypass intended redirection restrictions via a crafted string.
CVE:
CVE-2013-4338
Published
2013-09-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/functions.php in WordPress before 3.6.1 does not properly determine whether data has been serialized, which allows remote attackers to execute arbitrary code by triggering erroneous PHP unserialize operations.
CVE:
CVE-2013-2205
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The default configuration of SWFUpload in WordPress before 3.5.2 has an unrestrictive security.allowDomain setting, which allows remote attackers to bypass the Same Origin Policy and conduct cross-site scripting (XSS) attacks via a crafted web site.
CVE:
CVE-2013-2204
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
moxieplayer.as in Moxiecode moxieplayer, as used in the TinyMCE Media plugin in WordPress before 3.5.2 and other products, does not consider the presence of a # (pound sign) character during extraction of the QUERY_STRING, which allows remote attackers to pass arbitrary parameters to a Flash application, and conduct content-spoofing attacks, via a crafted string after a ? (question mark) character.
CVE:
CVE-2013-2203
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.5.2, when the uploads directory forbids write access, allows remote attackers to obtain sensitive information via an invalid upload request, which reveals the absolute path in an XMLHttpRequest error message.
CVE:
CVE-2013-2202
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.5.2 allows remote attackers to read arbitrary files via an oEmbed XML provider response containing an external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue.
CVE:
CVE-2013-2201
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress before 3.5.2 allow remote attackers to inject arbitrary web script or HTML via vectors involving (1) uploads of media files, (2) editing of media files, (3) installation of plugins, (4) updates to plugins, (5) installation of themes, or (6) updates to themes.
CVE:
CVE-2013-2200
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.5.2 does not properly check the capabilities of roles, which allows remote authenticated users to bypass intended restrictions on publishing and authorship reassignment via unspecified vectors.
CVE:
CVE-2013-2199
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The HTTP API in WordPress before 3.5.2 allows remote attackers to send HTTP requests to intranet servers via unspecified vectors, related to a Server-Side Request Forgery (SSRF) issue, a similar vulnerability to CVE-2013-0235.
CVE:
CVE-2013-2173
Published
2013-06-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/class-phpass.php in WordPress 3.5.1, when a password-protected post exists, allows remote attackers to cause a denial of service (CPU consumption) via a crafted value of a certain wp-postpass cookie.
CVE:
CVE-2013-0237
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in Plupload.as in Moxiecode plupload before 1.5.5, as used in WordPress before 3.5.1 and other products, allows remote attackers to inject arbitrary web script or HTML via the id parameter.
CVE:
CVE-2013-0236
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress before 3.5.1 allow remote attackers to inject arbitrary web script or HTML via vectors involving (1) gallery shortcodes or (2) the content of a post.
CVE:
CVE-2013-0235
Published
2013-07-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The XMLRPC API in WordPress before 3.5.1 allows remote attackers to send HTTP requests to intranet servers, and conduct port-scanning attacks, by specifying a crafted source URL for a pingback, related to a Server-Side Request Forgery (SSRF) issue.
CVE:
CVE-2012-6707
Published
2017-10-19
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
WordPress through 4.8.2 uses a weak MD5-based password hashing algorithm, which makes it easier for attackers to determine cleartext values by leveraging access to the hash values. NOTE: the approach to changing this may not be fully compatible with certain use cases, such as migration of a WordPress site from a web host that uses a recent PHP version to a different web host that uses PHP 5.2. These use cases are plausible (but very unlikely) based on statistics showing widespread deployment of WordPress with obsolete PHP versions.
CVE:
CVE-2012-6635
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/includes/class-wp-posts-list-table.php in WordPress before 3.3.3 does not properly restrict excerpt-view access, which allows remote authenticated users to obtain sensitive information by visiting a draft.
CVE:
CVE-2012-6634
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/media-upload.php in WordPress before 3.3.3 allows remote attackers to obtain sensitive information or bypass intended media-attachment restrictions via a post_id value.
CVE:
CVE-2012-6633
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-includes/default-filters.php in WordPress before 3.3.3 allows remote attackers to inject arbitrary web script or HTML via an editable slug field.
CVE:
CVE-2012-6527
Published
2013-01-31
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the My Calendar plugin before 1.10.2 for WordPress allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO.
CVE:
CVE-2012-5913
Published
2012-11-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.
CVE:
CVE-2012-5868
Published
2012-12-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 3.4.2 does not invalidate a wordpress_sec session cookie upon an administrator's logout action, which makes it easier for remote attackers to discover valid session identifiers via a brute-force attack, or modify data via a replay attack.
CVE:
CVE-2012-4448
Published
2012-09-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in wp-admin/index.php in WordPress 3.4.2 allows remote attackers to hijack the authentication of administrators for requests that modify an RSS URL via a dashboard_incoming_links edit action.
CVE:
CVE-2012-4422
Published
2012-09-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/plugins.php in WordPress before 3.4.2, when the multisite feature is enabled, does not check for network-administrator privileges before performing a network-wide activation of an installed plugin, which might allow remote authenticated users to make unintended plugin changes by leveraging the Administrator role.
CVE:
CVE-2012-4421
Published
2012-09-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The create_post function in wp-includes/class-wp-atom-server.php in WordPress before 3.4.2 does not perform a capability check, which allows remote authenticated users to bypass intended access restrictions and publish new posts by leveraging the Contributor role and using the Atom Publishing Protocol (aka AtomPub) feature.
CVE:
CVE-2012-4271
Published
2012-08-13
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in bad-behavior-wordpress-admin.php in the Bad Behavior plugin before 2.0.47 and 2.2.x before 2.2.5 for WordPress allow remote attackers to inject arbitrary web script or HTML via the (1) PATH_INFO, (2) httpbl_key, (3) httpbl_maxage, (4) httpbl_threat, (5) reverse_proxy_addresses, or (6) reverse_proxy_header parameter.
CVE:
CVE-2012-3414
Published
2013-07-19
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in swfupload.swf in SWFUpload 2.2.0.1 and earlier, as used in WordPress before 3.3.2, TinyMCE Image Manager 1.1, and other products, allows remote attackers to inject arbitrary web script or HTML via the movieName parameter, related to the "ExternalInterface.call" function.
CVE:
CVE-2012-3385
Published
2012-07-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.4.1 does not properly restrict access to post contents such as private or draft posts, which allows remote authors or contributors to obtain sensitive information via unknown vectors.
CVE:
CVE-2012-3384
Published
2012-07-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in the customizer in WordPress before 3.4.1 allows remote attackers to hijack the authentication of unspecified victims via unknown vectors.
CVE:
CVE-2012-3383
Published
2012-07-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The map_meta_cap function in wp-includes/capabilities.php in WordPress 3.4.x before 3.4.2, when the multisite feature is enabled, does not properly assign the unfiltered_html capability, which allows remote authenticated users to bypass intended access restrictions and conduct cross-site scripting (XSS) attacks by leveraging the Administrator or Editor role and composing crafted text.
CVE:
CVE-2012-2404
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-comments-post.php in WordPress before 3.3.2 supports offsite redirects, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via unspecified vectors.
CVE:
CVE-2012-2403
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/formatting.php in WordPress before 3.3.2 attempts to enable clickable links inside attributes, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via unspecified vectors.
CVE:
CVE-2012-2402
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/plugins.php in WordPress before 3.3.2 allows remote authenticated site administrators to bypass intended access restrictions and deactivate network-wide plugins via unspecified vectors.
CVE:
CVE-2012-2401
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Plupload before 1.5.4, as used in wp-includes/js/plupload/ in WordPress before 3.3.2 and other products, enables scripting regardless of the domain from which the SWF content was loaded, which allows remote attackers to bypass the Same Origin Policy via crafted content.
CVE:
CVE-2012-2400
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unspecified vulnerability in wp-includes/js/swfobject.js in WordPress before 3.3.2 has unknown impact and attack vectors.
CVE:
CVE-2012-2399
Published
2012-04-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in swfupload.swf in SWFupload 2.2.0.1 and earlier, as used in WordPress before 3.5.2, TinyMCE Image Manager 1.1 and earlier, and other products allows remote attackers to inject arbitrary web script or HTML via the buttonText parameter, a different vulnerability than CVE-2012-3414.
CVE:
CVE-2012-1936
Published
2012-05-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The wp_create_nonce function in wp-includes/pluggable.php in WordPress 3.3.1 and earlier associates a nonce with a user account instead of a user session, which might make it easier for remote attackers to conduct cross-site request forgery (CSRF) attacks on specific actions and objects by sniffing the network, as demonstrated by attacks against the wp-admin/admin-ajax.php and wp-admin/user-new.php scripts. NOTE: the vendor reportedly disputes the significance of this issue because wp_create_nonce operates as intended, even if it is arguably inconsistent with certain CSRF protection details advocated by external organizations
CVE:
CVE-2012-0937
Published
2012-01-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/setup-config.php in the installation component in WordPress 3.3.1 and earlier does not limit the number of MySQL queries sent to external MySQL database servers, which allows remote attackers to use WordPress as a proxy for brute-force attacks or denial of service attacks via the dbhost parameter, a different vulnerability than CVE-2011-4898. NOTE: the vendor disputes the significance of this issue because an incomplete WordPress installation might be present on the network for only a short time
CVE:
CVE-2012-0782
Published
2012-01-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in wp-admin/setup-config.php in the installation component in WordPress 3.3.1 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) dbhost, (2) dbname, or (3) uname parameter. NOTE: the vendor disputes the significance of this issue; also, it is unclear whether this specific XSS scenario has security relevance
CVE:
CVE-2012-0287
Published
2012-01-06
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-comments-post.php in WordPress 3.3.x before 3.3.1, when Internet Explorer is used, allows remote attackers to inject arbitrary web script or HTML via the query string in a POST operation that is not properly handled by the "Duplicate comment detected" feature.
CVE:
CVE-2011-5270
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/press-this.php in WordPress before 3.0.6 does not enforce the publish_posts capability requirement, which allows remote authenticated users to perform publish actions by leveraging the Contributor role.
CVE:
CVE-2011-5216
Published
2012-10-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in ajax.php in SCORM Cloud For WordPress plugin before 1.0.7 for WordPress allows remote attackers to execute arbitrary SQL commands via the active parameter. NOTE: some of these details are obtained from third party information.
CVE:
CVE-2011-4957
Published
2012-06-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The make_clickable function in wp-includes/formatting.php in WordPress before 3.1.1 does not properly check URLs before passing them to the PCRE library, which allows remote attackers to cause a denial of service (crash) via a comment with a crafted URL that triggers many recursive calls.
CVE:
CVE-2011-4956
Published
2012-06-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress before 3.1.1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2011-4899
Published
2012-01-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/setup-config.php in the installation component in WordPress 3.3.1 and earlier does not ensure that the specified MySQL database service is appropriate, which allows remote attackers to configure an arbitrary database via the dbhost and dbname parameters, and subsequently conduct static code injection and cross-site scripting (XSS) attacks via (1) an HTTP request or (2) a MySQL query. NOTE: the vendor disputes the significance of this issue; however, remote code execution makes the issue important in many realistic environments
CVE:
CVE-2011-4898
Published
2012-01-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/setup-config.php in the installation component in WordPress 3.3.1 and earlier generates different error messages for requests lacking a dbname parameter depending on whether the MySQL credentials are valid, which makes it easier for remote attackers to conduct brute-force attacks via a series of requests with different uname and pwd parameters. NOTE: the vendor disputes the significance of this issue; also, it is unclear whether providing intentionally vague error messages during installation would be reasonable from a usability perspective
CVE:
CVE-2011-4669
Published
2011-12-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in wp-users.php in WordPress Users plugin 1.3 and possibly earlier for WordPress allows remote attackers to execute arbitrary SQL commands via the uid parameter to index.php.
CVE:
CVE-2011-3818
Published
2011-09-24
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.9.2 and 3.0.4 allows remote attackers to obtain sensitive information via a direct request to a .php file, which reveals the installation path in an error message, as demonstrated by wp-admin/includes/user.php and certain other files.
CVE:
CVE-2011-3130
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/taxonomy.php in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Taxonomy query hardening," possibly involving SQL injection.
CVE:
CVE-2011-3129
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The file upload functionality in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2, when running "on hosts with dangerous security settings," has unknown impact and attack vectors, possibly related to dangerous filenames.
CVE:
CVE-2011-3128
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 treats unattached attachments as published, which might allow remote attackers to obtain sensitive data via vectors related to wp-includes/post.php.
CVE:
CVE-2011-3127
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 does not prevent rendering for (1) admin or (2) login pages inside a frame in a third-party HTML document, which makes it easier for remote attackers to conduct clickjacking attacks via a crafted web site.
CVE:
CVE-2011-3126
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 allows remote attackers to determine usernames of non-authors via canonical redirects.
CVE:
CVE-2011-3125
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Various security hardening."
CVE:
CVE-2011-3122
Published
2011-08-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unspecified vulnerability in WordPress 3.1 before 3.1.3 and 3.2 before Beta 2 has unknown impact and attack vectors related to "Media security."
CVE:
CVE-2011-1762
Published
2022-04-18
CVSS:
6.5
ShadowTrackr CVSS:
5.4
Summary:
A flaw exists in Wordpress related to the 'wp-admin/press-this.php 'script improperly checking user permissions when publishing posts. This may allow a user with 'Contributor-level' privileges to post as if they had 'publish_posts' permission.
CVE:
CVE-2011-0701
Published
2011-03-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/async-upload.php in the media uploader in WordPress before 3.0.5 allows remote authenticated users to read (1) draft posts or (2) private posts via a modified attachment_id parameter.
CVE:
CVE-2011-0700
Published
2011-03-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress before 3.0.5 allow remote authenticated users to inject arbitrary web script or HTML via vectors related to (1) the Quick/Bulk Edit title (aka post title or post_title), (2) post_status, (3) comment_status, (4) ping_status, and (5) escaping of tags within the tags meta box.
CVE:
CVE-2010-5297
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 3.0.1, when a Multisite installation is used, permanently retains the "site administrators can add users" option once changed, which might allow remote authenticated administrators to bypass intended access restrictions in opportunistic circumstances via an add action after a temporary change.
CVE:
CVE-2010-5296
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/capabilities.php in WordPress before 3.0.2, when a Multisite configuration is used, does not require the Super Admin role for the delete_users capability, which allows remote authenticated administrators to bypass intended access restrictions via a delete action.
CVE:
CVE-2010-5295
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/plugins.php in WordPress before 3.0.2 might allow remote attackers to inject arbitrary web script or HTML via a plugin's author field, which is not properly handled during a Delete Plugin action.
CVE:
CVE-2010-5294
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in the request_filesystem_credentials function in wp-admin/includes/file.php in WordPress before 3.0.2 allow remote servers to inject arbitrary web script or HTML by providing a crafted error message for a (1) FTP or (2) SSH connection attempt.
CVE:
CVE-2010-5293
Published
2014-01-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/comment.php in WordPress before 3.0.2 does not properly whitelist trackbacks and pingbacks in the blogroll, which allows remote attackers to bypass intended spam restrictions via a crafted URL, as demonstrated by a URL that triggers a substring match.
CVE:
CVE-2010-5106
Published
2012-09-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The XML-RPC remote publishing interface in xmlrpc.php in WordPress before 3.0.3 does not properly check capabilities, which allows remote authenticated users to bypass intended access restrictions, and publish, edit, or delete posts, by leveraging the Author or Contributor role.
CVE:
CVE-2010-4536
Published
2011-01-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in KSES, as used in WordPress before 3.0.4, allow remote attackers to inject arbitrary web script or HTML via vectors related to (1) the & (ampersand) character, (2) the case of an attribute name, (3) a padded entity, and (4) an entity that is not in normalized form.
CVE:
CVE-2010-4257
Published
2010-12-07
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in the do_trackbacks function in wp-includes/comment.php in WordPress before 3.0.2 allows remote authenticated users to execute arbitrary SQL commands via the Send Trackbacks field.
CVE:
CVE-2010-0682
Published
2010-02-23
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.9 before 2.9.2 allows remote authenticated users to read trash posts from other authors via a direct request with a modified p parameter.
CVE:
CVE-2009-3891
Published
2009-11-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/press-this.php in WordPress before 2.8.6 allows remote authenticated users to inject arbitrary web script or HTML via the s parameter (aka the selection variable).
CVE:
CVE-2009-3890
Published
2009-11-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unrestricted file upload vulnerability in the wp_check_filetype function in wp-includes/functions.php in WordPress before 2.8.6, when a certain configuration of the mod_mime module in the Apache HTTP Server is enabled, allows remote authenticated users to execute arbitrary code by posting an attachment with a multiple-extension filename, and then accessing this attachment via a direct request to a wp-content/uploads/ pathname, as demonstrated by a .php.jpg filename.
CVE:
CVE-2009-3622
Published
2009-10-23
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Algorithmic complexity vulnerability in wp-trackback.php in WordPress before 2.8.5 allows remote attackers to cause a denial of service (CPU consumption and server hang) via a long title parameter in conjunction with a charset parameter composed of many comma-separated "UTF-8" substrings, related to the mb_convert_encoding function in PHP.
CVE:
CVE-2009-2854
Published
2009-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Wordpress before 2.8.3 does not check capabilities for certain actions, which allows remote attackers to make unauthorized edits or additions via a direct request to (1) edit-comments.php, (2) edit-pages.php, (3) edit.php, (4) edit-category-form.php, (5) edit-link-category-form.php, (6) edit-tag-form.php, (7) export.php, (8) import.php, or (9) link-add.php in wp-admin/.
CVE:
CVE-2009-2853
Published
2009-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Wordpress before 2.8.3 allows remote attackers to gain privileges via a direct request to (1) admin-footer.php, (2) edit-category-form.php, (3) edit-form-advanced.php, (4) edit-form-comment.php, (5) edit-link-category-form.php, (6) edit-link-form.php, (7) edit-page-form.php, and (8) edit-tag-form.php in wp-admin/.
CVE:
CVE-2009-2851
Published
2009-08-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the administrator interface in WordPress before 2.8.2 allows remote attackers to inject arbitrary web script or HTML via a comment author URL.
CVE:
CVE-2009-2762
Published
2009-08-13
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-login.php in WordPress 2.8.3 and earlier allows remote attackers to force a password reset for the first user in the database, possibly the administrator, via a key[] array variable in a resetpass (aka rp) action, which bypasses a check that assumes that $key is not an array.
CVE:
CVE-2009-2432
Published
2009-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress and WordPress MU before 2.8.1 allow remote attackers to obtain sensitive information via a direct request to wp-settings.php, which reveals the installation path in an error message.
CVE:
CVE-2009-2431
Published
2009-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.7.1 places the username of a post's author in an HTML comment, which allows remote attackers to obtain sensitive information by reading the HTML source.
CVE:
CVE-2009-2336
Published
2009-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The forgotten mail interface in WordPress and WordPress MU before 2.8.1 exhibits different behavior for a password request depending on whether the user account exists, which allows remote attackers to enumerate valid usernames. NOTE: the vendor reportedly disputes the significance of this issue, indicating that the behavior exists for "user convenience."
CVE:
CVE-2009-2335
Published
2009-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress and WordPress MU before 2.8.1 exhibit different behavior for a failed login attempt depending on whether the user account exists, which allows remote attackers to enumerate valid usernames. NOTE: the vendor reportedly disputes the significance of this issue, indicating that the behavior exists for "user convenience."
CVE:
CVE-2009-2334
Published
2009-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/admin.php in WordPress and WordPress MU before 2.8.1 does not require administrative authentication to access the configuration of a plugin, which allows remote attackers to specify a configuration file in the page parameter to obtain sensitive information or modify this file, as demonstrated by the (1) collapsing-archives/options.txt, (2) akismet/readme.txt, (3) related-ways-to-take-action/options.php, (4) wp-security-scan/securityscan.php, and (5) wp-ids/ids-admin.php files. NOTE: this can be leveraged for cross-site scripting (XSS) and denial of service.
CVE:
CVE-2009-1030
Published
2009-03-20
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the choose_primary_blog function in wp-includes/wpmu-functions.php in WordPress MU (WPMU) before 2.7 allows remote attackers to inject arbitrary web script or HTML via the HTTP Host header.
CVE:
CVE-2008-6767
Published
2009-04-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/upgrade.php in WordPress, probably 2.6.x, allows remote attackers to upgrade the application, and possibly cause a denial of service (application outage), via a direct request.
CVE:
CVE-2008-6762
Published
2009-04-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Open redirect vulnerability in wp-admin/upgrade.php in WordPress, probably 2.6.x, allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the backto parameter.
CVE:
CVE-2008-5695
Published
2008-12-19
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/options.php in WordPress MU before 1.3.2, and WordPress 2.3.2 and earlier, does not properly validate requests to update an option, which allows remote authenticated users with manage_options and upload_files capabilities to execute arbitrary code by uploading a PHP script and adding this script's pathname to active_plugins.
CVE:
CVE-2008-5278
Published
2008-11-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the self_link function in in the RSS Feed Generator (wp-includes/feed.php) for WordPress before 2.6.5 allows remote attackers to inject arbitrary web script or HTML via the Host header (HTTP_HOST variable).
CVE:
CVE-2008-5113
Published
2008-11-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.6.3 relies on the REQUEST superglobal array in certain dangerous situations, which makes it easier for remote attackers to conduct delayed and persistent cross-site request forgery (CSRF) attacks via crafted cookies, as demonstrated by attacks that (1) delete user accounts or (2) cause a denial of service (loss of application access). NOTE: this issue relies on the presence of an independent vulnerability that allows cookie injection.
CVE:
CVE-2008-4796
Published
2008-10-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The _httpsrequest function (Snoopy/Snoopy.class.php) in Snoopy 1.2.3 and earlier, as used in (1) ampache, (2) libphp-snoopy, (3) mahara, (4) mediamate, (5) opendb, (6) pixelpost, and possibly other products, allows remote attackers to execute arbitrary commands via shell metacharacters in https URLs.
CVE:
CVE-2008-4769
Published
2008-10-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Directory traversal vulnerability in the get_category_template function in wp-includes/theme.php in WordPress 2.3.3 and earlier, and 2.5, allows remote attackers to include and possibly execute arbitrary PHP files via the cat parameter in index.php. NOTE: some of these details are obtained from third party information.
CVE:
CVE-2008-4671
Published
2008-10-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/wp-blogs.php in Wordpress MU (WPMU) before 2.6 allows remote attackers to inject arbitrary web script or HTML via the (1) s and (2) ip_address parameters.
CVE:
CVE-2008-4106
Published
2008-09-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 2.6.2 does not properly handle MySQL warnings about insertion of username strings that exceed the maximum column width of the user_login column, and does not properly handle space characters when comparing usernames, which allows remote attackers to change an arbitrary user's password to a random value by registering a similar username and then requesting a password reset, related to a "SQL column truncation vulnerability." NOTE: the attacker can discover the random password by also exploiting CVE-2008-4107.
CVE:
CVE-2008-3747
Published
2008-08-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The (1) get_edit_post_link and (2) get_edit_comment_link functions in wp-includes/link-template.php in WordPress before 2.6.1 do not force SSL communication in the intended situations, which might allow remote attackers to gain administrative access by sniffing the network for a cookie.
CVE:
CVE-2008-3233
Published
2008-07-18
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress before 2.6, SVN development versions only, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2008-2392
Published
2008-05-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unrestricted file upload vulnerability in WordPress 2.5.1 and earlier might allow remote authenticated administrators to upload and execute arbitrary PHP files via the Upload section in the Write Tabs area of the dashboard.
CVE:
CVE-2008-2146
Published
2008-05-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-includes/vars.php in Wordpress before 2.2.3 does not properly extract the current path from the PATH_INFO ($PHP_SELF), which allows remote attackers to bypass intended access restrictions for certain pages.
CVE:
CVE-2008-2068
Published
2008-05-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress 2.5 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
CVE:
CVE-2008-1930
Published
2008-04-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The cookie authentication method in WordPress 2.5 relies on a hash of a concatenated string containing USERNAME and EXPIRY_TIME, which allows remote attackers to forge cookies by registering a username that results in the same concatenated string, as demonstrated by registering usernames beginning with "admin" to obtain administrator privileges, aka a "cryptographic splicing" issue. NOTE: this vulnerability exists because of an incomplete fix for CVE-2007-6013.
CVE:
CVE-2008-1304
Published
2008-03-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress 2.3.2 allow remote attackers to inject arbitrary web script or HTML via the (1) inviteemail parameter in an invite action to wp-admin/users.php and the (2) to parameter in a sent action to wp-admin/invites.php.
CVE:
CVE-2008-0664
Published
2008-02-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The XML-RPC implementation (xmlrpc.php) in WordPress before 2.3.3, when registration is enabled, allows remote attackers to edit posts of other blog users via unknown vectors.
CVE:
CVE-2008-0196
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple directory traversal vulnerabilities in WordPress 2.0.11 and earlier allow remote attackers to read arbitrary files via a .. (dot dot) in (1) the page parameter to certain PHP scripts under wp-admin/ or (2) the import parameter to wp-admin/admin.php, as demonstrated by discovering the full path via a request for the \..\..\wp-config pathname; and allow remote attackers to modify arbitrary files via a .. (dot dot) in the file parameter to wp-admin/templates.php.
CVE:
CVE-2008-0195
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.0.11 and earlier allows remote attackers to obtain sensitive information via an empty value of the page parameter to certain PHP scripts under wp-admin/, which reveals the path in various error messages.
CVE:
CVE-2008-0194
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Directory traversal vulnerability in wp-db-backup.php in WordPress 2.0.3 and earlier allows remote attackers to read arbitrary files, delete arbitrary files, and cause a denial of service via a .. (dot dot) in the backup parameter in a wp-db-backup.php action to wp-admin/edit.php. NOTE: this might be the same as CVE-2006-5705.1.
CVE:
CVE-2008-0193
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-db-backup.php in WordPress 2.0.11 and earlier, and possibly 2.1.x through 2.3.x, allows remote attackers to inject arbitrary web script or HTML via the backup parameter in a wp-db-backup.php action to wp-admin/edit.php.
CVE:
CVE-2008-0192
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress 2.0.9 and earlier allow remote attackers to inject arbitrary web script or HTML via the popuptitle parameter to (1) wp-admin/post.php or (2) wp-admin/page-new.php.
CVE:
CVE-2008-0191
Published
2008-01-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.2.x and 2.3.x allows remote attackers to obtain sensitive information via an invalid p parameter in an rss2 action to the default URI, which reveals the full path and the SQL database structure.
CVE:
CVE-2007-6318
Published
2007-12-12
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in wp-includes/query.php in WordPress 2.3.1 and earlier allows remote attackers to execute arbitrary SQL commands via the s parameter, when DB_CHARSET is set to (1) Big5, (2) GBK, or possibly other character set encodings that support a "\" in a multibyte character.
CVE:
CVE-2007-5710
Published
2007-10-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/edit-post-rows.php in WordPress 2.3 allows remote attackers to inject arbitrary web script or HTML via the posts_columns array parameter.
CVE:
CVE-2007-5106
Published
2007-09-26
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-register.php in WordPress 2.0 allows remote attackers to inject arbitrary web script or HTML via the user_login parameter.
CVE:
CVE-2007-5105
Published
2007-09-26
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-register.php in WordPress 2.0 and 2.0.1 allows remote attackers to inject arbitrary web script or HTML via the user_email parameter.
CVE:
CVE-2007-4894
Published
2007-09-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple SQL injection vulnerabilities in Wordpress before 2.2.3 and Wordpress multi-user (MU) before 1.2.5a allow remote attackers to execute arbitrary SQL commands via the post_type parameter to the pingback.extensions.getPingbacks method in the XMLRPC interface, and other unspecified parameters related to "early database escaping" and missing validation of "query string like parameters."
CVE:
CVE-2007-4893
Published
2007-09-14
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-admin/admin-functions.php in Wordpress before 2.2.3 and Wordpress multi-user (MU) before 1.2.5a does not properly verify the unfiltered_html privilege, which allows remote attackers to conduct cross-site scripting (XSS) attacks via modified data to (1) post.php or (2) page.php with a no_filter field.
CVE:
CVE-2007-4544
Published
2007-08-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-newblog.php in WordPress multi-user (MU) 1.0 and earlier allows remote attackers to inject arbitrary web script or HTML via the weblog_id parameter (Username field).
CVE:
CVE-2007-4483
Published
2007-08-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in index.php in the WordPress Classic 1.5 theme in WordPress before 2.1.3 allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO (PHP_SELF).
CVE:
CVE-2007-4154
Published
2007-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in options.php in WordPress 2.2.1 allows remote authenticated administrators to execute arbitrary SQL commands via the page_options parameter to (1) options-general.php, (2) options-writing.php, (3) options-reading.php, (4) options-discussion.php, (5) options-privacy.php, (6) options-permalink.php, (7) options-misc.php, and possibly other unspecified components.
CVE:
CVE-2007-4153
Published
2007-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in WordPress 2.2.1 allow remote authenticated administrators to inject arbitrary web script or HTML via (1) the Options Database Table in the Admin Panel, accessed through options.php; or (2) the opml_url parameter to link-import.php. NOTE: this might not cross privilege boundaries in some configurations, since the Administrator role has the unfiltered_html capability.
CVE:
CVE-2007-4139
Published
2007-08-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the Temporary Uploads editing functionality (wp-admin/includes/upload.php) in WordPress 2.2.1, allows remote attackers to inject arbitrary web script or HTML via the style parameter to wp-admin/upload.php.
CVE:
CVE-2007-3639
Published
2007-07-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 2.2.2 allows remote attackers to redirect visitors to other websites and potentially obtain sensitive information via (1) the _wp_http_referer parameter to wp-pass.php, related to the wp_get_referer function in wp-includes/functions.php; and possibly other vectors related to (2) wp-includes/pluggable.php and (3) the wp_nonce_ays function in wp-includes/functions.php.
CVE:
CVE-2007-3544
Published
2007-07-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unrestricted file upload vulnerability in (1) wp-app.php and (2) app.php in WordPress 2.2.1 and WordPress MU 1.2.3 allows remote authenticated users to upload and execute arbitrary PHP code via unspecified vectors, possibly related to the wp_postmeta table and the use of custom fields in normal (non-attachment) posts. NOTE: this issue reportedly exists because of an incomplete fix for CVE-2007-3543.
CVE:
CVE-2007-3543
Published
2007-07-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Unrestricted file upload vulnerability in WordPress before 2.2.1 and WordPress MU before 1.2.3 allows remote authenticated users to upload and execute arbitrary PHP code by making a post that specifies a .php filename in the _wp_attached_file metadata field; and then sending this file's content, along with its post_ID value, to (1) wp-app.php or (2) app.php.
CVE:
CVE-2007-3241
Published
2007-06-15
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in blogroll.php in the cordobo-green-park theme for WordPress allows remote attackers to inject arbitrary web script or HTML via the PHP_SELF portion of a URI.
CVE:
CVE-2007-3240
Published
2007-06-15
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in 404.php in the Vistered-Little theme for WordPress allows remote attackers to inject arbitrary web script or HTML via the URI (REQUEST_URI) that accesses index.php. NOTE: this can be leveraged for PHP code execution in an administrative session.
CVE:
CVE-2007-3239
Published
2007-06-15
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in searchform.php in the AndyBlue theme before 20070607 for WordPress allows remote attackers to inject arbitrary web script or HTML via the PHP_SELF portion of a URI to index.php. NOTE: this can be leveraged for PHP code execution in an administrative session.
CVE:
CVE-2007-3238
Published
2007-06-15
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in functions.php in the default theme in WordPress 2.2 allows remote authenticated administrators to inject arbitrary web script or HTML via the PATH_INFO (REQUEST_URI) to wp-admin/themes.php, a different vulnerability than CVE-2007-1622. NOTE: this might not cross privilege boundaries in some configurations, since the Administrator role has the unfiltered_html capability.
CVE:
CVE-2007-3140
Published
2007-06-08
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in xmlrpc.php in WordPress 2.2 allows remote authenticated users to execute arbitrary SQL commands via a parameter value in an XML RPC wp.suggestCategories methodCall, a different vector than CVE-2007-1897.
CVE:
CVE-2007-2821
Published
2007-05-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in wp-admin/admin-ajax.php in WordPress before 2.2 allows remote attackers to execute arbitrary SQL commands via the cookie parameter.
CVE:
CVE-2007-2627
Published
2007-05-11
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in sidebar.php in WordPress, when custom 404 pages that call get_sidebar are used, allows remote attackers to inject arbitrary web script or HTML via the query string (PHP_SELF), a different vulnerability than CVE-2007-1622.
CVE:
CVE-2007-1897
Published
2007-04-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in xmlrpc (xmlrpc.php) in WordPress 2.1.2, and probably earlier, allows remote authenticated users to execute arbitrary SQL commands via a string parameter value in an XML RPC mt.setPostCategories method call, related to the post_id variable.
CVE:
CVE-2007-1894
Published
2007-04-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-includes/general-template.php in WordPress before 20070309 allows remote attackers to inject arbitrary web script or HTML via the year parameter in the wp_title function.
CVE:
CVE-2007-1893
Published
2007-04-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
xmlrpc (xmlrpc.php) in WordPress 2.1.2, and probably earlier, allows remote authenticated users with the contributor role to bypass intended access restrictions and invoke the publish_posts functionality, which can be used to "publish a previously saved post."
CVE:
CVE-2007-1732
Published
2007-03-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in an mt import in wp-admin/admin.php in WordPress 2.1.2 allows remote authenticated administrators to inject arbitrary web script or HTML via the demo parameter. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information. NOTE: another researcher disputes this issue, stating that this is legitimate functionality for administrators. However, it has been patched by at least one vendor
CVE:
CVE-2007-1622
Published
2007-03-23
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/vars.php in WordPress before 2.0.10 RC2, and before 2.1.3 RC2 in the 2.1 series, allows remote authenticated users with theme privileges to inject arbitrary web script or HTML via the PATH_INFO in the administration interface, related to loose regular expression processing of PHP_SELF.
CVE:
CVE-2007-1599
Published
2007-03-22
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-login.php in WordPress allows remote attackers to redirect authenticated users to other websites and potentially obtain sensitive information via the redirect_to parameter.
CVE:
CVE-2007-1409
Published
2007-03-10
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress allows remote attackers to obtain sensitive information via a direct request for wp-admin/admin-functions.php, which reveals the path in an error message.
CVE:
CVE-2007-1277
Published
2007-03-05
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.1.1, as downloaded from some official distribution sites during February and March 2007, contains an externally introduced backdoor that allows remote attackers to execute arbitrary commands via (1) an eval injection vulnerability in the ix parameter to wp-includes/feed.php, and (2) an untrusted passthru call in the iz parameter to wp-includes/theme.php.
CVE:
CVE-2007-1244
Published
2007-03-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site request forgery (CSRF) vulnerability in the AdminPanel in WordPress 2.1.1 and earlier allows remote attackers to perform privileged actions as administrators, as demonstrated using the delete action in wp-admin/post.php. NOTE: this issue can be leveraged to perform cross-site scripting (XSS) attacks and steal cookies via the post parameter.
CVE:
CVE-2007-1230
Published
2007-03-02
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in wp-includes/functions.php in WordPress before 2.1.2-alpha allow remote attackers to inject arbitrary web script or HTML via (1) the Referer HTTP header or (2) the URI, a different vulnerability than CVE-2007-1049.
CVE:
CVE-2007-1049
Published
2007-02-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the wp_explain_nonce function in the nonce AYS functionality (wp-includes/functions.php) for WordPress 2.0 before 2.0.9 and 2.1 before 2.1.1 allows remote attackers to inject arbitrary web script or HTML via the file parameter to wp-admin/templates.php, and possibly other vectors involving the action variable.
CVE:
CVE-2007-0541
Published
2007-01-29
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress allows remote attackers to determine the existence of arbitrary files, and possibly read portions of certain files, via pingback service calls with a source URI that corresponds to a local pathname, which triggers different fault codes for existing and non-existing files, and in certain configurations causes a brief file excerpt to be published as a blog comment.
CVE:
CVE-2007-0540
Published
2007-01-29
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress allows remote attackers to cause a denial of service (bandwidth or thread consumption) via pingback service calls with a source URI that corresponds to a file with a binary content type, which is downloaded even though it cannot contain usable pingback data.
CVE:
CVE-2007-0539
Published
2007-01-29
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
The wp_remote_fopen function in WordPress before 2.1 allows remote attackers to cause a denial of service (bandwidth or thread consumption) via pingback service calls with a source URI that corresponds to a large file, which triggers a long download session without a timeout constraint.
CVE:
CVE-2007-0262
Published
2007-01-16
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.0.6, and 2.1Alpha 3 (SVN:4662), does not properly verify that the m parameter value has the string data type, which allows remote attackers to obtain sensitive information via an invalid m[] parameter, as demonstrated by obtaining the path, and obtaining certain SQL information such as the table prefix.
CVE:
CVE-2007-0233
Published
2007-01-13
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-trackback.php in WordPress 2.0.6 and earlier does not properly unset variables when the input data includes a numeric parameter with a value matching an alphanumeric parameter's hash value, which allows remote attackers to execute arbitrary SQL commands via the tb_id parameter. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in WordPress.
CVE:
CVE-2007-0109
Published
2007-01-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-login.php in WordPress 2.0.5 and earlier displays different error messages if a user exists or not, which allows remote attackers to obtain sensitive information and facilitates brute force attacks.
CVE:
CVE-2007-0107
Published
2007-01-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 2.0.6, when mbstring is enabled for PHP, decodes alternate character sets after escaping the SQL query, which allows remote attackers to bypass SQL injection protection schemes and execute arbitrary SQL commands via multibyte charsets, as demonstrated using UTF-7.
CVE:
CVE-2007-0106
Published
2007-01-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the CSRF protection scheme in WordPress before 2.0.6 allows remote attackers to inject arbitrary web script or HTML via a CSRF attack with an invalid token and quote characters or HTML tags in URL variable names, which are not properly handled when WordPress generates a new link to verify the request.
CVE:
CVE-2006-6808
Published
2006-12-28
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in wp-admin/templates.php in WordPress 2.0.5 allows remote attackers to inject arbitrary web script or HTML via the file parameter. NOTE: some sources have reported this as a vulnerability in the get_file_description function in wp-admin/admin-functions.php.
CVE:
CVE-2006-6017
Published
2006-11-21
CVSS:
6.5
ShadowTrackr CVSS:
2.3
Summary:
WordPress before 2.0.5 does not properly store a profile containing a string representation of a serialized object, which allows remote authenticated users to cause a denial of service (application crash) via a string that represents a (1) malformed or (2) large serialized object, because the object triggers automatic unserialization for display.
CVE:
CVE-2006-6016
Published
2006-11-21
CVSS:
6.5
ShadowTrackr CVSS:
2.3
Summary:
wp-admin/user-edit.php in WordPress before 2.0.5 allows remote authenticated users to read the metadata of an arbitrary user via a modified user_id parameter.
CVE:
CVE-2006-5705
Published
2006-11-04
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple directory traversal vulnerabilities in plugins/wp-db-backup.php in WordPress before 2.0.5 allow remote authenticated users to read or overwrite arbitrary files via directory traversal sequences in the (1) backup and (2) fragment parameters in a GET request.
CVE:
CVE-2006-4743
Published
2006-09-13
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.0.2 through 2.0.5 allows remote attackers to obtain sensitive information via a direct request for (1) 404.php, (2) akismet.php, (3) archive.php, (4) archives.php, (5) attachment.php, (6) blogger.php, (7) comments.php, (8) comments-popup.php, (9) dotclear.php, (10) footer.php, (11) functions.php, (12) header.php, (13) hello.php, (14) wp-content/themes/default/index.php, (15) links.php, (16) livejournal.php, (17) mt.php, (18) page.php, (19) rss.php, (20) searchform.php, (21) search.php, (22) sidebar.php, (23) single.php, (24) textpattern.php, (25) upgrade-functions.php, (26) upgrade-schema.php, or (27) wp-db-backup.php, which reveal the path in various error messages. NOTE: another researcher has disputed the details of this report, stating that version 2.0.5 does not exist. NOTE: the admin-footer.php, admin-functions.php, default-filters.php, edit-form-advanced.php, edit-link-form.php, edit-page-form.php, kses.php, locale.php, rss-functions.php, template-loader.php, and wp-db.php vectors are already covered by CVE-2006-0986. The edit-form-comment.php, vars.php, and wp-settings.php vectors are already covered by CVE-2005-4463. The menu-header.php vector is already covered by CVE-2005-2110.
CVE:
CVE-2006-4028
Published
2006-08-09
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple unspecified vulnerabilities in WordPress before 2.0.4 have unknown impact and remote attack vectors. NOTE: due to lack of details, it is not clear how these issues are different from CVE-2006-3389 and CVE-2006-3390, although it is likely that 2.0.4 addresses an unspecified issue related to "Anyone can register" functionality (user registration for guests).
CVE:
CVE-2006-3390
Published
2006-07-06
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.0.3 allows remote attackers to obtain the installation path via a direct request to various files, such as those in the (1) wp-admin, (2) wp-content, and (3) wp-includes directories, possibly due to uninitialized variables.
CVE:
CVE-2006-3389
Published
2006-07-06
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
index.php in WordPress 2.0.3 allows remote attackers to obtain sensitive information, such as SQL table prefixes, via an invalid paged parameter, which displays the information in an SQL error message. NOTE: this issue has been disputed by a third party who states that the issue does not leak any target-specific information.
CVE:
CVE-2006-2702
Published
2006-05-31
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
vars.php in WordPress 2.0.2, possibly when running on Mac OS X, allows remote attackers to spoof their IP address via a PC_REMOTE_ADDR HTTP header, which vars.php uses to redefine $_SERVER['REMOTE_ADDR'].
CVE:
CVE-2006-2667
Published
2006-05-30
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Direct static code injection vulnerability in WordPress 2.0.2 and earlier allows remote attackers to execute arbitrary commands by inserting a carriage return and PHP code when updating a profile, which is appended after a special comment sequence into files in (1) wp-content/cache/userlogins/ (2) wp-content/cache/users/ which are later included by cache.php, as demonstrated using the displayname argument.
CVE:
CVE-2006-1796
Published
2006-04-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in the paging links functionality in template-functions-links.php in Wordpress 1.5.2, and possibly other versions before 2.0.1, allows remote attackers to inject arbitrary web script or HTML to Internet Explorer users via the request URI ($_SERVER['REQUEST_URI']).
CVE:
CVE-2006-1263
Published
2006-03-19
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple "unannounced" cross-site scripting (XSS) vulnerabilities in WordPress before 2.0.2 allow remote attackers to inject arbitrary web script or HTML via unknown attack vectors.
CVE:
CVE-2006-1012
Published
2006-03-06
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in WordPress 1.5.2, and possibly other versions before 2.0, allows remote attackers to execute arbitrary SQL commands via the User-Agent field in an HTTP header for a comment.
CVE:
CVE-2006-0986
Published
2006-03-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 2.0.1 and earlier allows remote attackers to obtain sensitive information via a direct request to (1) default-filters.php, (2) template-loader.php, (3) rss-functions.php, (4) locale.php, (5) wp-db.php, and (6) kses.php in the wp-includes/ directory; and (7) edit-form-advanced.php, (8) admin-functions.php, (9) edit-link-form.php, (10) edit-page-form.php, (11) admin-footer.php, and (12) menu.php in the wp-admin directory; and possibly (13) list directory contents of the wp-includes directory. NOTE: the vars.php, edit-form.php, wp-settings.php, and edit-form-comment.php vectors are already covered by CVE-2005-4463. The menu-header.php vector is already covered by CVE-2005-2110. Other vectors might be covered by CVE-2005-1688. NOTE: if the typical installation of WordPress does not list any site-specific files to wp-includes, then vector [13] is not an exposure.
CVE:
CVE-2006-0985
Published
2006-03-03
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in the "post comment" functionality of WordPress 2.0.1 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) name, (2) website, and (3) comment parameters.
CVE:
CVE-2006-0733
Published
2006-02-16
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Cross-site scripting (XSS) vulnerability in WordPress 2.0.0 allows remote attackers to inject arbitrary web script or HTML via scriptable attributes such as (1) onfocus and (2) onblur in the "author's website" field. NOTE: followup comments to the researcher's web log suggest that this issue is only exploitable by the same user who injects the XSS, so this might not be a vulnerability
CVE:
CVE-2005-4463
Published
2005-12-21
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress before 1.5.2 allows remote attackers to obtain sensitive information via a direct request to (1) wp-includes/vars.php, (2) wp-content/plugins/hello.php, (3) wp-admin/upgrade-functions.php, (4) wp-admin/edit-form.php, (5) wp-settings.php, and (6) wp-admin/edit-form-comment.php, which leaks the path in an error message related to undefined functions or failed includes. NOTE: the wp-admin/menu-header.php vector is already covered by CVE-2005-2110. NOTE: the vars.php, edit-form.php, wp-settings.php, and edit-form-comment.php vectors were also reported to affect WordPress 2.0.1.
CVE:
CVE-2005-2612
Published
2005-08-17
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Direct code injection vulnerability in WordPress 1.5.1.3 and earlier allows remote attackers to execute arbitrary PHP code via the cache_lastpostdate[server] cookie.
CVE:
CVE-2005-2110
Published
2005-07-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
WordPress 1.5.1.2 and earlier allows remote attackers to obtain sensitive information via (1) a direct request to menu-header.php or a "1" value in the feed parameter to (2) wp-atom.php, (3) wp-rss.php, or (4) wp-rss2.php, which reveal the path in an error message. NOTE: vector [1] was later reported to also affect WordPress 2.0.1.
CVE:
CVE-2005-2109
Published
2005-07-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
wp-login.php in WordPress 1.5.1.2 and earlier allows remote attackers to change the content of the forgotten password e-mail message via the message variable, which is not initialized before use.
CVE:
CVE-2005-2108
Published
2005-07-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in XMLRPC server in WordPress 1.5.1.2 and earlier allows remote attackers to execute arbitrary SQL commands via input that is not filtered in the HTTP_RAW_POST_DATA variable, which stores the data in an XML file.
CVE:
CVE-2005-2107
Published
2005-07-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in post.php in WordPress 1.5.1.2 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) p or (2) comment parameter.
CVE:
CVE-2005-1810
Published
2005-06-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in template-functions-category.php in WordPress 1.5.1 allows remote attackers to execute arbitrary SQL commands via the $cat_ID variable, as demonstrated using the cat parameter to index.php.
CVE:
CVE-2005-1688
Published
2005-05-25
CVSS:
5.3
ShadowTrackr CVSS:
1.7
Summary:
Wordpress 1.5 and earlier allows remote attackers to obtain sensitive information via a direct request to files in (1) wp-content/themes/, (2) wp-includes/, or (3) wp-admin/, which reveal the path in an error message.
CVE:
CVE-2005-1687
Published
2005-05-25
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in wp-trackback.php in Wordpress 1.5 and earlier allows remote attackers to execute arbitrary SQL commands via the tb_id parameter.
CVE:
CVE-2005-1102
Published
2005-04-13
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in template-functions-post.php in WordPress 1.5 and earlier allow remote attackers to execute arbitrary commands via the (1) content or (2) title of the post.
CVE:
CVE-2004-1584
Published
2005-02-20
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
CRLF injection vulnerability in wp-login.php in WordPress 1.2 allows remote attackers to perform HTTP Response Splitting attacks to modify expected HTML content from the server via the text parameter.
CVE:
CVE-2004-1559
Published
2005-02-20
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
Multiple cross-site scripting (XSS) vulnerabilities in Wordpress 1.2 allow remote attackers to inject arbitrary web script or HTML via the (1) redirect_to, text, popupurl, or popuptitle parameters to wp-login.php, (2) redirect_url parameter to admin-header.php, (3) popuptitle, popupurl, content, or post_title parameters to bookmarklet.php, (4) cat_ID parameter to categories.php, (5) s parameter to edit.php, or (6) s or mode parameter to edit-comments.php.
CVE:
CVE-2003-1599
Published
2014-10-27
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
PHP remote file inclusion vulnerability in wp-links/links.all.php in WordPress 0.70 allows remote attackers to execute arbitrary PHP code via a URL in the $abspath variable.
CVE:
CVE-2003-1598
Published
2014-10-01
CVSS:
-
ShadowTrackr CVSS:
0.0
Summary:
SQL injection vulnerability in log.header.php in WordPress 0.7 and earlier allows remote attackers to execute arbitrary SQL commands via the posts variable.