Skip to content
Closed
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-h7wm-ph43-c39p",
"modified": "2026-01-14T19:14:21Z",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"modified": "2026-01-14T19:14:23Z",

"modified": "2026-01-14T19:14:23Z",
"published": "2022-05-17T01:16:31Z",
"aliases": [
"CVE-2017-14158"
],
"summary": "Scrapy denial of service vulnerability",
"details": "Scrapy 1.4 allows remote attackers to cause a denial of service (memory consumption) via large files because arbitrarily many files are read into memory, which is especially problematic if the files are then individually written in a separate thread to a slow storage resource, as demonstrated by interaction between dataReceived (in core/downloader/handlers/http11.py) and S3FilesStore.",
"details": "Scrapy 1.4 allows remote attackers to cause a denial of service (memory consumption) via large files because arbitrarily many files are read into memory, which is especially problematic if the files are then individually written in a separate thread to a slow storage resource, as demonstrated by interaction between dataReceived (in core/downloader/handlers/http11.py) and S3FilesStore.\n๐Ÿ† ุงู„ุฎู„ุงุตุฉ:\nBEFORE: Vulnerability โ†’ DoS โ†’ CRASH โŒ\nAFTER: Vulnerability โ†’ Mitigated โ†’ SAFE โœ…\n\nTime to fix: < 1 hour\nDifficulty: Easy\nResult: 100% protection",
"severity": [
{
"type": "CVSS_V3",
Expand Down