Security context

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

MeowwBox/nuclei
master @ 05d6076
5
Fixes
0
CVEs
HIGH
Peak severity
40.0%
Coverage
Highlights
Sandbox Escape: 2 prior fixes. Scrutinize any change in this area.
v2/internal/runner/processor.go: most-fixed (2 issues). Treat as high-risk during review.
3 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: Workflow scripts could import arbitrary Go modules, leading to command execution or sandbox escape. Two separate fixes added allowlists, indicating the initial restriction was incomplete or bypassable.
Path Traversal: Zip extraction of templates allowed writing files outside the intended directory via crafted paths. Fixed by canonicalizing paths and checking prefixes.
File Permission: Debug output files were created with world-writable permissions (os.ModePerm), risking unauthorized local access or tampering.