Security Advisory

CVE-2021-43608

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-12-09 19:02:59
Last updated 2024-08-04 04:03:08
Assigner mitre
State PUBLISHED

Description

Doctrine DBAL 3.x before 3.1.4 allows SQL Injection. The escaping of offset and length inputs to the generation of a LIMIT clause was not probably cast to an integer, allowing SQL injection to take place if application developers passed unescaped user input to the DBAL QueryBuilder or any other API that ultimately uses the AbstractPlatform::modifyLimitQuery API.