CVE-2026-3021
NoSQL Injection in Wakyma Endpoint Exposes Employee Data
Publication date: 2026-03-16
Last updated on: 2026-03-20
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wakyma | wakyma | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product 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. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| CWE-943 | The product 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a non-relational SQL injection (NoSQLi) found in the Wakyma web application, specifically at the endpoint 'vets.wakyma.com/centro/equipo/empleado'.
An authenticated user can manipulate a GET request to this endpoint by injecting special NoSQL commands.
This injection allows the attacker to enumerate sensitive employee data.
How can this vulnerability impact me? :
The vulnerability could allow an authenticated user to access and enumerate sensitive employee data by injecting NoSQL commands into a GET request.
This unauthorized access to sensitive information could lead to data breaches, privacy violations, and potential misuse of employee data.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know