Security context

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

kalcaddle/kodbox
main @ d0348cd
20
Fixes
0
CVEs
HIGH
Peak severity
58.8%
Coverage
Highlights
Auth Bypass: 17 prior fixes. Scrutinize any change in this area.
app/controller/explorer/auth.class.php: most-fixed (13 issues). Treat as high-risk during review.
18 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: 13 fixes in this component show a persistent pattern of missing or misordered permission checks on share links, path operations, and cut/copy actions, enabling unauthorized file access or modification.
Auth Bypass: Share endpoints lacked fileCheckDownload permission checks, allowing unauthorized file downloads via crafted share links.
Privilege Escalation / Auth Bypass: Two fixes address role manipulation: one prevents changing the super admin's role, another validates role administrator status instead of trusting roleID input, blocking privilege escalation via crafted role assignments.