U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-31994

Change History

New CVE Received by NIST 4/19/2024 6:15:07 PM

Action Type Old Value New Value
Added CVSS V3.1

								
							
							
						
GitHub, Inc. AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
Added CWE

								
							
							
						
GitHub, Inc. CWE-400
Added Description

								
							
							
						
Mealie is a self hosted recipe manager and meal planner. Prior to 1.4.0, an attacker can point the image request to an arbitrarily large file. Mealie will attempt to retrieve this file in whole. If it can be retrieved, it may be stored on the file system in whole (leading to possible disk consumption), however the more likely scenario given resource limitations is that the container will OOM during file retrieval if the target file size is greater than the allocated memory of the container. At best this can be used to force the container to infinitely restart due to OOM (if so configured in `docker-compose.yml), or at worst this can be used to force the Mealie container to crash and remain offline. In the event that the file can be retrieved, the lack of rate limiting on this endpoint also permits an attacker to generate ongoing requests to any target of their choice, potentially contributing to an external-facing DoS attack. This vulnerability is fixed in 1.4.0.
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/mealie-recipes/mealie/blob/ee121a12f8db33ecb4db5f8582f7ea9788d019e4/mealie/services/recipe/recipe_data_service.py#L107 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/mealie-recipes/mealie/commit/2a3463b7466bc297aede50046da9550d919ec56f [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/mealie-recipes/mealie/pull/3368 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://securitylab.github.com/advisories/GHSL-2023-225_GHSL-2023-226_Mealie/ [No types assigned]