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,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-q34m-jh98-gwm2",
"modified": "2025-01-03T12:30:30Z",
"modified": "2025-01-03T12:31:32Z",
"published": "2024-10-25T19:44:43Z",
"aliases": [
"CVE-2024-49767"
],
"summary": "Werkzeug possible resource exhaustion when parsing file data in forms",
"details": "Applications using Werkzeug to parse `multipart/form-data` requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the `Request.max_form_memory_size` setting.\n\n\nThe `Request.max_content_length` setting, as well as resource limits provided by deployment software and platforms, are also available to limit the resources used during a request. This vulnerability does not affect those settings. All three types of limits should be considered and set appropriately when deploying an application.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
Expand All @@ -22,24 +18,21 @@
{
"package": {
"ecosystem": "PyPI",
"name": "Werkzeug"
"name": "werkzeug"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "2.0.0"
},
{
"fixed": "3.0.6"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 3.0.5"
}
]
},
{
"package": {
Expand Down
Loading