目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84366— Scrapy S3下载默认明文传输漏洞

一分钟漏洞结论

影响对象
scrapy scrapy
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Scrapy 是一个用于 Python 的高级网络爬虫和网页抓取框架。在 2.17.0 版本之前,在 中,Scrapy 的 会将 S3 协议(s3-scheme)的桶(bucket)和键(key)请求转换为发往对应 S3 端点的明文 HTTP 请求,除非显式启用了 。此时,它使用配置好的 AWS 凭证对该明文请求进行签名并发送。 任何能够观察 Scrapy 与 S3 之间流量传输路径的网络攻击者都可以读取桶和键的路径、AWS Authorization 请求头、使用临时凭证时的 、S3 对象内容以及 S3 响应头。

CVSS 7.4 · High EPSS 0.16% · P5
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-84366 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Scrapy: S3DownloadHandler sends signed S3 requests over plaintext HTTP by default
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
敏感数据的明文传输
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
scrapy scrapy < 2.17.0 -

二、漏洞 CVE-2026-84366 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-84366 的情报信息

登录查看更多情报信息。

CVE-2026-84366 补丁与修复 (1)

CVE-2026-84366 厂商安全公告 (1)

CVE-2026-84366 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84366

暂无评论


发表评论