Security context

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

mikopbx/Core
develop @ 7c11fb3
101
Fixes
0
CVEs
CRITICAL
Peak severity
79.4%
Coverage
Highlights
Auth Bypass: 21 prior fixes. Scrutinize any change in this area.
src/AdminCabinet/Plugins/SecurityPlugin.php: most-fixed (5 issues). Treat as high-risk during review.
69 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.

Auth Bypass: Multiple critical bypasses in authentication middleware, admin plugin, and JWT secret generation; any residual gap allows unauthenticated admin access.
Path Traversal: Many fixes confine user-controlled paths to specific directories; sibling endpoints (playback, download, upload) may miss realpath/prefix checks.
Command Injection: Multiple shell interpolation sinks across network, firewall, and upgrade actions; incomplete escaping or validation leads to RCE.