CVE-2022-33171

Publication date

2022-07-04 15:51:49

Family

mitre

State

PUBLISHED

Description

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 vendors position is that the users application is responsible for input validation