WPVulnerability

Beschrijving

This plugin integrates with the WPVulnerability API to provide real-time vulnerability assessments for your WordPress core, plugins, themes, PHP version, Apache HTTPD, and nginx. 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.

Data reliability

The information provided by the information database comes from different sources that have been reviewed by third parties. There is no liability of any kind for the information. Act at your own risk.

Using the plugin

WP-CLI

You can use the following WP-CLI commands to manage and check vulnerabilities:

  • wp wpvulnerability core: Lists Core vulnerabilities.
  • wp wpvulnerability plugins: Lists Plugins vulnerabilities.
  • wp wpvulnerability themes: Lists Themes vulnerabilities.
  • wp wpvulnerability php: Lists PHP vulnerabilities.
  • wp wpvulnerability apache: Lists Apache HTTPD vulnerabilities.
  • wp wpvulnerability nginx: Lists nginx 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.

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' );<h3>Compatibility</h3>

* WordPress: 4.1 – 6.7
* PHP: 5.6 – 8.3
* WP-CLI: 2.3.0 – 2.10.0

Security

This plugin adheres to the following security measures and review protocols for each version:

Privacy

  • This plugin or the WordPress Vulnerability Database API does not collect any information about your site, your identity, the plugins, themes or content the site has.

Vulnerabilities

  • No vulnerabilities have been published up to version 3.3.1.

Found a security vulnerability? Please report it to us privately at the WPVulnerability GitHub repository.

Contributors

You can contribute to this plugin at the WPVulnerability GitHub repository.

Schermafbeeldingen

  • WP-Admin Dashboard widget.
  • Vulnerability list at Site Health.
  • Vulnerability list at Plugins list.

Installatie

Automatic download

Visit the plugin section in your WordPress, search for [wpvulnerability]; download and install the plugin.

Manual download

Extract the contents of the ZIP and upload the contents to the /wp-content/plugins/wpvulnerability/ directory. Once uploaded, it will appear in your plugin list.

FAQ

Where does the vulnerability information come from?

The origin is in the WPVulnerability.com API. The vulnerabilities that appear in this API come from different sources, such as CVEs.

Is data from my site sent anywhere?

No. Never. Your privacy is very important to us. We do not commercialize with your data.

What vulnerabilities will I find?

Vulnerabilities in WordPress Core, Plugins, Themes, PHP, Apache HTTPD, and nginx are documented.

What do I do if my site has a vulnerability?

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.

Beoordelingen

17 april 2024
Vulnerabilities are listed into your plugins list.You should also being able to receive an automatic email too. It doesn’t work on my system, but email test yes.So awesome plugin anyway!
8 april 2024 1 reactie
Exactly what I was looking for ! On the roadmap, it would be nice if : we can chose if we want to receive an email OR not (I may use it as a vuln reminder on the dashboard, as I have other plugins already keeping me informed) we can chose what will be in the email – php or not for exemple (it seems that it is planned, thanks) only receive an email if one the vuln is considered high risk etc.
21 februari 2024
This plugin alerts you about known vulnerabilities in your WordPress core, plugins, themes, and even PHP, so you can take action in a timely manner. If you don’t have this plugin on your site already, you absolutely need it!
4 februari 2024
Este plugin es de los primeros que instalo en cada proyecto que ejecuto. Tanto para proyectos desde cero y con mucha más razón para corrección de fallos en proyectos iniciados.
26 januari 2024
Sin duda alguna, es el plugin que te ayuda estar informado de vulnerabilidades. Uno de los plugins que instalo por defecto en cuanto empiezo una web.
Lees alle 18 beoordelingen

Bijdragers & ontwikkelaars

“WPVulnerability” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“WPVulnerability” is vertaald in 13 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “WPVulnerability” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

[3.3.1] – 2024-08-02

Fixed

  • Delete the wp_is_rest_endpoint check. Does not need it.

Compatibility

  • WordPress: 4.1 – 6.7
  • PHP: 5.6 – 8.3
  • WP-CLI: 2.3.0 – 2.10.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.0] – 2024-08-02

Added

  • Ability to exclude of vulnerability types at a global level.
  • WP-CLI commands formats (–format=[table,json]).
  • REST API endpoints (requires Application Password).

Changed

  • README file.

Compatibility

  • WordPress: 4.1 – 6.7
  • PHP: 5.6 – 8.3
  • WP-CLI: 2.3.0 – 2.10.0

Tests

  • PHP Coding Standards: 3.10.2
  • WordPress Coding Standards: 3.1.0
  • Plugin Check (PCP): 1.0.2
  • SonarCloud Code Review

[3.2.2] – 2024-07-27

Added

  • Ability to configure a different From: email address for sending vulnerability notifications via wp-config.php.

Changed

  • The URL for the website now uses its own domain name.
  • Dashboard visibility is restricted to users with specific capabilities, similar to Site Health.

Fixed

  • Various minor fixes to prevent warnings and potential errors due to misconfigured WordPress setups.
  • Allow loading of some necessary libraries.

Compatibility

  • WordPress: 4.1 – 6.6
  • PHP: 5.6 – 8.3
  • WP-CLI: 2.3.0 – 2.10.0

Tests

  • 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.