From 5b30d8d0e8c92ad5d7bac94c3bc133e74ea436b6 Mon Sep 17 00:00:00 2001 From: pi Date: Wed, 12 Aug 2026 04:45:29 +1200 Subject: [PATCH] fix(docs): missing article proof of concept in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c682c4c..ca0643d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Overview -Proof-of-concept for the wp2shell vulnerability chain affecting WordPress Core, combining CVE-2026-63030 and CVE-2026-60137. The project demonstrates the interaction between the REST API Batch route confusion vulnerability and a WP_Query SQL injection, resulting in an unauthenticated path to full WordPress compromise and remote code execution (RCE). +A proof-of-concept for the wp2shell vulnerability chain affecting WordPress Core, combining CVE-2026-63030 and CVE-2026-60137. The project demonstrates the interaction between the REST API Batch route confusion vulnerability and a WP_Query SQL injection, resulting in an unauthenticated path to full WordPress compromise and remote code execution (RCE). **Read the full advisory [here](https://wp2shell.com/)**