Skip to content

Freshrss Admin Dashboard - Exposed

ID: freshrss-unauth

Severity: high

Author: ritikchaddha

Tags: freshrss,misconfig,unauth,exposed

Freshrss Admin Dashboard has been exposed.

id: freshrss-unauth
info:
name: Freshrss Admin Dashboard - Exposed
author: ritikchaddha
severity: high
description: |
Freshrss Admin Dashboard has been exposed.
classification:
cpe: cpe:2.3:a:freshrss:freshrss:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: freshrss
product: freshrss
shodan-query: title:"Freshrss"
tags: freshrss,misconfig,unauth,exposed
http:
- method: GET
path:
- "{{BaseURL}}/i/?a=logs"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'a=logout'
- 'FreshRSS'
- 'c=user&a=profile'
condition: and
- type: status
status:
- 200
# digest: 4b0a004830460221009d02a99ed7d4a181409f233c584cec2525b2ad92546f51ebd8fcd0085f7d2317022100f023d2204c9a588833b5619f9a6ee15736853559d28038e3aee153540cb5655b: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/freshrss-unauth.yaml"

View on Github