Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-887w-45rq-vxgf",
"modified": "2024-10-28T14:20:14Z",
"modified": "2026-04-22T00:00:00Z",
"published": "2019-04-16T15:50:41Z",
"aliases": [
"CVE-2019-7164"
],
"summary": "SQLAlchemy vulnerable to SQL Injection via order_by parameter",
"details": "SQLAlchemy through 1.2.17 and 1.3.x through 1.3.0b2 allows SQL Injection via the order_by parameter.",
"details": "SQLAlchemy through 1.2.18 and 1.3.x through 1.3.0b2 allows SQL Injection via the order_by parameter. The fix (commit 30307c4) was never backported to the 1.2.x release branch; users on 1.2.x must upgrade to 1.3.0b3 or later.",
"severity": [
{
"type": "CVSS_V3",
Expand Down Expand Up @@ -51,7 +51,7 @@
"introduced": "0"
},
{
"fixed": "1.2.18"
"fixed": "1.3.0b1"
}
Comment on lines 51 to 55
]
}
Expand Down
Loading