Vapor vulnerable to denial of service in HTTP Range Request of FileMiddleware
Description
Published by the National Vulnerability Database
May 31, 2022
Published to the GitHub Advisory Database
Jun 7, 2023
Reviewed
Jun 7, 2023
Last updated
Jun 19, 2023
Vapor is an HTTP web framework for Swift and middleware is a logic chain between the client and a Vapor route handler. FileMiddleware enables the serving of assets from the Public folder of a project to the client.
Vapor before 4.60.3 is vulnerable to denial of service due to an integer overflow when given invalid range headers while using FileMiddleware. This is patched in 4.60.3.
References