GHSA-6q9v-4hq6-5m67

Suggest an improvement
Source
https://github.com/advisories/GHSA-6q9v-4hq6-5m67
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/05/GHSA-6q9v-4hq6-5m67/GHSA-6q9v-4hq6-5m67.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-6q9v-4hq6-5m67
Published
2024-05-15T20:14:15Z
Modified
2024-05-15T20:14:15Z
Summary
Doctrine SQL injection vulnerability
Details

Doctrine is prone to SQL injection vulnerability. Users of Doctrine 1.2 and 2 should update to the newly released versions of both libraries immediately. Both versions only include the security fix and no other changes to their previous versions 1.2.3 and 2.0.2.

Affected versions are: - 1.2.3 and earlier for PostgreSQL and DB2 Dialects - 2.0.2 and earlier

The security issue was found to affect the Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery() function which does not cast input values for limit and offset to integer and allows malicious SQL to be executed if these parameters are passed into Doctrine 2 directly from request variables without previous cast to integer. Functionality building on top using limit queries in the ORM such as Doctrine\ORM\Query::setFirstResult() and Doctrine\ORM\Query::setMaxResults() are also affected by this security issue.

The fix for this security issue breaks backwards compatibility for developers that extend the Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery() method, because it is now marked as final. Please overwrite the Doctrine\DBAL\Platforms\AbstractPlatform::doModifyLimitQuery() method instead.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2024-05-15T20:14:15Z"
}
References

Affected packages

Packagist / doctrine/orm

Package

Name
doctrine/orm
Purl
pkg:composer/doctrine/orm

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.0.0
Fixed
2.0.3

Packagist / doctrine/orm

Package

Name
doctrine/orm
Purl
pkg:composer/doctrine/orm

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.0.0
Fixed
1.2.4