Security context

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

vladmandic/sdnext
master @ 6dbaa09
15
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Path Traversal: 8 prior fixes. Scrutinize any change in this area.
modules/images.py: most-fixed (2 issues). Treat as high-risk during review.
7 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.

Path Traversal: The application implemented an arbitrary file upload capability without validating the target paths, allowing attackers to write files outside of the target storage directory using path-traversal payloads.
Auth Bypass: Strict access control and authorization checks were missing or inconsistently applied to subpaths inside the API router middleware, allowing unauthenticated requests to reach backend components.
Path Traversal: Filename pattern generation, including datetime replacement parsing, failed to restrict output paths, allowing arbitrary directory writing when building final paths under specific UI configurations.