2023-01-17 15:16:44 +00:00
|
|
|
id: froxlor-database-backup
|
2023-01-17 05:08:21 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-08 19:48:19 +00:00
|
|
|
name: Froxlor Server Management Backup File - Detect
|
2023-01-17 05:08:21 +00:00
|
|
|
author: tess
|
2023-01-18 08:08:04 +00:00
|
|
|
severity: medium
|
2023-02-08 16:54:51 +00:00
|
|
|
description: Froxlor Server Management backup file was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2023-01-17 05:08:21 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-01-24 06:06:12 +00:00
|
|
|
shodan-query: title:"Froxlor Server Management Panel"
|
2023-01-17 15:16:44 +00:00
|
|
|
tags: froxlor,backup,exposure,disclosure
|
2023-01-17 05:08:21 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/install/froxlor.sql'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-01-17 15:28:45 +00:00
|
|
|
- "DROP TABLE IF EXISTS"
|
2023-01-17 05:08:21 +00:00
|
|
|
- "CREATE TABLE"
|
2023-01-17 15:24:08 +00:00
|
|
|
- "PRIMARY KEY"
|
2023-01-17 05:08:21 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/sql"
|
2023-01-17 15:24:08 +00:00
|
|
|
- "application/x-sql"
|
|
|
|
- "application/octet-stream"
|
|
|
|
- "text/plain"
|
|
|
|
condition: or
|
2023-01-17 05:08:21 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-08 16:54:51 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/08
|