Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Log in
Submit
ToolsExploitsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
WP-CVE-2026-87902 — Read-only PHP diagnostic script that checks WordPress version, core checksums, extra PHP files, and known plugin paths for CVE-2026-87902 exposure and compromise indicators. | Kitploit
Tools/GitHubGitHub/svtagan/wp-cve-2026-87902
Defensive ToolsIndicator of Compromise (IOC) ManagementStatic AnalysisVulnerability ScannersVulnerability AnalysisWeb Application ExploitationConfiguration AuditingWeb SecurityMisconfigurationIncident Response
GitHub
51 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
svtagan/wp-cve-2026-87902

WP-CVE-2026-87902

Read-only PHP diagnostic script that checks WordPress version, core checksums, extra PHP files, and known plugin paths for CVE-2026-87902 exposure and compromise indicators.

View Repository
Share

WP CVE-2026-87902 Checker

Русская версия

A single-file, read-only diagnostic checker for WordPress CVE-2026-87902 and several useful compromise indicators.

The script does not modify or delete anything. It checks:

  • the installed WordPress branch and the corresponding patched release (official backports down to WordPress 4.7 are included);
  • active parent/child themes for top-level page-* directories;
  • register_argc_argv, PHP include_path, and whether pearcmd.php is resolvable;
  • WordPress administrator accounts;
  • executable files in uploads and recently modified PHP-like files;
  • several known paths created by WPML, MailPoet, AIOS, Solid/iThemes Security, WP Super Cache, and Wordfence;
  • official WordPress Core checksums with multilingual/localized-package handling;
  • unexpected PHP files in wp-admin, wp-includes, and the WordPress root;
  • WP-Cron hooks (informational).

Usage

  1. Put wp-cve-2026-87902-check.php in the WordPress root next to wp-load.php.

  2. Replace:

    root@kitploit:~
    $ACCESS_KEY = 'CHANGE-ME-TO-A-LONG-RANDOM-STRING';
    

    with a long random string.

  3. Open:

    root@kitploit:~
    https://example.com/wp-cve-2026-87902-check.php?key=YOUR_KEY
    
  4. Save the output and delete the checker from the server.

CLI execution is also supported:

root@kitploit:~
php wp-cve-2026-87902-check.php

Compatibility

The checker itself targets PHP 5.6+ and WordPress 4.7+. It can therefore be used on older WordPress 5.x installations as well.

For multilingual sites, it does not assume that the current site locale is the locale of the installed WordPress Core package. Core checksum verification tries relevant package/site locales and en_US.

Important

This is not a full malware scanner and cannot prove that historical compromise never happened. An INFO label for a known cache/security path only means that the path is normally used by the corresponding plugin; inspect file contents if anything else looks suspicious.

The report contains absolute filesystem paths and administrator usernames/emails. Do not publish raw reports without redacting them.

Official WordPress advisory:
https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp

Download Tool