Skip to content

Permissions Installer Exposure

ID: permissions-installer

Severity: high

Author: pussycat0x

Tags: misconfig,permissions,install,exposure

Permissions Installer is susceptible to the Installation page exposure due to misconfiguration.

id: permissions-installer
info:
name: Permissions Installer Exposure
author: pussycat0x
severity: high
description: Permissions Installer is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:suse:permissions:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: suse
product: permissions
shodan-query: title:" Permissions | Installer"
tags: misconfig,permissions,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title> Permissions | Installer'
- type: status
status:
- 200
# digest: 480a00453043021f5b277c669b2b65561636600bf2de8e454cb8311f3e54341c97f15102271a9a02207aa53cf3436d4c4c2644d967d28a2b7869db80ed0387ec294d00145b7360011b: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/permissions-installer.yaml"

View on Github