---
id: CVE-2026-73651
title: >-
  TypeORM is a TypeScript and JavaScript ORM for Node.js that supports
  PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, and other databases
summary: >-
  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 metad…
severity: medium
cvss: 5.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N'
cwe:
  - CWE-94
published: '2026-08-13'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:05:53.723'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73651'
references:
  - url: >-
      https://github.com/typeorm/typeorm/commit/41d1c62fe49f99c3ca916d4d986f61ee9f45d519
    label: security-advisories@github.com
  - url: >-
      https://github.com/typeorm/typeorm/commit/b175f9b8be422edd2a2ac035ba90c3f2ce782dfe
    label: security-advisories@github.com
  - url: 'https://github.com/typeorm/typeorm/releases/tag/0.3.31'
    label: security-advisories@github.com
  - url: 'https://github.com/typeorm/typeorm/releases/tag/1.1.0'
    label: security-advisories@github.com
  - url: 'https://github.com/typeorm/typeorm/security/advisories/GHSA-2rp8-mm9q-fp49'
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00392
epssPercentile: 0.30536
ingestedAt: '2026-09-18T20:51:25.610Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
