CWE-918 - Server-Side Request Forgery (SSRF)

  • 摘要:Base
  • 结构:Simple
  • 状态:Incomplete
  • 发布日期:2013-02-21
  • 更新日期:2026-04-30

名称

Server-Side Request Forgery (SSRF)

描述

The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

常见后果

范围: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 in internal networks, use other URLs such as that can access documents on the system (using file://), or use other protocols such as gopher:// or tftp://, which may provide greater control over the contents of requests.

相关 CWE

相关警报