| { |
| "schema_version": "1.3.1", |
| "id": "GO-2023-1602", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2023-26483", |
| "GHSA-6gc3-crp7-25w5" |
| ], |
| "summary": "Denial of service via deflate decompression bomb in github.com/russellhaering/gosaml2", |
| "details": "A bug in SAML authentication library can result in Denial of Service attacks.\n\nAttackers can 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.", |
| "affected": [ |
| { |
| "package": { |
| "name": "github.com/russellhaering/gosaml2", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.9.0" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "github.com/russellhaering/gosaml2", |
| "symbols": [ |
| "DecodeUnverifiedBaseResponse", |
| "DecodeUnverifiedLogoutResponse", |
| "SAMLServiceProvider.RetrieveAssertionInfo", |
| "SAMLServiceProvider.ValidateEncodedLogoutRequestPOST", |
| "SAMLServiceProvider.ValidateEncodedLogoutResponsePOST", |
| "SAMLServiceProvider.ValidateEncodedResponse", |
| "SAMLServiceProvider.validationContext", |
| "maybeDeflate", |
| "parseResponse" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "ADVISORY", |
| "url": "https://github.com/advisories/GHSA-6gc3-crp7-25w5" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://github.com/russellhaering/gosaml2/commit/f9d66040241093e8702649baff50cc70d2c683c0" |
| }, |
| { |
| "type": "WEB", |
| "url": "https://github.com/russellhaering/gosaml2/releases/tag/v0.9.0" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2023-1602" |
| } |
| } |