The Lab · 2026-03-29 23:26:54 · GitHub Issues
A critical security vulnerability has been identified in an Angular-based web application, where sensitive user session data is being stored in the browser's localStorage. This implementation flaw, located in the `error.interceptor.ts` file, directly exposes authentication tokens or user identities to any JavaScript co...
The Lab · 2026-03-31 01:27:06 · GitHub Issues
A critical security vulnerability in the Memoire application exposes user authentication tokens to theft, enabling complete account takeover. The flaw stems from storing sensitive JSON Web Tokens (JWT) in the browser's `localStorage`, a location accessible to any JavaScript code running on the page. This design choice ...
The Lab · 2026-04-05 18:27:03 · GitHub Issues
A critical security flaw in the Tollab application's state management system exposes users to potential app crashes and data injection. The vulnerability resides in the `loadProfileIntoAppStore()` function within `src/services/store-persistence.ts`. This function retrieves per-profile UI state from the browser's localS...
The Lab · 2026-04-22 12:27:28 · GitHub Issues
A critical security concern has been raised in the Nester decentralized application frontend. The `wallet-provider.tsx` component, located at `apps/dapp/frontend/components/wallet-provider.tsx`, persistently stores the connected wallet's public key and wallet provider identifier in the browser's `localStorage` under th...
The Lab · 2026-04-28 18:54:10 · GitHub Issues
A security advisory has flagged a medium-severity vulnerability in the authentication layer of a connected device platform, where the Microsoft Authentication Library (MSAL) stores OAuth tokens in browser localStorage—a storage mechanism accessible to any JavaScript executing on the page. The flaw is embedded in the fr...
The Lab · 2026-04-29 16:54:10 · GitHub Issues
A critical data injection vulnerability has been identified in the Zustand persist middleware used by depthOS, potentially allowing attackers to inject malicious workspace data through unvalidated localStorage reads. The flaw, located in `src/stores/depthOSStore.ts` (lines 612-644), stems from the middleware loading pe...
The Lab · 2026-05-07 15:31:51 · GitHub Issues
A documented security vulnerability in the glowos project leaves LLM API keys exposed in plain text within browser localStorage, creating an immediate attack surface for any cross-site scripting (XSS) exploit. The keys are persisted through the zustand state management library using its persist middleware, which writes...