{"id":15654816,"url":"https://github.com/javiercasares/wpvulnerability","last_synced_at":"2025-06-13T18:07:04.256Z","repository":{"id":38823076,"uuid":"482355660","full_name":"javiercasares/wpvulnerability","owner":"javiercasares","description":"Plugin WPVulnerability for WordPress. https://wordpress.org/plugins/wpvulnerability/","archived":false,"fork":false,"pushed_at":"2025-04-07T14:24:58.000Z","size":1589,"stargazers_count":29,"open_issues_count":11,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T15:28:52.411Z","etag":null,"topics":["php","security","vulnerability","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javiercasares.png","metadata":{"files":{"readme":"readme.txt","changelog":"changelog.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-16T20:35:07.000Z","updated_at":"2025-04-07T14:22:38.000Z","dependencies_parsed_at":"2023-02-16T06:45:30.626Z","dependency_job_id":"4a5d067e-13e1-44cc-897a-82d1df7ac062","html_url":"https://github.com/javiercasares/wpvulnerability","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercasares%2Fwpvulnerability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercasares%2Fwpvulnerability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercasares%2Fwpvulnerability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javiercasares%2Fwpvulnerability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javiercasares","download_url":"https://codeload.github.com/javiercasares/wpvulnerability/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248883201,"owners_count":21177175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","security","vulnerability","wordpress","wordpress-plugin"],"created_at":"2024-10-03T12:54:20.372Z","updated_at":"2025-04-14T12:42:39.244Z","avatar_url":"https://github.com/javiercasares.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== WPVulnerability ===\nContributors: javiercasares, davidperez, lbonomo, alexclassroom\nTags: security, vulnerability, site-health\nRequires at least: 4.1\nTested up to: 6.8\nStable tag: 4.0.4\nRequires PHP: 5.6\nVersion: 4.0.4\nLicense: GPL-2.0-or-later\nLicense URI: https://spdx.org/licenses/GPL-2.0-or-later.html\n\nGet WordPress vulnerability alerts from the [WPVulnerability Database API](https://www.wpvulnerability.com/).\n\n== Description ==\n\nThis plugin integrates with the WPVulnerability API to provide real-time vulnerability assessments for your WordPress core, plugins, themes, PHP version, Apache HTTPD, nginx, MariaDB, MySQL, ImageMagick, curl, memcached, Redis, and SQLite.\n\nIt 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.\n\n= Data reliability =\n\nThe 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.\n\n== Using the plugin ==\n\n= WP-CLI =\n\nYou can use the following WP-CLI commands to manage and check vulnerabilities:\n\n* Core: `wp wpvulnerability core`\n* Plugins: `wp wpvulnerability plugins`\n* Themes: `wp wpvulnerability themes`\n* PHP: `wp wpvulnerability php`\n* Apache HTTPD: `wp wpvulnerability apache`\n* nginx: `wp wpvulnerability nginx`\n* MariaDB: `wp wpvulnerability mariadb`\n* MySQL: `wp wpvulnerability mysql`\n* ImageMagick: `wp wpvulnerability imagemagick`\n* curl: `wp wpvulnerability curl`\n* memcached: `wp wpvulnerability memcached`\n* Redis: `wp wpvulnerability redis`\n* SQLite: `wp wpvulnerability sqlite`\n\nAll commands support the `--format` option to specify the output format:\n\n* `--format=table`: Displays the results in a table format (default).\n* `--format=json`: Displays the results in JSON format.\n\nNeed help?\n\n* `wp wpvulnerability --help`: Displays help information for WPVulnerability commands.\n* `wp wpvulnerability [command] --help`: Displays help information for a WPVulnerability command.\n\n= REST API =\n\nThe WPVulnerability plugin provides several **REST API endpoints** to fetch vulnerability information for different components of your WordPress site.\n\n* Core: `/wpvulnerability/v1/core`\n* Plugins: `/wpvulnerability/v1/plugins`\n* Themes: `/wpvulnerability/v1/themes`\n* PHP: `/wpvulnerability/v1/php`\n* Apache HTTPD: `/wpvulnerability/v1/apache`\n* nginx: `/wpvulnerability/v1/nginx`\n* MariaDB: `/wpvulnerability/v1/mariadb`\n* MySQL: `/wpvulnerability/v1/mysql`\n* ImageMagick: `/wpvulnerability/v1/imagemagick`\n* curl: `/wpvulnerability/v1/curl`\n* memcached: `/wpvulnerability/v1/memcached`\n* Redis: `/wpvulnerability/v1/redis`\n* SQLite: `/wpvulnerability/v1/sqlite`\n\nThe WPVulnerability REST API uses **Application Passwords** for authentication. You need to include a valid Application Password in the Authorization header of your requests.\n\nExample Request with Authentication\n\n`curl -X GET https://example.com/wp-json/wpvulnerability/v1/plugins -u username:application_password`\n\nReplace username with your WordPress `username` and `application_password` with your [Application Password](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/).\n\n== Extra Configurations ==\n\n= \"From:\" mail (since: 3.2.2) =\n\nIf, 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:\n\n`define( 'WPVULNERABILITY_MAIL', 'sender@example.com' );`\n\nIf the constant is active, it will be visible in the configuration screen.\n\n== Installation ==\n\n= Automatic download =\n\nVisit the plugin section in your WordPress, search for [wpvulnerability]; download and install the plugin.\n\n= Manual download =\n\nExtract 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.\n\n== Frequently Asked Questions ==\n\n= Where does the vulnerability information come from? =\n\nThe origin is in the WPVulnerability.com API. The vulnerabilities that appear in this API come from different sources, such as CVEs.\n\n= Is data from my site sent anywhere? =\n\nNo. Never. Your privacy is very important to us. We do not commercialize with your data.\n\n= What vulnerabilities will I find? =\n\nVulnerabilities in WordPress Core, Plugins, Themes, PHP, Apache HTTPD, nginx, MariaDB, MySQL, ImageMagick, curl, memcached, Redis, and SQLite are documented.\n\n= What do I do if my site has a vulnerability? =\n\nFirst 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).\n\n== Screenshots ==\n\n1. WP-Admin Dashboard widget.\n2. Vulnerability list at Plugins list.\n3. Vulnerability list at Site Health.\n\n== Compatibility ==\n\n* WordPress: 4.1 - 6.8\n* PHP: 5.6 - 8.4\n* WP-CLI: 2.3.0 - 2.11.0\n\n== Changelog ==\n\n= [4.0.4] - 2025-04-07 =\n\n**Added**\n\n* Extra sanitizations.\n\n**Changed**\n\n* Translation improvements.\n\n**Fixed**\n\n* Plugin and translation load.\n\n**Compatibility**\n\n* WordPress: 4.1 - 6.8\n* PHP: 5.6 - 8.4\n* WP-CLI: 2.3.0 - 2.11.0\n\n**Tests**\n\n* PHP Coding Standards: 3.12.1\n* WordPress Coding Standards: 3.1.0\n* Plugin Check (PCP): 1.4.0\n* SonarCloud Code Review\n\n= [4.0.3] - 2024-10-28 =\n\n* Recreation of the 4.0.2 version. Something did not created the 4.0.2 version.\n\n= [4.0.2] - 2024-10-25 =\n\n**Fixed**\n\n* ImageMagick: it crashes in some cases where the hosting does not have ImageMagick.\n\n**Compatibility**\n\n* WordPress: 4.1 - 6.7\n* PHP: 5.6 - 8.4\n* WP-CLI: 2.3.0 - 2.11.0\n\n**Tests**\n\n* PHP Coding Standards: 3.10.3\n* WordPress Coding Standards: 3.1.0\n* Plugin Check (PCP): 1.1.0\n* SonarCloud Code Review\n\n= [4.0.1] - 2024-10-04 =\n\n**Fixed**\n\n* API endpoints: some API endpoints were failing.\n* CLI endpoints: some CLI endpoints were failing.\n\n**Compatibility**\n\n* WordPress: 4.1 - 6.7\n* PHP: 5.6 - 8.4\n* WP-CLI: 2.3.0 - 2.11.0\n\n**Tests**\n\n* PHP Coding Standards: 3.10.3\n* WordPress Coding Standards: 3.1.0\n* Plugin Check (PCP): 1.1.0\n* SonarCloud Code Review\n\n= [4.0.0] - 2024-10-01 =\n\n**Added**\n\n* ImageMagic vulnerabilities (Site Health + WP-CLI + API + mail).\n* curl vulnerabilities (Site Health + WP-CLI + API + mail).\n* memcached vulnerabilities (Site Health + WP-CLI + API + mail).\n* Redis vulnerabilities (Site Health + WP-CLI + API + mail).\n* SQLite vulnerabilities (Site Health + WP-CLI + API + mail).\n\n**Fixed**\n\n* Test email without email.\n* Improved MariaDB 11.x detection.\n* Improved versions detection (major-minor.patch-build).\n* WordPress \u003c 5.3: use of wp_date().\n* WordPress \u003c 5.0: locale detection.\n* Dashboard widget only for users with capabilities.\n* WordPress \u003c 5.2: link to Site Health\n\n**Changed**\n\n* Big refactory.\n* Less files, less size, improved code quality.\n\n**Compatibility**\n\n* WordPress: 4.1 - 6.7\n* PHP: 5.6 - 8.4\n* WP-CLI: 2.3.0 - 2.11.0\n\n**Tests**\n\n* Manual Testing:\n  * WordPress 6.7 / PHP 8.4\n  * WordPress 6.6 / PHP 8.3\n  * WordPress 6.4 / PHP 8.2\n  * WordPress 6.1 / PHP 8.1\n  * WordPress 5.8 / PHP 8.0\n  * WordPress 5.5 / PHP 7.4\n  * WordPress 5.3 / PHP 7.3\n  * WordPress 4.9 / PHP 7.2\n  * WordPress 4.8 / PHP 7.1\n  * WordPress 4.6 / PHP 7.0\n  * WordPress 4.1 / PHP 5.6\n* PHP Coding Standards: 3.10.3\n* WordPress Coding Standards: 3.1.0\n* Plugin Check (PCP): 1.1.0\n* SonarCloud Code Review\n\n= Previous versions =\n\nIf you want to see the full changelog, visit the [changelog.txt](https://plugins.trac.wordpress.org/browser/wpvulnerability/trunk/changelog.txt) file.\n\n== Security ==\n\nThis plugin adheres to the following security measures and review protocols for each version:\n\n* [WordPress Plugin Handbook](https://developer.wordpress.org/plugins/)\n* [WordPress Plugin Security](https://developer.wordpress.org/plugins/wordpress-org/plugin-security/)\n* [WordPress APIs Security](https://developer.wordpress.org/apis/security/)\n* [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards)\n* [Plugin Check (PCP)](https://wordpress.org/plugins/plugin-check/)\n* [SonarCloud Code Review](https://www.sonarsource.com/products/sonarcloud/)\n\n== Privacy ==\n\n* 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.\n\n== Vulnerabilities ==\n\n* No vulnerabilities have been published up to version 4.0.4.\n\nFound a security vulnerability? Please report it to us privately at the [WPVulnerability GitHub repository](https://github.com/javiercasares/wpvulnerability/security/advisories/new).\n\n== Contributors ==\n\nYou can contribute to this plugin at the [WPVulnerability GitHub repository](https://github.com/javiercasares/wpvulnerability).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviercasares%2Fwpvulnerability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaviercasares%2Fwpvulnerability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviercasares%2Fwpvulnerability/lists"}