The Lab · 2026-03-27 20:27:26 · GitHub Issues
A critical security vulnerability has exposed full, unmasked credit card numbers in a payment processing API response. The flaw directly violates core PCI DSS requirements by transmitting sensitive cardholder data without protection, creating a severe risk of data exposure and potential financial fraud.
The vulnerabil...
The Lab · 2026-04-05 16:27:02 · GitHub Issues
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 21:27:00 · GitHub Issues
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...
The Lab · 2026-05-05 14:31:42 · GitHub Issues
A critical SQL injection vulnerability has been identified in the payment processing endpoint at `src/routes/payments.js`, raising immediate concerns over the security of cardholder data. The flaw stems from the application constructing SQL queries through direct string concatenation with user-supplied input, a techniq...