Security context

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

Gh0stlyKn1ght/nuclei
master @ 911c230
32
Fixes
0
CVEs
CRITICAL
Peak severity
48.3%
Coverage
Highlights
Sandbox Escape: 8 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (2 issues). Treat as high-risk during review.
24 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 sandbox escapes were fixed across JS require(), workflow script imports, headless Chrome, and payload file loading, indicating the sandbox boundary is inconsistently enforced across template execution paths.
SSRF: SSRF fixes in JS HTTP and LDAP clients show that network policy enforcement was initially missing in these libraries, allowing connections to restricted networks.
Signature Bypass: Signature verification was bypassed by accepting signatures not at the end of the file and by not re-verifying cached templates, allowing unsigned JavaScript execution.