Skip to content

Neos CMS Login Panel - Detect

ID: neos-panel

Severity: info

Author: k11h-de

Tags: panel,neos,cms,login

Neos CMS login panel was detected.

id: neos-panel
info:
name: Neos CMS Login Panel - Detect
author: k11h-de
severity: info
description: Neos CMS login panel was detected.
reference:
- https://github.com/neos/neos/blob/master/Configuration/Routes.yaml
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
metadata:
max-request: 1
tags: panel,neos,cms,login
http:
- method: GET
path:
- '{{BaseURL}}/neos/login'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Neos comes with ABSOLUTELY NO WARRANTY'
- type: status
status:
- 200
extractors:
- type: kval
kval:
- 'x_flow_powered'
# digest: 490a004630440220086760fa1e853bafe55b29a900d2498975662d9866f4e21ef79014faa91c81a5022040dd46e26c9270c39ad1fdb0e0944f92bcac3067da8a49b8e56a99b3c862f4e0: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/neos-panel.yaml"

View on Github