説明
This plugin integrates with the WPVulnerability API to provide real-time vulnerability assessments for your WordPress core, plugins, themes, PHP version, Apache HTTPD, nginx, MariaDB, and MySQL. It delivers detailed reports directly within your WordPress dashboard, helping you stay aware of potential security risks. Configure the plugin to send periodic notifications about your site’s security status, ensuring you remain informed without being overwhelmed. Designed for ease of use, it supports proactive security measures without storing or retrieving any personal data from your site.
データの信頼性
データベースが提供する情報は、サードパーティによってレビューされたさまざまな情報から取得したものです。情報については、いかなる種類の責任も負いません。自己責任で行動してください。
Using the plugin
WP-CLI
You can use the following WP-CLI commands to manage and check vulnerabilities:
wp wpvulnerability core
: Displays Core vulnerabilities.wp wpvulnerability plugins
: Displays Plugins vulnerabilities.wp wpvulnerability themes
: Displays Themes vulnerabilities.wp wpvulnerability php
: Displays PHP vulnerabilities.wp wpvulnerability apache
: Displays Apache HTTPD vulnerabilities.wp wpvulnerability nginx
: Displays nginx vulnerabilities.wp wpvulnerability mariadb
: Displays MariaDB vulnerabilities.wp wpvulnerability mysql
: Displays MySQL vulnerabilities.
All commands support the --format
option to specify the output format:
--format=table
: Displays the results in a table format (default).--format=json
: Displays the results in JSON format.
Need help?
wp wpvulnerability --help
: Displays help information for WPVulnerability commands.wp wpvulnerability [command] --help
: Displays help information for a WPVulnerability command.
REST API
The WPVulnerability plugin provides several REST API endpoints to fetch vulnerability information for different components of your WordPress site.
/wpvulnerability/v1/core
: Fetches Core vulnerabilities./wpvulnerability/v1/plugins
: Fetches Plugins vulnerabilities./wpvulnerability/v1/themes
: Fetches Themes vulnerabilities./wpvulnerability/v1/php
: Fetches PHP vulnerabilities./wpvulnerability/v1/apache
: Fetches Apache HTTPD vulnerabilities./wpvulnerability/v1/nginx
: Fetches nginx vulnerabilities./wpvulnerability/v1/mariadb
: Fetches nginx vulnerabilities./wpvulnerability/v1/mysql
: Fetches nginx vulnerabilities.
Authentication
The WPVulnerability REST API uses Application Passwords for authentication. You need to include a valid Application Password in the Authorization header of your requests.
Example Request with Authentication
curl -X GET https://example.com/wp-json/wpvulnerability/v1/plugins -u username:application_password
Replace username with your WordPress username
and application_password
with your Application Password.
Extra Configurations
“From:” mail (since: 3.2.2)
If, for some reason, you need the emails sent by the plugin to have a From different from the site administrator, you can change it from the wp-config.php
by adding a constant:
define( 'WPVULNERABILITY_MAIL', 'sender@example.com' );
If the constant is active, it will be visible in the configuration screen.
Compatibility
- WordPress: 4.1 – 6.7
- PHP: 5.6 – 8.3
- WP-CLI: 2.3.0 – 2.11.0
Security
This plugin adheres to the following security measures and review protocols for each version:
- WordPress Plugin Handbook
- WordPress Plugin Security
- WordPress APIs Security
- WordPress Coding Standards
- Plugin Check (PCP)
- SonarCloud Code Review
Privacy
- このプラグインおよび WordPress Vulnerability Database API は、サイト、ユーザー、プラグイン、テーマ、コンテンツに関する情報を収集しません。
Vulnerabilities
- No vulnerabilities have been published up to version 3.4.1.
Found a security vulnerability? Please report it to us privately at the WPVulnerability GitHub repository.
Contributors
このプラグインは、WPVulnerability GitHub リポジトリで貢献することができます。
スクリーンショット
インストール
自動ダウンロード
WordPress のプラグインセクションにアクセスし、[wpvulnerability] を検索して、プラグインをダウンロードしインストールしてください。
手動ダウンロード
ZIP を解凍し、/wp-content/plugins/wpvulnerability/
ディレクトリにアップロードします。 アップロードするとプラグインリストに表示されます。
FAQ
-
脆弱性情報はどこから取得していますか ?
-
WPVulnerability.com API を元にしています。この API に表示される脆弱性は、CVEs などのさまざまなソースから取得しています。
-
サイトのデータはどこかに送信されますか ?
-
いいえ、送信されません。ユーザーのプライバシーは私たちにとって非常に重要です。私たちはユーザーのデータを商品化しません。
-
どのような脆弱性を見つけますか ?
-
Vulnerabilities in WordPress Core, Plugins, Themes, PHP, Apache HTTPD, and nginx are documented.
-
サイトに脆弱性がある場合、どうすればいいのでしょうか ?
-
まずは落ち着くことです。脆弱性が何であるかを調査し何よりも侵害された要素の最新バージョンを使用していることを確認してください。すべての WordPress とそのプラグインを最新の状態に保つことを強くお勧めします。
評価
貢献者と開発者
WPVulnerability はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
[3.4.1] – 2024-08-23
Fixed
- The number of vulnerabilities for core is incorrect.
Compatibility
- WordPress: 4.1 – 6.7
- PHP: 5.6 – 8.3
- WP-CLI: 2.3.0 – 2.11.0
Tests
- PHP Coding Standards: 3.10.2
- WordPress Coding Standards: 3.1.0
- Plugin Check (PCP): 1.0.2
- SonarCloud Code Review
[3.4.0] – 2024-08-16
Added
- New checks for MariaDB vulnerabilities.
- New checks for MySQL vulnerabilities.
- WPVulnerability statistics in the configuration page.
- WPVulnerability contributors in the configuration page.
Changed
- Code improvement.
- Better UI for the configuration page.
- Web server version detection improved.
Fixed
- Get the statistics information the right way.
Compatibility
- WordPress: 4.1 – 6.7
- PHP: 5.6 – 8.3
- WP-CLI: 2.3.0 – 2.11.0
Tests
- PHP Coding Standards: 3.10.2
- WordPress Coding Standards: 3.1.0
- Plugin Check (PCP): 1.0.2
- SonarCloud Code Review
[3.3.5] – 2024-08-14
Added
- Add counters for Core, Plugins, and Themes.
- Add a Vulnerabilities filter in the Plugin list (WordPress and WordPress Multisite).
- Add a Vulnerabilities filter in the Themes list (WordPress Multisite).
Compatibility
- WordPress: 4.1 – 6.7
- PHP: 5.6 – 8.3
- WP-CLI: 2.3.0 – 2.11.0
Tests
- PHP Coding Standards: 3.10.2
- WordPress Coding Standards: 3.1.0
- Plugin Check (PCP): 1.0.2
- SonarCloud Code Review
Previous versions
If you want to see the full changelog, visit the changelog.txt file.