ghsa-6gc3-crp7-25w5
Vulnerability from github
Published
2023-03-02 23:12
Modified
2024-05-20 21:49
Severity ?
VLAI Severity ?
Summary
gosaml2 vulnerable to Denial Of Service Via Deflate Decompression Bomb
Details
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
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/russellhaering/gosaml2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.9.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-26483" ], "database_specific": { "cwe_ids": [ "CWE-409" ], "github_reviewed": true, "github_reviewed_at": "2023-03-02T23:12:47Z", "nvd_published_at": "2023-03-03T23:15:00Z", "severity": "MODERATE" }, "details": "### Impact\nSAML 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.\n\n### Mitigation\nThe 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\u0027s garbage collector \"keep up\".\n\nImplementors are encouraged not to rely on this.\n\n### Patches\nThis issue is addressed in v0.9.0", "id": "GHSA-6gc3-crp7-25w5", "modified": "2024-05-20T21:49:09Z", "published": "2023-03-02T23:12:47Z", "references": [ { "type": "WEB", "url": "https://github.com/russellhaering/gosaml2/security/advisories/GHSA-6gc3-crp7-25w5" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26483" }, { "type": "WEB", "url": "https://github.com/russellhaering/gosaml2/commit/f9d66040241093e8702649baff50cc70d2c683c0" }, { "type": "PACKAGE", "url": "https://github.com/russellhaering/gosaml2" }, { "type": "WEB", "url": "https://github.com/russellhaering/gosaml2/releases/tag/v0.9.0" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2023-1602" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" } ], "summary": "gosaml2 vulnerable to Denial Of Service Via Deflate Decompression Bomb" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…