Vulnerabilities (CVE)

Filtered by vendor Doctrine-project Subscribe
Filtered by product Database Abstraction Layer
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-43608 1 Doctrine-project 1 Database Abstraction Layer 2023-12-10 7.5 HIGH 9.8 CRITICAL
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.