Skip to content

Episerver Login Panel

ID: episerver-panel

Severity: info

Author: William Söderberg @ WithSecure

Tags: panel,optimizely,episerver

Episerver login panel was detected.

id: episerver-panel
info:
name: Episerver Login Panel
author: William Söderberg @ WithSecure
severity: info
description: Episerver login panel was detected.
reference:
- https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/changing-edit-and-admin-view-urls
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:episerver:episerver:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"epihash"
product: episerver
vendor: episerver
tags: panel,optimizely,episerver
http:
- method: GET
path:
- "{{BaseURL}}/episerver/cms"
matchers-condition: and
matchers:
- type: regex
regex:
- "Util.*%2(f|F)episerver%2(f|F)cms"
part: header
- type: status
status:
- 302
# digest: 4b0a004830460221009d9efb4f34e8b2b8f7d4c94db93562c027791d3236f83579be6d28a93978722d022100e4166c75ef6b62b8adbbbd92ccf48ffac433de5d4978346ad0d38b478de98e0b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/episerver-panel.yaml"

View on Github