Highlights
Auth Bypass: 6 prior fixes. Scrutinize any change in this area.
application/api/connector/routes.py: most-fixed (2 issues). Treat as high-risk during review.
17 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.
Code Execution: The application parsed remote Reddit loader inputs utilizing the unsafe python 'eval' function, permitting arbitrary shell execution. Additionally, MCP test behaviors have historically led to RCE (CVE-2026-26015).
SSRF: User-defined URLs, such as custom model base URLs or dynamic API/MCP tool addresses, could be leveraged to target internal networks or private metadata services if not strictly validated.
Auth Bypass: Admin routes and user conversation endpoints lacked server-side route decorators, session token validation, and ownership verification, allowing unauthorized data deletion or privilege escalation.