Skip to content
Merged
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-24T15:30: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 before 1.3.0b3 allows SQL Injection via the order_by parameter. The fix (commit 30307c4) was applied only to the main branch and was never backported to the 1.2.x release line; all 1.2.x versions remain vulnerable.",
"severity": [
{
"type": "CVSS_V3",
Expand All @@ -19,25 +19,6 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "SQLAlchemy"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.3.0b1"
},
{
"fixed": "1.3.0b3"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
Expand All @@ -51,7 +32,7 @@
"introduced": "0"
},
{
"fixed": "1.2.18"
"fixed": "1.3.0b3"
}
Comment on lines 32 to 36

This comment was marked as resolved.

]
}
Expand Down