Security context

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

adobe/aem-core-wcm-components
main @ fb75d86
5
Fixes
0
CVEs
MEDIUM
Peak severity
25.0%
Coverage
Highlights
DOM-based XSS: 2 prior fixes. Scrutinize any change in this area.
MockVCFServlet: most-fixed (1 issue). Treat as high-risk during review.
0 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.

DOM-based XSS: Unsafe resolution of search result URLs to 'href' attributes allows execution of arbitrary scripts via dangerous URI schemes like javascript:.
Reflected XSS: Unescaped request parameters reflected directly in servlet responses allow XSS attacks via test harnesses or servlets left active.
Path Traversal: Constructing AJAX request paths using unvalidated component or page paths can allow attackers to traverse directories and read or access unintended JCR resources.