2024-10-25 22:03:19 +00:00
{
"id" : "CVE-2024-49767" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-10-25T20:15:04.530" ,
2025-01-03 13:03:42 +00:00
"lastModified" : "2025-01-03T12:15:26.257" ,
2024-12-27 23:03:42 +00:00
"vulnStatus" : "Modified" ,
2024-10-25 22:03:19 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "Werkzeug is a Web Server Gateway Interface web application library. Applications using `werkzeug.formparser.MultiPartParser` corresponding to a version of Werkzeug prior to 3.0.6 to parse `multipart/form-data` requests (e.g. all flask applications) are vulnerable to a relatively simple but effective resource exhaustion (denial of service) attack. A specifically crafted form submission request can cause the parser to allocate and block 3 to 8 times the upload size in main memory. There is no upper limit; a single upload at 1 Gbit/s can exhaust 32 GB of RAM in less than 60 seconds. Werkzeug version 3.0.6 fixes this issue."
2024-10-28 15:04:19 +00:00
} ,
{
"lang" : "es" ,
"value" : "Werkzeug es una librer\u00eda de aplicaciones web de interfaz de puerta de enlace de servidor web. Las aplicaciones que utilizan `werkzeug.formparser.MultiPartParser` correspondiente a una versi\u00f3n de Werkzeug anterior a la 3.0.6 para analizar solicitudes `multipart/form-data` (por ejemplo, todas las aplicaciones Flask) son vulnerables a un ataque de agotamiento de recursos (denegaci\u00f3n de servicio) relativamente simple pero efectivo. Una solicitud de env\u00edo de formulario manipulada espec\u00edficamente puede hacer que el analizador asigne y bloquee de 3 a 8 veces el tama\u00f1o de carga en la memoria principal. No hay un l\u00edmite superior; una sola carga a 1 Gbit/s puede agotar 32 GB de RAM en menos de 60 segundos. La versi\u00f3n 3.0.6 de Werkzeug corrige este problema."
2024-10-25 22:03:19 +00:00
}
] ,
"metrics" : {
"cvssMetricV40" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "4.0" ,
"vectorString" : "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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 6.9 ,
"baseSeverity" : "MEDIUM" ,
2024-10-25 22:03:19 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"attackRequirements" : "NONE" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"vulnerableSystemConfidentiality" : "NONE" ,
"vulnerableSystemIntegrity" : "NONE" ,
"vulnerableSystemAvailability" : "LOW" ,
"subsequentSystemConfidentiality" : "NONE" ,
"subsequentSystemIntegrity" : "NONE" ,
"subsequentSystemAvailability" : "NONE" ,
"exploitMaturity" : "NOT_DEFINED" ,
"confidentialityRequirements" : "NOT_DEFINED" ,
"integrityRequirements" : "NOT_DEFINED" ,
"availabilityRequirements" : "NOT_DEFINED" ,
"modifiedAttackVector" : "NOT_DEFINED" ,
"modifiedAttackComplexity" : "NOT_DEFINED" ,
"modifiedAttackRequirements" : "NOT_DEFINED" ,
"modifiedPrivilegesRequired" : "NOT_DEFINED" ,
"modifiedUserInteraction" : "NOT_DEFINED" ,
"modifiedVulnerableSystemConfidentiality" : "NOT_DEFINED" ,
"modifiedVulnerableSystemIntegrity" : "NOT_DEFINED" ,
"modifiedVulnerableSystemAvailability" : "NOT_DEFINED" ,
"modifiedSubsequentSystemConfidentiality" : "NOT_DEFINED" ,
"modifiedSubsequentSystemIntegrity" : "NOT_DEFINED" ,
"modifiedSubsequentSystemAvailability" : "NOT_DEFINED" ,
"safety" : "NOT_DEFINED" ,
"automatable" : "NOT_DEFINED" ,
"recovery" : "NOT_DEFINED" ,
"valueDensity" : "NOT_DEFINED" ,
"vulnerabilityResponseEffort" : "NOT_DEFINED" ,
2024-12-08 03:06:42 +00:00
"providerUrgency" : "NOT_DEFINED"
2024-10-25 22:03:19 +00:00
}
}
2024-11-05 21:03:21 +00:00
] ,
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
2024-11-05 21:03:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-11-05 21:03:21 +00:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
2024-10-25 22:03:19 +00:00
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
2025-01-12 03:03:49 +00:00
"type" : "Primary" ,
2024-10-25 22:03:19 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-400"
} ,
{
"lang" : "en" ,
"value" : "CWE-770"
}
]
}
] ,
2024-11-05 21:03:21 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:palletsprojects:quart:*:*:*:*:*:python:*:*" ,
"versionEndExcluding" : "0.19.7" ,
"matchCriteriaId" : "9E539F20-B2D2-42F4-98D4-DB92AAB1741E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:palletsprojects:werkzeug:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "3.0.6" ,
"matchCriteriaId" : "50FE9673-B294-4203-9C8D-DEF5028AE799"
}
]
}
]
}
] ,
2024-10-25 22:03:19 +00:00
"references" : [
{
"url" : "https://github.com/pallets/quart/commit/5e78c4169b8eb66b91ead3e62d44721b9e1644ee" ,
2024-11-05 21:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-25 22:03:19 +00:00
} ,
2024-12-27 23:03:42 +00:00
{
"url" : "https://github.com/pallets/quart/commit/abb04a512496206de279225340ed022852fbf51f" ,
"source" : "security-advisories@github.com"
} ,
2024-10-25 22:03:19 +00:00
{
"url" : "https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b" ,
2024-11-05 21:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-10-25 22:03:19 +00:00
} ,
{
"url" : "https://github.com/pallets/werkzeug/releases/tag/3.0.6" ,
2024-11-05 21:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2024-10-25 22:03:19 +00:00
} ,
{
"url" : "https://github.com/pallets/werkzeug/security/advisories/GHSA-q34m-jh98-gwm2" ,
2024-11-05 21:03:21 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2025-01-03 13:03:42 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20250103-0007/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2024-10-25 22:03:19 +00:00
}
]
}