Skip to content

Commit 0cd8cac

Browse files
Merge pull request #7486 from DEVSOG12/fix/ghsa-sqlalchemy-887w-45rq-vxgf
2 parents 52d1a65 + 9433ba1 commit 0cd8cac

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

advisories/github-reviewed/2019/04/GHSA-887w-45rq-vxgf/GHSA-887w-45rq-vxgf.json

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-887w-45rq-vxgf",
4-
"modified": "2024-10-28T14:20:14Z",
4+
"modified": "2026-04-24T15:30:00Z",
55
"published": "2019-04-16T15:50:41Z",
66
"aliases": [
77
"CVE-2019-7164"
88
],
99
"summary": "SQLAlchemy vulnerable to SQL Injection via order_by parameter",
10-
"details": "SQLAlchemy through 1.2.17 and 1.3.x through 1.3.0b2 allows SQL Injection via the order_by parameter.",
10+
"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.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -19,25 +19,6 @@
1919
}
2020
],
2121
"affected": [
22-
{
23-
"package": {
24-
"ecosystem": "PyPI",
25-
"name": "SQLAlchemy"
26-
},
27-
"ranges": [
28-
{
29-
"type": "ECOSYSTEM",
30-
"events": [
31-
{
32-
"introduced": "1.3.0b1"
33-
},
34-
{
35-
"fixed": "1.3.0b3"
36-
}
37-
]
38-
}
39-
]
40-
},
4122
{
4223
"package": {
4324
"ecosystem": "PyPI",
@@ -51,7 +32,7 @@
5132
"introduced": "0"
5233
},
5334
{
54-
"fixed": "1.2.18"
35+
"fixed": "1.3.0b3"
5536
}
5637
]
5738
}

0 commit comments

Comments
 (0)