CVE-2026-3023
NoSQL Injection in Wakyma Endpoint Allows Data Exposure
Publication date: 2026-03-16
Last updated on: 2026-03-19
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. It specifically affects the endpoint 'vets.wakyma.com/pets/print-tags'. An authenticated user can manipulate a POST request to this endpoint to inject NoSQL commands.
By exploiting this injection, the attacker can retrieve lists of both pets and their owner names from the database.
How can this vulnerability impact me? :
This vulnerability allows an authenticated user to access sensitive information by injecting NoSQL commands. Specifically, it can lead to unauthorized disclosure of pet and owner names stored in the application.
Such unauthorized data access can compromise user privacy and potentially lead to further exploitation depending on the sensitivity of the data exposed.
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