Security context

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

IgorDaniel45/nuclei
dev @ 98d264c
26
Fixes
0
CVEs
CRITICAL
Peak severity
37.5%
Coverage
Highlights
Path Traversal: 6 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (3 issues). Treat as high-risk during review.
20 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.

Signature Verification Bypass: Cached template verification based on mtime alone allowed unsigned JavaScript to execute; also signature extraction regex could match anywhere in template.
Sandbox Escape: JS library file operations (CreateTicket, sql.Open allowAllFiles) bypassed sandbox, allowing arbitrary file writes/reads.
Path Traversal: Zip-slip during template extraction and payload file reads allowed arbitrary file access outside template directory.