Skip to content

Xibo CMS Login Panel - Detect

ID: xibocms-login

Severity: info

Author: ritikchaddha,daffainfo

Tags: panel,xibocms

Xibo CMS login panel was detected.

id: xibocms-login
info:
name: Xibo CMS Login Panel - Detect
author: ritikchaddha,daffainfo
severity: info
description: Xibo CMS login panel was detected.
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:springsignage:xibo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"/xibosignage/xibo-cms"
product: xibo
vendor: springsignage
tags: panel,xibocms
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'xibo-cms'
- 'class="XiboFormButton'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '([0-9.]+) | <a id="source-link"'
# digest: 4a0a00473045022100e0b3b30498e9b4c7bffcb6d783b7f72b15b4bc45f2b2120e3baa0a22201f041c02206bc1547fb410cb895e3c4b3496b7ebf33fac317454a41388a2f138c6c090e20f: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/xibocms-login.yaml"

View on Github