Skip to main content
Mallory
Back to intelligence
detection-content-updateinternet-facing-service-vulnerabilityproof-of-concept-releaseopen-source-dependency-vulnerability

ProjectDiscovery Adds Nuclei Checks for WordPress, Synway, and XSS Flaws

Updated 2mo agoFirst seen Mar 20, 20269 sources

ProjectDiscovery's nuclei-templates repository received several pull requests adding or refining detection logic for newly disclosed web vulnerabilities. Proposed templates covered CVE-2026-0561 for cross-site scripting, CVE-2025-69411 for a high-severity path traversal/local file read in the WordPress plugin ioncube-tester-plus, CVE-2026-1405 for a critical SSRF issue in a WordPress REST API endpoint, and an unauthenticated remote command execution flaw in Synway SMG Gateway via 9-2radius.php. The submissions generally reported validation against vulnerable and patched targets to reduce false positives, with several marked ready for merge pending maintainer review.

The WordPress ioncube-tester-plus template demonstrated file disclosure through loader-wizard.php by abusing the ininame parameter to retrieve /etc/passwd, while the slider-future WordPress template showed SSRF by sending an external image_url to /wp-json/slider-future/v1/upload-image/ and confirming outbound DNS interaction through OAST. The Synway SMG Gateway submission described command injection through the radius_address parameter reaching a system() call, but automated review flagged template quality problems including weak matching logic and missing metadata. Separately, a fix was proposed for the CVE-2025-71243 template after reports of frequent false positives, replacing reflection-based checks with md5-based proof of code execution to improve accuracy.

Share:
ProjectDiscovery Adds Nuclei Checks for WordPress, Synway, and XSS Flaws
Stay ahead

Get ahead of threats like this

Mallory correlates global threat intelligence with your attack surface — know if you’re exposed before adversaries strike.

EVENT TIMELINE

How this story unfolded

10 events from the most recent confirmed update back to the earliest known activity.

10 EVENTS
Apr 15, 20262mo ago

Five WordPress plugin CVE Nuclei templates submitted and refined

A GitHub pull request added five unauthenticated Nuclei templates for WordPress plugin CVEs covering PHP object injection, path traversal, SSRF, and SQL injection. During review, several templates were revised to improve safety and reliability, including converting some checks to version-detection-only, adding stronger path traversal validation, and changing one SQL injection test to a time-based blind technique.

[New Templates] Add 5 WordPress Plugin CVE Templates (Round 3) by eyangfeng88-arch · Pull Request #15915 · projectdiscovery/nuclei-templates · GitHub
Apr 9, 20262mo ago

Nuclei template submitted for CVE-2025-2558 The Wound file-read flaw

A pull request introduced a Nuclei template for CVE-2025-2558 affecting the WordPress theme 'The Wound.' The included validation showed path traversal in force_download.php could retrieve ../../../wp-config.php, exposing WordPress configuration data and authentication salts.

Create CVE-2025-2558.yaml by pussycat0x · Pull Request #15851 · projectdiscovery/nuclei-templates · GitHub
Mar 26, 20262mo ago

Nuclei template submitted for CVE-2025-14437 WordPress log exposure

A pull request proposed a Nuclei template for CVE-2025-14437, targeting public exposure of a WordPress debug log file at /wp-content/wphb-logs/api-debug.log. Validation output showed the log could disclose sensitive Cloudflare credentials, including an X-Auth-Key, X-Auth-Email, and Bearer token, and the submitter said the template was tested against vulnerable and patched setups.

Create CVE-2025-14437.yaml by pussycat0x · Pull Request #15703 · projectdiscovery/nuclei-templates · GitHub
Mar 24, 20263mo ago

Nuclei template submitted for CVE-2025-68043 LottieFiles auth flaw

A pull request proposed a Nuclei template for CVE-2025-68043, a missing authorization vulnerability in the LottieFiles WordPress plugin up to version 3.0.0. The template targeted the unauthenticated /wp-json/lottiefiles/v1/settings/ endpoint and attempted to extract exposed tokens or API keys from the JSON response.

Create CVE-2025-68043.yaml by pussycat0x · Pull Request #15671 · projectdiscovery/nuclei-templates · GitHub
Mar 23, 20263mo ago

Nuclei template submitted for CVE-2026-1405 WordPress SSRF

A pull request added a Nuclei template for CVE-2026-1405, with validation output showing an unauthenticated WordPress REST API endpoint accepting an external image_url and triggering an outbound DNS lookup. The evidence demonstrated SSRF behavior and the issue was marked critical in the scan output.

Automated review flags quality issues in Synway SMG Gateway RCE template

An automated ProjectDiscovery review reported one high-severity and four medium-severity issues in the Synway SMG Gateway RCE template submission. The review cited an ID mismatch, non-English fields, missing metadata, and a weak regex matcher that could increase false positives, and recommended corrective changes before merge.

Synway SMG Gateway RCE detection template proposed

A pull request proposed a Nuclei template for an unauthenticated remote command execution flaw in Synway SMG Gateway through 9-2radius.php, where the radius_address parameter allegedly reached a system() call. The submitter said the template was tested against both vulnerable and patched targets.

Nuclei template submitted for CVE-2025-69411 WordPress file-read flaw

A pull request introduced a Nuclei template for CVE-2025-69411 in the WordPress plugin ioncube-tester-plus. The included proof of concept showed a crafted request to loader-wizard.php retrieving /etc/passwd via path traversal/local file read.

CVE-2025-71243 Nuclei template fix proposed to reduce false positives

A pull request proposed changes to the existing CVE-2025-71243 detection template after the contributor found that SPIP could reflect user input and cause many false positives. The update switched to using md5-based evidence of code execution and reduced repeated http(1) execution to improve accuracy.

Mar 20, 20263mo ago

Nuclei template submitted for CVE-2026-0561 XSS vulnerability

Contributor Sechunt3r opened a pull request to add a Nuclei template for CVE-2026-0561, described as an XSS vulnerability. The submission said the template was validated against both vulnerable and patched targets to confirm true positives and reduce false positives.

SOURCE COVERAGE

Sources

9 references tracked. Mallory keeps watching after this page renders.

9 SOURCESView all
Nuclei Templates Pull RequestsNews
Apr 15, 2026

[New Templates] Add 5 WordPress Plugin CVE Templates (Round 3) by eyangfeng88-arch · Pull Request #15915 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Apr 9, 2026

Create CVE-2025-2558.yaml by pussycat0x · Pull Request #15851 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 26, 2026

Create CVE-2025-14437.yaml by pussycat0x · Pull Request #15703 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 24, 2026

Create CVE-2025-68043.yaml by pussycat0x · Pull Request #15671 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 23, 2026

fix(CVE-2025-71243): many false positives for pages that echo back input by p-l- · Pull Request #15665 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 23, 2026

Create CVE-2025-69411.yaml by pussycat0x · Pull Request #15659 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 23, 2026

Add Synway SMG Gateway 9-2radius.php RCE template by whatyourname12345 · Pull Request #15661 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 23, 2026

Create CVE-2026-1405.yaml by pussycat0x · Pull Request #15662 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
Nuclei Templates Pull RequestsNews
Mar 20, 2026

Add CVE-2026-0561.yaml for XSS Vulnerability by Sechunt3r · Pull Request #15649 · projectdiscovery/nuclei-templates · GitHub

github.com

Open source
The operational view lives in Mallory

See the full picture, correlated to your attack surface.

This page covers what’s public. Mallory adds the parts that aren’t — which of your assets are affected, which threat actors are using it right now, which detections to deploy, and what to do next.
Exposure mapping

Map indicators from this story to your assets and identify affected systems in minutes.

Threat actor evidence

Every observed campaign, victim, and pivot linked to actors named in this story.

Associated malware

Malware, exploits, and IOCs connected to the activity described here.

Detection signatures

YARA, Sigma, and Snort rules deployed to your SIEM as soon as they’re published.

Scheduled alerts

Get matching new stories delivered to your team as they break — not the next morning.

AI threads

Ask questions about this story and take action on the answers.