WhisperX tag archive

#API Security

This page collects WhisperX intelligence signals tagged #API Security. 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 (20)

The Lab · 2026-03-25 18:27:32 · GitHub Issues

1. Critical API Flaw Exposes Full Game Vote History and Session IDs Without Authentication

A critical security vulnerability has been discovered in a game server's API, exposing the complete historical dataset of player votes, scores, and session identifiers to anyone on the internet. The `/api/export/votes.csv` endpoint lacks any form of authentication, allowing uncredentialed access to download the entire ...

The Lab · 2026-03-27 04:27:02 · GitHub Issues

2. [SECURITY BUG] #222: Production API Exposed via Unrestricted CORS, Allowing Cross-Origin Attacks

A critical security misconfiguration has been identified in a production backend, where the CORS (Cross-Origin Resource Sharing) policy is set to allow requests from any origin. The vulnerability, documented in GitHub issue #222, stems from the use of `app.use(cors())` with no configuration in the main application file...

The Lab · 2026-03-27 07:26:54 · GitHub Issues

3. Library Management API Exposes All Borrow Records via Invalid Status Parameter

A critical security flaw in a library management system's API allows any attacker to bypass access controls and retrieve the entire dataset of borrow records simply by sending an invalid query parameter. The vulnerability, classified as HIGH severity, resides in the `BorrowController.java` file where a silent exception...

The Lab · 2026-03-28 00:26:56 · GitHub Issues

4. EmpCloud API Exposes Stored XSS Vulnerability in Policy Endpoint

A critical stored cross-site scripting (XSS) vulnerability has been identified in the EmpCloud API, allowing attackers to inject and persistently store malicious JavaScript code within the platform's policy management system. The flaw resides in the `POST /api/v1/policies` endpoint, which accepts and stores raw HTML an...

The Lab · 2026-03-28 00:26:58 · GitHub Issues

5. EmpCloud API Exposes Critical XSS Vulnerability: Announcements Endpoint Stores Raw Script Tags

A critical security flaw in EmpCloud's API allows attackers to inject and store malicious JavaScript code directly into the platform's announcement system. The vulnerability, a classic Cross-Site Scripting (XSS) issue, was discovered in the `POST /api/v1/announcements` endpoint. During testing, raw HTML and JavaScript ...

The Lab · 2026-03-28 05:27:00 · GitHub Issues

6. Ergo Platform API Vulnerability: Unbounded Inputs in /api/lp/apy Endpoint Risk APY Manipulation

A critical vulnerability in the Ergo blockchain platform's liquidity provider API allows malicious actors to manipulate displayed Annual Percentage Yield (APY) calculations. The `/api/lp/apy` endpoint, defined in `lp_routes.py`, fails to validate user-controlled query parameters `avg_bet_size` and `bets_per_block`. Thi...

The Lab · 2026-03-28 08:27:02 · GitHub Issues

7. Security Tool Gap: Project Lacks Critical XXE Vulnerability Scanner for API Testing

A significant security testing gap has been identified in an open-source security tool: it currently lacks the ability to detect XML External Entity (XXE) injection vulnerabilities. This omission leaves a critical blind spot, particularly for API-focused security assessments where XML payloads are common in SOAP servic...

The Lab · 2026-03-28 22:26:55 · GitHub Issues

8. Convex Database API Exposed to DoS via Unvalidated 'limit' Parameter

A critical Denial-of-Service (DoS) vulnerability was discovered in a Convex database function, where a malicious actor could trigger a massive bandwidth spike by submitting an arbitrarily large number to an unvalidated `limit` parameter. The flaw, located in the `questionsLibrary.ts` file, allowed an input like `limit:...

The Lab · 2026-03-29 04:27:00 · GitHub Issues

9. Supabase RLS Gap Exposes User Chat History and Analytics Data to Potential API Bypass

A critical security gap in a Supabase-backed application leaves user chat history and session analytics vulnerable to direct database access. The system stores sensitive user data in two tables—`learning_sessions` (full chat history) and `analytics_events` (session metadata)—without verified Row Level Security (RLS) po...

The Lab · 2026-03-29 10:26:52 · GitHub Issues

10. [SECURITY BUG] mcpgateway API Endpoint Exposes Server ID Validation Gap, Echoes Prior Vulnerability

A critical security vulnerability has been identified within the mcpgateway component, where the `/servers/{id}/message` API endpoint fails to validate the provided `server_id` against the database. This flaw allows the endpoint to process requests for non-existent servers, creating a potential vector for unauthorized ...

The Lab · 2026-03-30 12:27:13 · GitHub Issues

11. Policai AI Policy Tracker Exposes Critical SSRF Vulnerability in Admin Endpoints

A critical Server-Side Request Forgery (SSRF) vulnerability has been identified within the Policai Australian AI Policy Tracker's administrative API. The `/api/admin/analyse-url` endpoint performs a server-side `fetch()` on any user-supplied URL without validation, allowing authenticated attackers to probe internal inf...

The Lab · 2026-03-31 06:57:06 · GitHub Issues

12. PPOM for WooCommerce REST API Exposes Critical Security Flaw: Unauthenticated Access to Product & Order Data

A critical security vulnerability has been identified in the PPOM for WooCommerce plugin, exposing sensitive store data to unauthenticated users. The plugin's entire REST API, comprising seven distinct endpoints, is configured with a blanket `'permission_callback' => '__return_true'`. This configuration effectively byp...

The Lab · 2026-04-01 16:27:25 · GitHub Issues

13. BC Gov Forestry API GitHub Repository Exposes CVE-2026-33871 Vulnerability Fix

A GitHub repository for the British Columbia government's forestry client API has publicly documented a fix for a vulnerability identified as CVE-2026-33871. The issue, logged in the official 'bcgov/nr-forest-client-api' repository, shows a direct link between a code change and a specific, future-dated Common Vulnerabi...

The Lab · 2026-04-02 23:26:59 · GitHub Issues

14. Security Scan Flags Session Management Tokens in Local API Endpoints

A security scan has flagged multiple API endpoints on a local development server for exposing session management tokens. The automated tool identified responses containing tokens, specifically `csrf_token` parameters, which are used for session management and cross-site request forgery protection. This finding is signi...

The Lab · 2026-04-03 14:27:09 · GitHub Issues

15. SECURITY CRITICAL: API Exposes IDOR Flaw, Allowing Any User to Hijack Others' Favorites

A critical security vulnerability in a web application's API allows any authenticated user to impersonate any other user, granting unauthorized access to create, delete, and query personal favorites. The flaw, a classic Broken Object Level Authorization (BOLA/IDOR) issue, stems from a fundamental authentication bypass ...

The Lab · 2026-04-03 15:27:02 · GitHub Issues

16. Athena M2M API Exposed: Admin Bypass Allows Arbitrary, Potentially Admin-Level Scope Assignment

A critical access control vulnerability has been identified in the Athena platform's machine-to-machine (M2M) client registration system. The flaw allows any authenticated administrator to bypass the intended security controls and assign arbitrary, potentially dangerous OAuth2 scopes to new M2M clients. This server-sid...

The Lab · 2026-04-04 11:27:01 · GitHub Issues

17. GitHub API Rate Limit Bypass Exposed: Anonymous Users Could Spoof IPs, Bypass Daily Scan Quotas

A critical vulnerability in a GitHub-hosted API allowed anonymous users to spoof their IP addresses and completely bypass daily scan quotas, risking abuse of external services and uncontrolled costs. The flaw stemmed from a misconfigured proxy setup that trusted all incoming traffic, making it trivial for attackers to ...

The Lab · 2026-04-05 16:27:02 · GitHub Issues

18. Critical SQL Injection Exposes Full Transaction Database via Unsecured API Endpoint

A critical SQL injection vulnerability in a core financial API endpoint allows attackers to bypass all access controls and exfiltrate the entire transaction database. The flaw resides in the `/api/v1/transactions` endpoint, where the `account_id` parameter is directly concatenated into a SQL query without any parameter...

The Lab · 2026-04-05 17:27:02 · GitHub Issues

19. Critical Security Gap: WhisperX Frontend Blindly Trusts API Data, Enabling Type Confusion & RBAC Bypass

A critical security vulnerability exists within the WhisperX frontend codebase, where API responses are accepted without any runtime validation. The application uses TypeScript's `as` assertions, which are compile-time only, to cast incoming data. This creates a dangerous blind trust scenario where any malformed, compr...

The Lab · 2026-04-05 21:27:00 · GitHub Issues

20. Critical SQL Injection Exposes Full Transaction Database via Unsecured API Endpoint

A critical SQL injection vulnerability in a core financial API endpoint allows attackers to bypass all access controls and exfiltrate the entire transaction database. The flaw resides in the `/api/v1/transactions` endpoint, where the `account_id` parameter is passed directly into an SQL query without any parameterizati...