CVE-2026-73651
TypeORM: migration:generate template-literal code injection
Record summary
CVE-2026-73651 has a selected CVSS score of 5.7 (medium).
Description
TypeORM is a TypeScript and JavaScript ORM for Node.js that supports PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and other databases. Prior to versions 0.3.31 and 1.1.0, typeorm migration:generate embeds database schema metadata into JavaScript or TypeScript template literals in src/commands/MigrationGenerateCommand.ts, escaping backticks but not ${...} interpolation. An attacker with database schema write access can place a payload in column COMMENT or DEFAULT metadata, or another introspected schema string, and the JavaScript engine evaluates the payload when the generated migration is loaded through migration:run, import, or require. This issue is fixed in versions 0.3.31 and 1.1.0.
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
typeormBrowse typeorm / typeorm | CVE List | < 0.3.31 | affected |
| >= 1.0.0, < 1.1.0 | affected | ||
typeormBrowse npm / typeorm | GitHub Advisory | Before 0.3.31 · Fixed in 0.3.31 | affected |
| 1.0.0 to < 1.1.0 · Fixed in 1.1.0 | affected |