CVE-2026-3023
EUVD-2026-1239516.03.2026, 14:19
Non-relational SQL injection vulnerability (NoSQLi) in the Wakyma web application, specifically in the endpoint 'vets.wakyma.com/pets/print-tags'. This vulnerability could allow an authenticated user to alter a POST request to the affected endpoint for the purpose of injecting NoSQL commands, allowing them to list both pets and owner names.
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.