Skip to content

ClipBucket Installer - Exposure

ID: clipbucket-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,clipbucket,install,exposure

ClipBucket is susceptible to the Installation page exposure due to misconfiguration.

id: clipbucket-installer
info:
name: ClipBucket Installer - Exposure
author: DhiyaneshDk
severity: high
description: ClipBucket is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:clip-bucket:clipbucket:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: clip-bucket
product: clipbucket
shodan-query: http.favicon.hash:538583492
fofa-query: icon_hash="538583492"
tags: misconfig,clipbucket,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/cb_install/'
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<title>ClipBucket ([a-z0-9.]+) STABLE Installer</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100a6662a9418cc8acdc25da083cf82b2332acb12815149ba2c221eb01116f6b9ae022100e69dc6cabf2699842e191c9774aa650dbd912d3e5b54c54936da53bcc3bfe084: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/misconfiguration/installer/clipbucket-installer.yaml"

View on Github