VYPR

Typeorm

by Typeorm

npm: typeorm

Source repositories

CVEs (5)

  • CVE-2020-8158CriSep 18, 2020
    risk 0.64cvss 9.8epss 0.02

    Prototype pollution vulnerability in the TypeORM package < 0.2.25 may allow attackers to add or modify Object properties leading to further denial of service or SQL injection attacks.

  • CVE-2022-33171CriJul 4, 2022
    risk 0.58cvss 9.8epss 0.20

    The findOne function in TypeORM before 0.3.0 can either be supplied with a string or a FindOneOptions object. When input to the function is a user-controlled parsed JSON object, supplying a crafted FindOneOptions instead of an id string leads to SQL injection. NOTE: the vendor's…

  • CVE-2026-76848HigAug 24, 2026
    risk 0.49cvss 7.5epss

    TypeORM's SelectQueryBuilder.distinctOn accepts an array of strings and stores it on the expression map without validation. For PostgreSQL-family drivers, createSelectDistinctExpression in src/query-builder/SelectQueryBuilder.ts joins that array and interpolates the result into…

  • CVE-2025-60542MedOct 29, 2025
    risk 0.35cvss 6.5epss 0.00

    SQL Injection vulnerability in TypeORM before 0.3.26 via crafted request to repository.save or repository.update due to the sqlstring call using stringifyObjects default to false.

  • CVE-2026-73651MedAug 13, 2026
    risk 0.30cvss 5.7epss 0.00

    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…