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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72848— langchain-community SitemapLoader SSRF漏洞

一分钟漏洞结论

影响对象
langchain-ai langchain-community
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

漏洞描述翻译: 在 文件中的 函数里, 控制机制仅被应用于最终的 URL 条目。虽然循环遍历 URL 元素时会过滤掉跨域的位置,但遍历嵌套 Sitemap 元素时,会直接将子级 传递给 。该方法会调用 ,进而发起一个 GET 请求,且在此过程中没有进行域名比较,也未检查目标是否为私有地址、环回地址(localhost)或链路本地地址。 因此,攻击者如果能够控制或影响某个被加载的 Sitemap,就可以将一个嵌套 Sitemap 条目指向内部地址(如内网地址),即使部署该应用的开发者明确设置了 以限制出站请求仅访问相

CVSS 8.6 · High EPSS 0.48% · P39

影响版本矩阵 1

厂商产品 版本范围状态
langchain-ai langchain-community ≤ 0.4.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
langchain-community SitemapLoader Does Not Apply restrict_to_same_domain to Nested Sitemap Index Entries, Allowing Server-Side Request Forgery
来源: CVE Program / CVE List V5
Vulnerability Description
SitemapLoader.parse_sitemap in langchain_community/document_loaders/sitemap.py applies the documented restrict_to_same_domain control only to leaf url entries. The loop over url elements filters cross-domain locations, but the loop over nested sitemap elements passes the child loc straight to self.scrape_all([loc.text], "xml"), which reaches WebBaseLoader.scrape_all and an aiohttp GET, with no domain comparison and no check for private, loopback or link-local destinations. An attacker who controls or influences an ingested sitemap can therefore point a nested sitemap entry at an internal address and make the server fetch it even when the deploying application set restrict_to_same_domain to True specifically to confine outbound requests. The fetched content is parsed and surfaces in the returned Documents, so internal responses are disclosed to the caller rather than merely requested.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
服务端请求伪造(SSRF)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
langchain-ai langchain-community 0 ~ 0.4.2 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 8441 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-72848 厂商安全公告 (2)

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

CVE-2026-72848 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-72848

暂无评论


发表评论