Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. doctrine/orm
  4. ›
  5. GHSA-6q9v-4hq6-5m67

GHSA-6q9v-4hq6-5m67: Doctrine SQL injection vulnerability

May 15, 2024

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.

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/doctrine/orm/2011-09-25.yaml
  • github.com/advisories/GHSA-6q9v-4hq6-5m67
  • github.com/doctrine/orm
  • web.archive.org/web/20120315064147/https://www.doctrine-project.org/blog/doctrine-security-fix.html

Code Behaviors & Features

Detect and mitigate GHSA-6q9v-4hq6-5m67 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.0.0 before 1.2.4, all versions starting from 2.0.0 before 2.0.3

Fixed versions

  • 2.0.3
  • 1.2.4

Solution

Upgrade to versions 1.2.4, 2.0.3 or above.

Source file

packagist/doctrine/orm/GHSA-6q9v-4hq6-5m67.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:31 +0000.