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

目标: 1000 元 · 已筹: 1336

100%

CWE-918 服务端请求伪造(SSRF) 类漏洞列表 2359

CWE-918 服务端请求伪造(SSRF) 类弱点 2359 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-918 服务端请求伪造(SSRF)是一种允许攻击者诱导服务器发起恶意请求的漏洞。当服务器接收外部提供的 URL 并据此获取内容时,若未严格校验目标地址,攻击者可构造请求访问内网资源或探测内部服务,从而绕过防火墙限制。开发者应实施严格的白名单机制,限制协议类型,禁用重定向,并对所有输入进行深度验证,确保请求仅能访问预期的合法外部资源,从而有效防御此类攻击。

MITRE CWE 官方描述
CWE:CWE-918 Server-Side Request Forgery (SSRF) 英文:Web 服务器从上游组件接收 URL 或类似请求,并检索该 URL 的内容,但未充分确保该请求被发送至预期的目的地。
常见影响 (3)
Confidentiality Read Application Data
Integrity Execute Unauthorized Code or Commands
Access Control Bypass Protection Mechanism
By providing URLs to unexpected hosts or ports, attackers can make it appear that the server is sending the request, possibly bypassing access controls such as firewalls that prevent the attackers from accessing the URLs directly. The server can be used as a proxy to conduct port scanning of hosts i…
代码示例 (1)
This code intends to receive a URL from a user, access the URL, and return the results to the user.
$url = $_GET['url']; # User-controlled input # Fetch the content of the provided URL $response = file_get_contents($url); echo $response;
Bad · PHP
# Define allowed URLs (or domains) $allowed_urls = [ 'https://example.com/data.json', 'https://api.example.com/info', ]; # Get the user-provided URL $url = $_GET['url'] ?? ''; # Validate against allowed URLs if (!in_array($url, $allowed_urls)) { http_response_code(400); echo "Invalid or unauthorized URL."; exit; } # Fetch content safely $response = @file_get_contents($url); if ($response === false) { http_response_code(500); echo "Failed to fetch content."; exit; } echo htmlspecialchars($response); # Escape output for safety
Good · PHP
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-90486 openstatus 自定义域名重写服务请求伪造漏洞 — openstatus 6.3 Medium 2026-09-12
CVE-2026-90446 Elasticsearch 任意路径插值导致凭据泄露 — Malcolm 5.3 Medium 2026-09-11
CVE-2026-49865 Kimai 发票PDF渲染SSRF漏洞 — kimai 5.3 Medium 2026-09-11
CVE-2026-54166 Shelf CSV导入绕过URL验证致SSRF漏洞 — shelf.nu 7.1 High 2026-09-11
CVE-2026-89242 WWBN AVideo 未认证 SSRF 漏洞 — AVideo 7.2 High 2026-09-11
CVE-2026-19486 Gemini企业版Agent平台App构建器SSRF漏洞 — Gemini Enterprise Agent Platform App Builder 8.7 High 2026-09-11
CVE-2026-54054 Transmute 远程文件导入 SSRF 漏洞 — transmute 6.5 Medium 2026-09-10
CVE-2026-79723 Langflow 服务端请求伪造漏洞 — Langflow OSS 5.0 Medium 2026-09-10
CVE-2026-81207 IBM Cloud Pak for Data 开源软件多个漏洞 — DataStage on Cloud Pak for Data 8.5 High 2026-09-10
CVE-2026-81213 Langflow 服务端请求伪造漏洞 — Langflow OSS 8.6 High 2026-09-10
CVE-2026-81265 Langflow 服务端请求伪造漏洞 — Langflow OSS 7.5 High 2026-09-10
CVE-2026-82097 IBM Cloud Pak for Data 第三方组件漏洞 — DataStage on Cloud Pak for Data 8.8 High 2026-09-10
CVE-2026-9667 IBM WebSphere Application Server 9.0.5.29 远程代码执行漏洞 — WebSphere Application Server 5.3 Medium 2026-09-10
CVE-2026-88056 Angular SSR 服务端请求伪造及凭证泄露 — angular 8.6 High 2026-09-10
CVE-2026-89049 AWS Systems Manager Agent 会话管理器端口转发 SSRF 漏洞 — Amazon SSM Agent 9.9 Critical 2026-09-10
CVE-2026-88896 EspoCRM 10.0.4 之前 服务端请求伪造漏洞 — espocrm 5.3 Medium 2026-09-10
CVE-2026-88892 OpenPanel 文件导入未验证导致的SSRF — openpanel 5.0 Medium 2026-09-10
CVE-2026-88001 Open WebUI 服务端请求伪造漏洞 — open-webui 5.0 Medium 2026-09-09
CVE-2026-87999 Open WebUI 服务端请求伪造漏洞 — open-webui 7.1 High 2026-09-09
CVE-2026-19233 Schneider Electric EcoStruxure IT Data Center Expert 服务端请求伪造漏洞 — EcoStruxure™ IT Data Center Expert (Formerly known as StruxureWare Data Center Expert) 8.6 High 2026-09-09
CVE-2026-86771 Grokability Snipe-IT 服务端请求伪造漏洞 — snipe-it 7.6 High 2026-09-09
CVE-2026-87821 Lara Dashboard 服务端请求伪造漏洞 — laradashboard 7.1 High 2026-09-09
CVE-2026-79635 Dell Secure Connect Gateway 服务端请求伪造漏洞 — Secure Connect Gateway 5.0 - Application 7.3 High 2026-09-09
CVE-2026-57866 Apache Impala 服务端请求伪造漏洞 — Apache Impala - - 2026-09-09
CVE-2026-54048 Apache Impala 服务端请求伪造漏洞 — Apache Impala - - 2026-09-09
CVE-2026-19733 Yordam Library Information and Document Automation Program 服务端请求伪造漏洞 — Library Information and Document Automation Program 5.3 Medium 2026-09-09
CVE-2026-80123 Dell Secure Connect Gateway 服务端请求伪造漏洞 — Secure Connect Gateway 5.0 - Application 7.3 High 2026-09-09
CVE-2026-87084 Tanium Enforce 服务端请求伪造漏洞 — Enforce 7.7 High 2026-09-09
CVE-2026-87595 Google Chrome 服务端请求伪造漏洞 — Chrome - - 2026-09-09
CVE-2026-86082 n8n 服务端请求伪造漏洞 — n8n 7.1 High 2026-09-08

CWE-918(服务端请求伪造(SSRF)) 是常见的弱点类别,本平台收录该类弱点关联的 2359 条 CVE 漏洞。