Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-34221
March 30, 2026
A prototype pollution vulnerability exists in the "Utils.merge" helper used internally by MikroORM when merging object structures. The function did not prevent special keys such as "proto", "constructor", or "prototype", allowing attacker-controlled input to modify the JavaScript object prototype when merged. Exploitation requires application code to pass untrusted user input into ORM operations that merge object structures, such as entity property assignment or query condition construction. Prototype pollution may lead to denial of service or unexpected application behavior. In certain scenarios, polluted properties may influence query construction and potentially result in SQL injection depending on application code.
Affected Packages
@mikro-orm/core (NPM):
Affected version(s) >=4.0.0-alpha.0 <6.6.10
Fix Suggestion:
Update to version 6.6.10
@mikro-orm/core (NPM):
Affected version(s) >=7.0.0-dev.0 <7.0.6
Fix Suggestion:
Update to version 7.0.6
@mikro-orm/core (NPM):
Affected version(s) >=7.0.0-dev.0 <7.0.6
Fix Suggestion:
Update to version 7.0.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
LOW
Subsequent System Availability
LOW
CVSS v3
Base Score:
10
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')