Skip to content

Commit

Permalink
Merge pull request #5098 from github/G-Rath-GHSA-8x94-hmjh-97hq
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] authored Dec 18, 2024
2 parents 65a5e18 + 88a6a89 commit e661e3b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-8x94-hmjh-97hq",
"modified": "2024-09-03T14:59:09Z",
"modified": "2024-09-03T14:59:11Z",
"published": "2022-08-11T14:49:12Z",
"aliases": [
"CVE-2022-36359"
],
"summary": "Django vulnerable to Reflected File Download attack ",
"summary": "Django vulnerable to Reflected File Download attack",
"details": "An issue was discovered in the HTTP FileResponse class in Django 3.2 before 3.2.15 and 4.0 before 4.0.7. An application is vulnerable to a reflected file download (RFD) attack that sets the Content-Disposition header of a FileResponse when the filename is derived from user-supplied input.",
"severity": [
{
Expand All @@ -25,10 +25,10 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "4.0"
},
{
"fixed": "3.2.15"
"fixed": "4.0.7"
}
]
}
Expand All @@ -44,10 +44,10 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "4.0"
"introduced": "0"
},
{
"fixed": "4.0.7"
"fixed": "3.2.15"
}
]
}
Expand Down

0 comments on commit e661e3b

Please sign in to comment.