Allocation of Resources Without Limits or Throttling in SAML library for go - CVE-2023-28119
Published: April 6, 2023
SAML library for go
Ross Kinder
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to flate.NewReader does not limit the size of the input. A remote attacker can 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 and perform a denial of service (DoS) attack.