DirectorySecurity Advisories
Sign In
Security Advisories

CGA-359g-9qp6-mwmm

Published

Last updated

https://images.chainguard.dev/security/CGA-359g-9qp6-mwmm
Package

kubeflow-volumes-web-app

Latest Update
Fixed
Fixed Version

1.7.0-r8

Aliases
  • CVE-2023-46136
  • GHSA-hrfv-mqp8-q5rw

Severity

5.7

Medium

CVSS V3

Summary

Werkzeug DoS: High resource usage when parsing multipart/form-data containing a large part with CR/LF character at the beginning

Description

Werkzeug multipart data parser needs to find a boundary that may be between consecutive chunks. That's why parsing is based on looking for newline characters. Unfortunately, code looking for partial boundary in the buffer is written inefficiently, so if we upload a file that starts with CR or LF and then is followed by megabytes of data without these characters: all of these bytes are appended chunk by chunk into internal bytearray and lookup for boundary is performed on growing buffer.

This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. If many concurrent requests are sent continuously, this can exhaust or kill all available workers.

References

Updates


Safe Source for Open Sourceâ„¢
Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Product

Chainguard Images