Security context

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

horde/base
FRAMEWORK_6_0 @ 1b16603
29
Fixes
0
CVEs
CRITICAL
Peak severity
50.0%
Coverage
Highlights
Reflected XSS: 8 prior fixes. Scrutinize any change in this area.
login.php: most-fixed (5 issues). Treat as high-risk during review.
11 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 admin and AJAX entry points lacked or inconsistently enforced authentication/permission checks, allowing unauthorized access to administrative functions and actions.
Reflected XSS: User-controlled data (usernames, colors, labels, group names, tag names, full names) is repeatedly echoed without HTML encoding across login, sidebar, admin, portal, and cloud block views.
Information Disclosure: Sensitive data (password values, JWT claims, system configuration) is exposed via pre-filled forms, JWT payloads, and a default-enabled test script.