Security context

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

pimcore/pimcore
2026.x @ d70baee
271
Fixes
0
CVEs
CRITICAL
Peak severity
28.9%
Coverage
Highlights
Auth Bypass: 98 prior fixes. Scrutinize any change in this area.
bundles/AdminBundle/Controller/Admin/DataObject/DataObjectController.php: most-fixed (7 issues). Treat as high-risk during review.
195 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: The largest and most frequently patched class; missing or incorrectly ordered permission checks allowed unauthorized access to data and actions.
SQL Injection: Recurring SQL injection from unquoted identifiers, IN-clauses, and dynamic conditions; multiple critical fixes across model and controller layers.
PHP Object Injection / Insecure Deserialization: Permissive unserialize() allowed arbitrary class instantiation; multiple fixes restricted allowed_classes or replaced with JSON.