RCE in Typeorm

CVE-2026-73651

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.

Vulnerability class: RCE (Remote Code Execution)

CVSS v3 metric

CVSS v3 base score 5.7 (Medium). Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N.

Affected products

  • Typeorm — versions < 0.3.31, >= 1.0.0, < 1.1.0

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-73651?
CVE-2026-73651 is a medium-severity vulnerability in Typeorm, classified under Code Injection. CVSS score: 5.7/10. Published 2026-08-13.
How severe is CVE-2026-73651?
Medium severity. CVSS v3 base score is 5.7 out of 10.