Lucene search
+L

3 matches found

Veracode
Veracode
added 2024/05/23 6:13 a.m.11 views

SQL Injection

propel/propel1 is vulnerable to SQL Injection. The vulnerability is due to a lack of implicit integer cast of the limit input, which allows an attacker to execute malicious SQL...

7.8AI score
SaveExploits0
OSV
OSV
added 2024/05/20 5:36 p.m.8 views

GHSA-7G7C-QHF3-X59P propel/propel1 SQL injection possible with limit() on MySQL

The limit query method is susceptible to catastrophic SQL injection with MySQL. For example, given a model User for a table users: UserQuery::create-limit'1;DROP TABLE users'-find; This will drop the users table! The cause appears to be a lack of integer casting of the limit input in either...

9.8CVSS8.5AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2024/05/20 5:36 p.m.21 views

propel/propel1 SQL injection possible with limit() on MySQL

The limit query method is susceptible to catastrophic SQL injection with MySQL. For example, given a model User for a table users: UserQuery::create-limit'1;DROP TABLE users'-find; This will drop the users table! The cause appears to be a lack of integer casting of the limit input in either...

8.5AI score
SaveExploits0References5Affected Software1
Rows per page
Query Builder