Security context

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

phpmyadmin/phpmyadmin
master @ a99465c
221
Fixes
0
CVEs
CRITICAL
Peak severity
33.3%
Coverage
Highlights
Reflected XSS: 65 prior fixes. Scrutinize any change in this area.
libraries/plugins/auth/AuthenticationCookie.php: most-fixed (15 issues). Treat as high-risk during review.
139 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.

Reflected XSS: Dominant vulnerability class with 65 fixes, indicating pervasive lack of output encoding across many contexts (HTML, JS, attributes).
SQL Injection: 24 fixes, many critical, centered on privilege management and query building. Recurring issue: improper escaping (escapeString vs quoteString) and wildcard handling.
Auth Bypass: 19+ fixes in cookie authentication, including MAC validation, IV handling, and credential source restrictions. High risk of regressions in this complex component.