wp-plugin-cve-hunt

Identify and validate exploitable WordPress plugin CVEs via multi-source version extraction.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill wp-plugin-cve-hunt-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-plugin-cve-hunt
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/redteam/wp-plugin-cve-hunt
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill wp-plugin-cve-hunt-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, jq.

What problem does it solve?

This skill solves the challenge of identifying and validating exploitable vulnerabilities in WordPress plugins by moving beyond simple version checks to a deep, multi-source research and verification process.

Core Features & Use Cases

  • Multi-Source Version Extraction: Gathers version data from readme files, PHP headers, asset paths, and REST API namespaces to ensure accuracy.
  • CVE Cross-Referencing: Aggregates intelligence from WPScan, Patchstack, NVD, and HackerOne to identify known vulnerabilities.
  • Manual PoC Validation: Provides a structured workflow to verify if a vulnerability is actually exploitable on a target, reducing false positives.

Quick Start

Use the wp-plugin-cve-hunt skill to perform a comprehensive vulnerability assessment on the target domain example.com by identifying installed plugins and cross-referencing their versions against known CVE databases.

Frequently Asked Questions about wp-plugin-cve-hunt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find exploitable WordPress plugin vulnerabilities during a pentest?

Finding exploitable WordPress plugin vulnerabilities involves gathering plugin versions from multiple sources like readme files, PHP headers, and REST API namespaces, then cross-referencing them against CVE databases to validate actual exploitability on the target.

Why does my WordPress vulnerability scanner report false positives for plugin CVEs?

WordPress vulnerability scanners often report false positives because they rely on simple version checks rather than multi-source version extraction and manual PoC validation. By aggregating intelligence from WPScan, Patchstack, NVD, and HackerOne, and verifying exploitation manually, you can significantly reduce inaccurate vulnerability reporting.

What is the best way to check WordPress plugin versions for known CVEs?

The best way to check WordPress plugin versions for known CVEs is to extract version data from multiple sources, including readme files, PHP headers, asset paths, and REST API namespaces, ensuring accuracy before cross-referencing the results against vulnerability intelligence databases like NVD and Patchstack.

Do I need curl and python3 to perform WordPress plugin CVE hunting?

Yes, you need curl, python3, and jq installed to perform WordPress plugin CVE hunting. These dependencies are required to query vulnerability intelligence APIs, parse JSON responses, and execute the version comparison and proof-of-concept generation logic during the security assessment.

Can I use this approach for bug bounty hunting on WordPress sites?

Yes, you can use this multi-source version extraction and CVE cross-referencing approach for bug bounty hunting on WordPress sites. It applies to offensive security engagements by identifying installed plugins, comparing versions against Patchstack and HackerOne data, and validating actual exploitability.

What databases should I cross-reference when hunting WordPress plugin exploits?

When hunting WordPress plugin exploits, you should cross-reference plugin versions against WPScan, Patchstack, NVD, and HackerOne. Aggregating vulnerability intelligence from these multiple databases ensures comprehensive coverage of known CVEs and provides a structured workflow for manual PoC validation.