GHSA-5MQJ-XC49-246P
Vulnerability from github – Published: 2023-03-22 21:23 – Updated: 2023-03-22 21:49
VLAI?
Summary
crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb
Details
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.
Severity ?
7.5 (High)
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/crewjam/saml"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.4.13"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-28119"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2023-03-22T21:23:25Z",
"nvd_published_at": "2023-03-22T20:15:00Z",
"severity": "HIGH"
},
"details": "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.\n",
"id": "GHSA-5mqj-xc49-246p",
"modified": "2023-03-22T21:49:43Z",
"published": "2023-03-22T21:23:25Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/crewjam/saml/security/advisories/GHSA-5mqj-xc49-246p"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28119"
},
{
"type": "WEB",
"url": "https://github.com/crewjam/saml/commit/8e9236867d176ad6338c870a84e2039aef8a5021"
},
{
"type": "PACKAGE",
"url": "https://github.com/crewjam/saml"
}
],
"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:H",
"type": "CVSS_V3"
}
],
"summary": "crewjam/saml vulnerable to Denial Of Service Via Deflate Decompression Bomb"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…