Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

DevamShah/nuclei
dev @ 323df47
21
Fixes
0
CVEs
CRITICAL
Peak severity
21.1%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (2 issues). Treat as high-risk during review.
17 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Sandbox Escape: Multiple critical sandbox escapes via JS require() and code execution sandbox, allowing file read and command execution when LFA is disabled.
Code Execution / Command Injection: Untrusted templates (AI-generated, unsigned, workflow code) can execute arbitrary commands; guards on unsigned and code flags are inconsistently applied.
Local File Read / Arbitrary File Access: Local file disclosure via MySQL DSN allowAllFiles and headless file:// scheme, both gated by -lfa flag but in separate components.