CVE-2026-71850: Hono: `memo()` retains SSR output across requests, leading to cross-user data disclosure
memo() from hono/jsx retains the result of a server-side render and reuses it for later renders with comparator-equal props. Request-scoped values read inside the component take no part in that comparison, so a response can contain HTML rendered for another user’s request.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-71850 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →