Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/russellhaering/gosaml2
  4. ›
  5. GMS-2023-564

GMS-2023-564: gosaml2 vulnerable to Denial Of Service Via Deflate Decompression Bomb

March 3, 2023 (updated November 7, 2023)

Impact

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.

Mitigation

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.

Patches

This issue is addressed in v0.9.0

References

  • github.com/advisories/GHSA-6gc3-crp7-25w5
  • github.com/russellhaering/gosaml2/commit/f9d66040241093e8702649baff50cc70d2c683c0
  • github.com/russellhaering/gosaml2/releases/tag/v0.9.0
  • github.com/russellhaering/gosaml2/security/advisories/GHSA-6gc3-crp7-25w5

Code Behaviors & Features

Detect and mitigate GMS-2023-564 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.9.0

Fixed versions

  • v0.9.0

Solution

Upgrade to version 0.9.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Source file

go/github.com/russellhaering/gosaml2/GMS-2023-564.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:54 +0000.