Skip to content

Commit 964fb1b

Browse files
committed
1 parent 08dc98f commit 964fb1b

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

advisories/github-reviewed/2024/10/GHSA-q34m-jh98-gwm2/GHSA-q34m-jh98-gwm2.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-q34m-jh98-gwm2",
4-
"modified": "2025-01-03T12:30:30Z",
4+
"modified": "2025-01-03T12:31:32Z",
55
"published": "2024-10-25T19:44:43Z",
66
"aliases": [
77
"CVE-2024-49767"
88
],
99
"summary": "Werkzeug possible resource exhaustion when parsing file data in forms",
1010
"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.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15-
},
1612
{
1713
"type": "CVSS_V4",
1814
"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"
@@ -22,24 +18,21 @@
2218
{
2319
"package": {
2420
"ecosystem": "PyPI",
25-
"name": "Werkzeug"
21+
"name": "werkzeug"
2622
},
2723
"ranges": [
2824
{
2925
"type": "ECOSYSTEM",
3026
"events": [
3127
{
32-
"introduced": "0"
28+
"introduced": "2.0.0"
3329
},
3430
{
3531
"fixed": "3.0.6"
3632
}
3733
]
3834
}
39-
],
40-
"database_specific": {
41-
"last_known_affected_version_range": "<= 3.0.5"
42-
}
35+
]
4336
},
4437
{
4538
"package": {

0 commit comments

Comments
 (0)