| 开发者 |
closetechnology
davidperez javiercasares lbonomo alexclassroom robotstxt |
|---|---|
| 更新时间 | 2026年8月23日 15:02 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-3.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/wpvulnerability/ directory. Once uploaded, it will appear in your plugin list.The origin is in the WPVulnerability.com API. The vulnerabilities that appear in this API come from different sources, such as CVEs.
No. Never. Your privacy is very important to us. We do not commercialize with your data.
Vulnerabilities in WordPress Core, Plugins, Themes, PHP, Apache HTTPD, nginx, MariaDB, MySQL, ImageMagick, curl, memcached, Redis, and SQLite are documented.
First of all, peace of mind. Investigate what the vulnerability is and, above all, check that you have the latest version of the compromised element. We actively recommend that you keep all your WordPress and its plugins up to date. Contact your hosting provider to patch non-WordPress vulnerabilities (like web server, databases, and other software).
add_settings_error() was called before the WordPress admin API was loaded).languages/wpvulnerability.pot regenerated with the new strings.languages/wpvulnerability.pot so its source references match the current code. The string set is unchanged (450 strings); all shipped translations were verified against it and remain fully up to date.class_exists( 'WP_Site_Health' ), but core loads that class lazily, after init, where the plugin loads its modules — so the guard always evaluated to false and none of the 13 vulnerability tests ever appeared in Site Health. The filter is now registered unconditionally; below WordPress 5.2 it simply never fires.wpvulnerability-plugins-cache-data timestamp option, so the plugins dataset is fully refreshed afterwards.sanitize_email() on all code paths.json_decode() call when reading the vulnerable-themes count.wp_date() compatibility polyfill no longer fatals on WordPress 4.7–5.3: core calls wp_maybe_decline_date() unconditionally, but that function only exists since 5.4; the call is now availability-guarded.'[]' instead of an empty string when encoding fails, matching the plugins and themes getters.register_uninstall_hook() registration: uninstall.php supersedes it and the registration added a stray autoloaded option row.show_in_rest => false, matching the multisite configuration.wpvulnerability_can_shell_exec()) result is cached per request instead of spawning a process on every call.