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 position is that the user's application is responsible for input validation
References
Link | Resource |
---|---|
http://packetstormsecurity.com/files/168096/TypeORM-0.3.7-Information-Disclosure.html | Exploit Third Party Advisory VDB Entry |
http://seclists.org/fulldisclosure/2022/Aug/7 | Mailing List Third Party Advisory |
https://github.com/typeorm/typeorm/compare/0.2.45...0.3.0 | Release Notes Third Party Advisory |
https://seclists.org/fulldisclosure/2022/Jun/51 | Exploit Mailing List Third Party Advisory |
http://packetstormsecurity.com/files/168096/TypeORM-0.3.7-Information-Disclosure.html | Exploit Third Party Advisory VDB Entry |
http://seclists.org/fulldisclosure/2022/Aug/7 | Mailing List Third Party Advisory |
https://github.com/typeorm/typeorm/compare/0.2.45...0.3.0 | Release Notes Third Party Advisory |
https://seclists.org/fulldisclosure/2022/Jun/51 | Exploit Mailing List Third Party Advisory |
Configurations
History
21 Nov 2024, 07:07
Type | Values Removed | Values Added |
---|---|---|
References | () http://packetstormsecurity.com/files/168096/TypeORM-0.3.7-Information-Disclosure.html - Exploit, Third Party Advisory, VDB Entry | |
References | () http://seclists.org/fulldisclosure/2022/Aug/7 - Mailing List, Third Party Advisory | |
References | () https://github.com/typeorm/typeorm/compare/0.2.45...0.3.0 - Release Notes, Third Party Advisory | |
References | () https://seclists.org/fulldisclosure/2022/Jun/51 - Exploit, Mailing List, Third Party Advisory |
07 Nov 2023, 03:48
Type | Values Removed | Values Added |
---|---|---|
Summary | 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 position is that the user's application is responsible for input validation |
Information
Published : 2022-07-04 16:15
Updated : 2024-11-21 07:07
NVD link : CVE-2022-33171
Mitre link : CVE-2022-33171
CVE.ORG link : CVE-2022-33171
JSON object : View
Products Affected
typeorm
- typeorm
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')