
Updated POC for Unauth Post Author Email Disclosures WordPress CVE-2023-5561
This repository contains a modified version of the original Proof-of-Concept (PoC) for CVE-2023-5561. The original PoC, which can be found <a href=https://github.com/pog007/CVE-2023-5561-PoC>here, sends a high volume of requests in parallel, which may trigger Web Application Firewalls (WAFs) or cause the server to block the connection due to excessive traffic.
python3 poc.py <target site root url>
This version is useful for conducting responsible security assessments while minimizing the risk of being blocked due to aggressive request patterns.