crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb
Description
Published by the National Vulnerability Database
Mar 22, 2023
Published to the GitHub Advisory Database
Mar 22, 2023
Reviewed
Mar 22, 2023
Last updated
Mar 23, 2023
Our use of flate.NewReader does not limit the size of the input. The user could pass more than 1 MB of data in the HTTP request to the processing functions, which will be decompressed server-side using the Deflate algorithm. Therefore, after repeating the same request multiple times, it is possible to achieve a reliable crash since the operating system kills the process.
References