Skip to content

DBAL 3 SQL Injection Security Vulnerability

Critical
beberlei published GHSA-r7cj-8hjg-x622 Nov 15, 2021

Package

composer doctrine/dbal (Composer)

Affected versions

>=3.0.0,<=3.1.3

Patched versions

3.1.4

Description

We have released a new version Doctrine DBAL 3.1.4 that fixes a critical SQL injection vulnerability in the LIMIT clause generation API provided by the Platform abstraction.

We advise everyone using Doctrine DBAL 3.0.0 up to 3.1.3 to upgrade to 3.1.4 immediately.

The vulnerability can happen when unsanitized input is passed to many APIs in Doctrine DBAL and ORM that ultimately end up calling AbstractPlatform::modifyLimitQuery.

As a workaround you can cast all limit and offset parameters to integers before passing them to Doctrine APIs.

This vulnerability has been assigned CVE-2021-43608.

Severity

Critical

CVE ID

CVE-2021-43608

Weaknesses

No CWEs