Highlights
Auth Bypass: 10 prior fixes. Scrutinize any change in this area.
apps/memos-local-openclaw/index.ts: most-fixed (2 issues). Treat as high-risk during review.
13 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: The SQLite storage abstraction layer and its associated tools failed to validate requesting agent identities or apply proper ownership filters during memory and task querying, allowing unauthorized cross-agent access.
SQL Injection: Graph database adapters dynamically concatenate field names and user-supplied strings directly into Cypher/SQL queries without appropriate regex sanitization or escaping, facilitating arbitrary database exploitation.