๐Ÿ” CVE Alert

CVE-2026-84366

HIGH 7.4

Scrapy: S3DownloadHandler sends signed S3 requests over plaintext HTTP by default

CVSS Score
7.4
EPSS Score
0.0%
EPSS Percentile
0th

Scrapy is a high-level web crawling and scraping framework for Python. Prior to 2.17.0, in scrapy/core/downloader/handlers/s3.py, Scrapy's S3DownloadHandler converts an S3-scheme bucket and key request into a plaintext HTTP request to the corresponding S3 endpoint unless request.meta["is_secure"] is explicitly enabled, then signs and sends the plaintext request with configured AWS credentials. A network attacker who can observe traffic between Scrapy and S3 can read the bucket and key path, AWS Authorization header, X-Amz-Security-Token when temporary credentials are used, S3 object contents, and S3 response headers. An active man-in-the-middle attacker can also modify the plaintext S3 response body, status code, and headers before Scrapy processes them, causing scraped-data poisoning, poisoned exports, HTTP cache poisoning when caching is enabled, or influence over later crawl targets through forged redirects or attacker-controlled links. Users making S3-scheme requests with AWS credentials are affected. This issue is fixed in version 2.17.0.

CWE CWE-319
Vendor scrapy
Product scrapy
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for scrapy scrapy

Be the first to know when new high vulnerabilities affecting scrapy scrapy are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

scrapy / scrapy
< 2.17.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/scrapy/scrapy/security/advisories/GHSA-76g3-c3x4-crvx github.com: https://github.com/scrapy/scrapy/commit/9523e1ec8c41fde265a26d14563d178b6f1ad04b github.com: https://github.com/scrapy/scrapy/releases/tag/2.17.0