mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-2m57-hf25-phgg GHSA-62qf-jcq8-8gxw
This commit is contained in:
File diff suppressed because one or more lines are too long
+26
-6
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-62qf-jcq8-8gxw",
|
||||
"modified": "2024-04-30T15:30:38Z",
|
||||
"modified": "2024-05-01T11:08:47Z",
|
||||
"published": "2024-04-30T15:30:38Z",
|
||||
"withdrawn": "2024-05-01T11:08:47Z",
|
||||
"aliases": [
|
||||
"CVE-2024-4340"
|
||||
|
||||
],
|
||||
"details": "Passing a heavily nested list to sqlparse.parse() leads to a Denial of Service due to RecursionError.\n\n",
|
||||
"summary": "Duplicate Advisory: sqlparse parsing heavily nested list leads to Denial of Service",
|
||||
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-2m57-hf25-phgg. This link is maintained to preserve external references.\n\n## Original Description\nPassing a heavily nested list to sqlparse.parse() leads to a Denial of Service due to RecursionError.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
@@ -14,7 +16,25 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "sqlparse"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.5.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -39,8 +59,8 @@
|
||||
"CWE-674"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-05-01T11:08:47Z",
|
||||
"nvd_published_at": "2024-04-30T15:15:53Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user