Skip to content

crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb

High severity GitHub Reviewed Published Mar 22, 2023 in crewjam/saml • Updated Mar 23, 2023

Package

gomod github.com/crewjam/saml (Go)

Affected versions

< 0.4.13

Patched versions

0.4.13

Description

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

@crewjam crewjam published to crewjam/saml Mar 22, 2023
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

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2023-28119

GHSA ID

GHSA-5mqj-xc49-246p

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.