Security context

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

sushink70/nuclei
dev @ 5347be3
37
Fixes
0
CVEs
HIGH
Peak severity
25.0%
Coverage
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
pkg/js/libs/ldap/ldap.go: most-fixed (3 issues). Treat as high-risk during review.
25 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: The JS require() module loader allowed local file access and reused privileged module caches, breaking sandbox boundaries repeatedly.
Path Traversal: File write operations in the krbforge library lacked proper path containment, enabling arbitrary file writes outside the allowed directory.
Request Smuggling: Raw HTTP request handling has multiple smuggling vectors: uncontrolled Host header injection and newline normalization issues.