Skip to content

Tiny Tiny RSS Installer Exposure

ID: tiny-rss-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,tiny,install

Tiny Tiny RSS is susceptible to the Installation page exposure due to misconfiguration.

id: tiny-rss-installer
info:
name: Tiny Tiny RSS Installer Exposure
author: DhiyaneshDk
severity: high
description: Tiny Tiny RSS is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:tt-rss:tiny_tiny_rss:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: tt-rss
product: tiny_tiny_rss
shodan-query: title:"Tiny Tiny RSS - Installer"
tags: misconfig,tiny,install
http:
- method: GET
path:
- '{{BaseURL}}/install/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Tiny Tiny RSS - Installer'
- 'Test configuration'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100f210124c44bd5a56be9fca620fd92d6580f5c8b0b782d14dd426d3021e67f1d1022100eb8ea3c3a4553cab98804c0d51d2cf2ddc611049c8f27be78bdabca2ef275ef3: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/tiny-rss-installer.yaml"

View on Github