SQL Injection Affecting propel/propel package, versions >=2.0.0-alpha1,<2.0.0-alpha8


0.0
high

Snyk CVSS

    Attack Complexity Low

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-PHP-PROPELPROPEL-72040
  • published 22 Feb 2018
  • disclosed 19 Feb 2018
  • credit Unknown

Introduced: 19 Feb 2018

CVE NOT AVAILABLE CWE-89 Open this link in a new tab

How to fix?

Upgrade propel/propel to version 2.0.0-alpha8 or higher.

Overview

propel/propel is an open-source Object-Relational Mapping (ORM) for PHP 5.5 and up.

For example, given a model User for a table users, an attacker could drop the users table:

UserQuery::create()->limit('1;DROP TABLE users')->find();