WhisperX tag archive

#CWE-306

This page collects WhisperX intelligence signals tagged #CWE-306. 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 (1)

The Lab · 2026-04-29 16:54:13 · GitHub Issues

1. Optional Authentication Bypass: backend/server.js Permits Unauthenticated Access When API_KEY Env Variable Unset

A critical security vulnerability in `backend/server.js` permits unauthenticated access to backend systems when the `API_KEY` environment variable is not configured. The code implements authentication as an optional feature rather than a mandatory requirement, creating a default-allow posture that contradicts secure-by...