gosaml2 vulnerable to Denial of Service via deflate decompression bomb
Description
gosaml2 is a Pure Go implementation of SAML 2.0. SAML Service Providers using this library for SAML authentication support are likely susceptible to Denial of Service attacks. A bug in this library enables attackers to craft a deflate-compressed request which will consume significantly more memory during processing than the size of the original request. This may eventually lead to memory exhaustion and the process being killed. The maximum compression ratio achievable with deflate is 1032:1, so by limiting the size of bodies passed to gosaml2, limiting the rate and concurrency of calls, and ensuring that lots of memory is available to the process it _may_ be possible to help Go's garbage collector "keep up". Implementors are encouraged not to rely on this. This issue is fixed in version 0.9.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/russellhaering/gosaml2Go | < 0.9.0 | 0.9.0 |
Affected products
2- Range: < 0.9.0
Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-6gc3-crp7-25w5ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-26483ghsaADVISORY
- github.com/russellhaering/gosaml2/commit/f9d66040241093e8702649baff50cc70d2c683c0ghsax_refsource_MISCWEB
- github.com/russellhaering/gosaml2/releases/tag/v0.9.0ghsax_refsource_MISCWEB
- github.com/russellhaering/gosaml2/security/advisories/GHSA-6gc3-crp7-25w5ghsax_refsource_CONFIRMWEB
- pkg.go.dev/vuln/GO-2023-1602ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.