Security context

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

richfaces/richfaces5
master @ 821bfbd
9
Fixes
0
CVEs
CRITICAL
Peak severity
100.0%
Coverage
Highlights
Reflected XSS: 4 prior fixes. Scrutinize any change in this area.
AddCSVMessageScript.java: most-fixed (1 issue). Treat as high-risk during review.
6 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.

Insecure Deserialization: Critical RCE risk via deserialization of untrusted classes; fixed with a whitelist but any bypass or incomplete class coverage could re-open remote code execution.
Auth Bypass: Privileged album/shelf/image operations lacked proper authorization after annotation removal; multiple entry points (addAlbum, editUser, etc.) require null checks and role assignment.
Reflected XSS: Multiple renderers embed user-controlled message summary/detail without consistent HTML escaping; fixes were applied per-renderer, leaving potential for other output paths to miss escaping.