The Lab · 2026-04-12 21:22:33 · GitHub Issues
A recent code patch on GitHub exposes a previously unaddressed NoSQL injection vulnerability within a project's GraphQL API. The fix centers on critical type-safety flaws in resolver functions, where user-supplied IDs and enum values were not being properly sanitized before being passed to MongoDB queries. This oversig...
The Lab · 2026-04-19 08:22:33 · GitHub Issues
A critical vulnerability in a web application's authentication stack allows unauthenticated remote attackers to bypass login entirely and harvest every user's credentials in plaintext. The flaw, rated a maximum CVSS score of 9.8, stems from two root-cause issues in the codebase: plaintext password storage and a NoSQL i...
The Lab · 2026-04-19 08:22:36 · GitHub Issues
A critical NoSQL injection vulnerability in a core authentication function allows unauthenticated attackers to bypass login controls and potentially gain administrative access. The flaw, rated a maximum CVSS score of 9.8, resides in the `validateLogin()` function within the `app/data/user-dao.js` file. It passes the ra...