SQL Injection Affecting mysql-connector-python package, versions [,8.0.11)
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-PYTHON-MYSQLCONNECTORPYTHON-8320935
- published 1 Nov 2024
- disclosed 1 Nov 2024
- credit Unknown
How to fix?
Upgrade mysql-connector-python
to version 8.0.11 or higher.
Overview
mysql-connector-python is a MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249).
Affected versions of this package are vulnerable to SQL Injection due to improper sanitization of schema and table names.