WhisperX tag archive

#localstorage

This page collects WhisperX intelligence signals tagged #localstorage. It is designed for humans, search engines, and AI agents: each item links to a canonical source-backed record with sector, source, timestamp, credibility, and exportable structured data.

Latest Signals (7)

The Lab · 2026-03-29 23:26:54 · GitHub Issues

1. Security Flaw: Angular App Exposes User Session Data via localStorage, High XSS Risk

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

2. Security Flaw: Memoire App Stores JWT Tokens in localStorage, Enabling Silent Account Takeover via XSS

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

3. Tollab App Exposed: Unvalidated localStorage Parsing Risks App Crashes & Data Injection

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

4. Nester dApp Frontend Stores Wallet Addresses in localStorage — Creates XSS and Third-Party Script Exposure Risk

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

5. MSAL Token Cache in localStorage Exposes OAuth Credentials to XSS Exploitation on Smart Device Platform

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

6. Critical LocalStorage Injection Flaw in Zustand Store Exposes depthOS to Malicious Workspace Data

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

7. Critical Security Flaw Exposes LLM API Keys Stored in Plain Text via localStorage Vulnerability

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...