CVE-2026-3021
EUVD-2026-1239116.03.2026, 14:19
Non-relational SQL injection vulnerability (NoSQLi) in the Wakyma web application, specifically in the endpoint 'vets.wakyma.com/centro/equipo/empleado'. This vulnerability could allow an authenticated user to alter a GET request to the affected endpoint for the purpose of injecting special NoSQL commands. This would lead to the enumeration of sensitive employee data.
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| wakyma | wakyma | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-943 - Improper Neutralization of Special Elements in Data Query LogicThe application generates a query intended to access or manipulate data in a data store such as a database, but it does not neutralize or incorrectly neutralizes special elements that can modify the intended logic of the query.
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.