CVE-2017-14158
high
CVSS v3
7.5
CVSS v2
7.8
VIR risk
7.5
Description
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.
Predictions
Exploit likelihood
83%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-14158
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | affected | |
| debian | bullseye | affected | |
| debian | forky | affected | |
| debian | sid | affected | |
| debian | trixie | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| scrapy | scrapy | 1.4 | |
References
- http://blog.csdn.net/wangtua/article/details/75228728
- https://github.com/scrapy/scrapy/issues/482
- https://nvd.nist.gov/vuln/detail/CVE-2017-14158
- https://github.com/pypa/advisory-database/blob/8b7a4d62a95e8f605e5dfb4e0b4f299e6403dc12/vulns/scrapy/PYSEC-2017-83.yaml
- https://github.com/pypa/advisory-database/tree/main/vulns/scrapy/PYSEC-2017-83.yaml
- https://github.com/scrapy/scrapy
- https://github.com/advisories/GHSA-h7wm-ph43-c39p
- https://security-tracker.debian.org/tracker/CVE-2017-14158
CWEs
CWE-400
Verify integrity in audit chain (admin only). AS-IS.