Answer in brief
CVE-2026-73651 records a Medium severity (CVSS 5.7) vulnerability in TypeORM: migration:generate template-literal code injection. The current sources do not mark it as known exploited. The current feed maps typeorm/typeorm (generic), typeorm (npm), typeorm (npm), typeorm (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2026-73651 records a Medium severity (CVSS 5.7) vulnerability in TypeORM: migration:generate template-literal code injection. The current sources do not mark it as known exploited. The current feed maps typeorm/typeorm (generic), typeorm (npm), typeorm (npm), typeorm (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps typeorm/typeorm (generic), typeorm (npm), typeorm (npm), typeorm (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| typeorm/typeormgeneric | < 0.3.31 || >= 1.0.0, < 1.1.0 | Not reported |
| typeormnpm | >=0 <0.3.31 | 0.3.31 |
| typeormnpm | >=1.0.0 <1.1.0 | 1.1.0 |
| typeormnpm | <0.3.31 | 0.3.31 |
| typeormnpm | >=1.0.0,<1.1.0 | 1.1.0 |
Published upstream
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 13, 2026
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.
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.7. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps typeorm/typeorm (generic), typeorm (npm), typeorm (npm), typeorm (npm) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| typeorm/typeormgeneric | < 0.3.31 || >= 1.0.0, < 1.1.0 | Not reported |
| typeormnpm | >=0 <0.3.31 | 0.3.31 |
| typeormnpm | >=1.0.0 <1.1.0 | 1.1.0 |
| typeormnpm | <0.3.31 | 0.3.31 |
| typeormnpm | >=1.0.0,<1.1.0 | 1.1.0 |
Published upstream
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 13, 2026
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.
Quoted source text, attributed separately from HOL analysis.