
Vulnerability detection scripts for the n8n product.
Automated Nuclei templates for detecting n8n vulnerabilities.
Created by @rxerium
Automated CVE detection templates for n8n Workflow Automation, with daily monitoring and template generation from GitHub Advisories, ProjectDiscovery, and NVD.
Statistics: 3 CVEs (2023) + 10 CVEs (2025) = 13 templates
# Scan a single target
nuclei -t 2025/CVE-2025-58360.yaml -u https://target.com
# Scan with all templates
nuclei -t 2023/ -t 2025/ -u https://target.com
# Scan multiple targets
nuclei -t 2025/ -l targets.txt
Requirements: Nuclei v3.0.0+
Templates extract n8n version from the sentry config meta tag at /signin, decode it, and match against vulnerable version ranges using DSL matchers.
shodan-query: http.favicon.hash:-831756631
GitHub Actions runs daily at 6 AM UTC to:
See automation/README.md for details.
For legitimate security testing and research only. Always obtain proper authorization before scanning.
MIT License - see LICENSE