Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2qfp-q593-8484",
"modified": "2025-11-07T19:11:50Z",
"modified": "2025-11-07T19:11:51Z",
"published": "2025-10-31T00:30:35Z",
"aliases": [
"CVE-2025-6176"
],
"summary": "Scrapy with Brotli is vulnerable to a denial of service (DoS) attack due to decompression",
"details": "Brotli versions up to 1.1.0 are vulnerable to a denial of service (DoS) attack due to decompression. This issue has been patched in Brotli version 1.2.0. \n\nAdditionally, this affects users who implement the Brotli decompression with Scrapy versions up to 2.13.2, leaving them vulnerable to a denial of service (DoS) attack. The protection mechanism against decompression bombs fails to mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data, leading to excessive memory consumption during decompression.",
"summary": "Scrapy is vulnerable to a denial of service (DoS) attack due to flaws in brotli decompression implementation",
"details": "Scrapy versions up to 2.13.3 are vulnerable to a denial of service (DoS) attack due to a flaw in its brotli decompression implementation. The protection mechanism against decompression bombs fails to mitigate the brotli variant, allowing remote servers to crash clients with less than 80GB of available memory. This occurs because brotli can achieve extremely high compression ratios for zero-filled data, leading to excessive memory consumption during decompression. Mitigation for this vulnerability needs security enhancement added in brotli v1.2.0.\n",
"severity": [
{
"type": "CVSS_V3",
Expand All @@ -18,7 +18,7 @@
{
"package": {
"ecosystem": "PyPI",
"name": "brotli"
"name": "Scrapy"
},
"ranges": [
{
Expand All @@ -28,19 +28,19 @@
"introduced": "0"
},
{
"fixed": "1.2.0"
"fixed": "2.13.4"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 1.1.0"
"last_known_affected_version_range": "<= 2.13.3"
}
},
{
"package": {
"ecosystem": "PyPI",
"name": "Scrapy"
"name": "brotli"
},
"ranges": [
{
Expand All @@ -50,34 +50,21 @@
"introduced": "0"
},
{
"last_affected": "2.13.3"
"fixed": "1.2.0"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "<= 1.1.0"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6176"
},
{
"type": "WEB",
"url": "https://github.com/google/brotli/issues/1327#issuecomment-3457434715"
},
{
"type": "WEB",
"url": "https://github.com/google/brotli/issues/1327#issuecomment-3479462458"
},
{
"type": "WEB",
"url": "https://github.com/google/brotli/issues/1375"
},
{
"type": "WEB",
"url": "https://github.com/github/advisory-database/pull/6380"
},
{
"type": "WEB",
"url": "https://github.com/google/brotli/pull/1234"
Expand All @@ -91,13 +78,17 @@
"url": "https://github.com/google/brotli/commit/67d78bc41db1a0d03f2e763497748f2f69946627"
},
{
"type": "PACKAGE",
"url": "https://github.com/google/brotli"
"type": "WEB",
"url": "https://github.com/scrapy/scrapy/commit/14737e91edc513967f516fc839cc9c8a4f8d91da"
},
{
"type": "WEB",
"url": "https://github.com/google/brotli/releases/tag/v1.2.0"
},
{
"type": "PACKAGE",
"url": "https://github.com/scrapy/scrapy"
},
{
"type": "WEB",
"url": "https://huntr.com/bounties/2c26a886-5984-47ee-a421-0d5fe1344eb0"
Expand Down
Loading