Security context

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

crmeb/CRMEB
master @ 1f0a61e
2
Fixes
0
CVEs
CRITICAL
Peak severity
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
application/core/behavior/ApiAuthBehavior.php: most-fixed (1 issue). Treat as high-risk during review.
2 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: Missing token validation on API endpoints allows unauthorized actions. The fix introduced robust verification using token and session validation within the core API authentication behavior.
SQL Injection: Vulnerability in global request data handling where unescaped input could reach SQL queries or sensitive database utilities. A global filtering layer using sanitization mechanisms was introduced to neutralize malicious inputs.