{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-44680",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-07T16:20:08.660Z",
        "datePublished": "2026-05-26T16:49:47.987Z",
        "dateUpdated": "2026-05-26T17:40:52.485Z"
    },
    "containers": {
        "cna": {
            "title": "MikroORM: SQL injection via runtime-controlled identifiers and JSON-path keys",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-89",
                            "lang": "en",
                            "description": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "LOW",
                        "baseScore": 7.6,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "LOW",
                        "privilegesRequired": "LOW",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/mikro-orm/mikro-orm/security/advisories/GHSA-cfw5-68c4-ffqp",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/mikro-orm/mikro-orm/security/advisories/GHSA-cfw5-68c4-ffqp"
                },
                {
                    "name": "https://github.com/mikro-orm/mikro-orm/pull/7653",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/mikro-orm/mikro-orm/pull/7653"
                },
                {
                    "name": "https://github.com/mikro-orm/mikro-orm/pull/7654",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/mikro-orm/mikro-orm/pull/7654"
                },
                {
                    "name": "https://github.com/mikro-orm/mikro-orm/pull/7656",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/mikro-orm/mikro-orm/pull/7656"
                },
                {
                    "name": "https://github.com/mikro-orm/mikro-orm/pull/7657",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/mikro-orm/mikro-orm/pull/7657"
                }
            ],
            "affected": [
                {
                    "vendor": "mikro-orm",
                    "product": "mikro-orm",
                    "versions": [
                        {
                            "version": ">= 7.0.0-rc.0, < 7.0.14",
                            "status": "affected"
                        },
                        {
                            "version": "< 6.6.14",
                            "status": "affected"
                        }
                    ]
                },
                {
                    "vendor": "@mikro-orm",
                    "product": "knex",
                    "versions": [
                        {
                            "version": "< 6.6.14",
                            "status": "affected"
                        }
                    ]
                },
                {
                    "vendor": "@mikro-orm",
                    "product": "sql",
                    "versions": [
                        {
                            "version": "< 7.0.14",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-05-26T16:49:47.987Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "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."
                }
            ],
            "source": {
                "advisory": "GHSA-cfw5-68c4-ffqp",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-05-26T17:40:31.124194Z",
                                "id": "CVE-2026-44680",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-05-26T17:40:52.485Z"
                }
            }
        ]
    }
}