CVE-2019-7164:
SQLAlchemy vulnerable to SQL Injection via order_by parameter
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.82747%
CWE
Published
4/16/2019
Updated
10/28/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
SQLAlchemy | pip | >= 1.3.0b1, < 1.3.0b3 | 1.3.0b3 |
SQLAlchemy | pip | >= 0, < 1.2.18 | 1.2.18 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on changes related to handling textual SQL and order_by
parameters, identifying functions
that were modified to prevent SQL injection. These include compiler
and element
processing functions
, as well as specific dialect
validation methods
.