CVE-2026-44680
MikroORM: SQL injection via runtime-controlled identifiers and JSON-path keys
Description
MikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Prior to @mikro-orm/knex 6.6.14 and @mikro-orm/sql 7.0.14, MikroORM's identifier-quoting helper (Platform.quoteIdentifier and the postgres/mssql overrides) and its JSON-path emitters (Platform.getSearchJsonPropertyKey, quoteJsonKey) did not properly escape characters that delimit the SQL identifier or string-literal context they emit into. When application code passes attacker-influenced strings to public ORM APIs that expect an identifier or a JSON-property filter, an attacker can break out of the quoted context and inject arbitrary SQL. This vulnerability is fixed in @mikro-orm/knex 6.6.14 and @mikro-orm/sql 7.0.14.
INFO
Published Date :
May 26, 2026, 5:16 p.m.
Last Modified :
July 24, 2026, 11:10 a.m.
Remotely Exploit :
Yes !
Source :
[email protected]
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | |||||
| CVSS 3.1 | HIGH | [email protected] |
Solution
- Update @mikro-orm/knex to version 6.6.14 or later.
- Update @mikro-orm/sql to version 7.0.14 or later.
Public PoC/Exploit Available at Github
CVE-2026-44680 has a 2 public
PoC/Exploit available at Github.
Go to the Public Exploits tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-44680.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-44680 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-44680
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
PoC tool for CVE-2026-44680 affecting MikroORM ≤7.0.13. Exploits JSON path injection to extract database contents via UNION-based attacks. Features vulnerability detection, automated data extraction, table enumeration, and blind injection support. Includes proxy integration for Burp Suite and WAF evasion techniques.
Python
Security infrastructure your AI can't be — deterministic, daily CVE intel past your model's training cutoff, whole-repo-aware, author-independent, and shift-left: secure_prompt secures the prompt before code generation. The security MCP for vibe coding: 450 rules, 39 tools, CLI + doctor for Next.js, Supabase, Clerk, Stripe, Prisma, Hono & MCP.
ai-security claude clerk cursor mcp nextjs owasp prisma sast security stripe supabase typescript vercel vibe-coding cve drizzle hono mcp-server prompt-injection
TypeScript JavaScript
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-44680 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-44680 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Translated by [email protected]
Jul. 24, 2026
Action Type Old Value New Value Added Translation Title: MikroORM, Description: MikroORM es un ORM de TypeScript para Node.js basado en los patrones Data Mapper, Unit of Work e Identity Map. Antes de @mikro-orm/knex 6.6.14 y @mikro-orm/sql 7.0.14, el asistente de entrecomillado de identificadores de MikroORM (Platform.quoteIdentifier y las anulaciones de postgres/mssql) y sus emisores de rutas JSON (Platform.getSearchJsonPropertyKey, quoteJsonKey) no escapaban correctamente los caracteres que delimitan el identificador SQL o el contexto de cadena literal en el que emiten. Cuando el código de la aplicación pasa cadenas influenciadas por el atacante a las API públicas del ORM que esperan un identificador o un filtro de propiedad JSON, un atacante puede salir del contexto entrecomillado e inyectar SQL arbitrario. Esta vulnerabilidad está corregida en @mikro-orm/knex 6.6.14 y @mikro-orm/sql 7.0.14. -
CVE Modified by [email protected]
Jun. 17, 2026
Action Type Old Value New Value Added Affected [{'vendor': 'mikro-orm', 'product': 'mikro-orm', 'versions': [{'status': 'affected', 'version': '>= 7.0.0-rc.0, < 7.0.14'}, {'status': 'affected', 'version': '< 6.6.14'}]}, {'vendor': '@mikro-orm', 'product': 'knex', 'versions': [{'status': 'affected', 'version': '< 6.6.14'}]}, {'vendor': '@mikro-orm', 'product': 'sql', 'versions': [{'status': 'affected', 'version': '< 7.0.14'}]}] -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Jun. 17, 2026
Action Type Old Value New Value Added SSVC {'id': 'CVE-2026-44680', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'no'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2026-05-26T17:40:31.124194Z'} -
New CVE Received by [email protected]
May. 26, 2026
Action Type Old Value New Value Added Description MikroORM is a TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Prior to @mikro-orm/knex 6.6.14 and @mikro-orm/sql 7.0.14, MikroORM's identifier-quoting helper (Platform.quoteIdentifier and the postgres/mssql overrides) and its JSON-path emitters (Platform.getSearchJsonPropertyKey, quoteJsonKey) did not properly escape characters that delimit the SQL identifier or string-literal context they emit into. When application code passes attacker-influenced strings to public ORM APIs that expect an identifier or a JSON-property filter, an attacker can break out of the quoted context and inject arbitrary SQL. This vulnerability is fixed in @mikro-orm/knex 6.6.14 and @mikro-orm/sql 7.0.14. Added CVSS V3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L Added CWE CWE-89 Added Reference https://github.com/mikro-orm/mikro-orm/pull/7653 Added Reference https://github.com/mikro-orm/mikro-orm/pull/7654 Added Reference https://github.com/mikro-orm/mikro-orm/pull/7656 Added Reference https://github.com/mikro-orm/mikro-orm/pull/7657 Added Reference https://github.com/mikro-orm/mikro-orm/security/advisories/GHSA-cfw5-68c4-ffqp