2021-10-15 18:29:59 +00:00
|
|
|
id: pma-server-import
|
|
|
|
|
|
|
|
info:
|
2023-03-10 16:44:12 +00:00
|
|
|
name: PhpMyAdmin Server Import Page - Detect
|
2021-10-15 18:29:59 +00:00
|
|
|
author: Cristi vlad (@cristivlad25)
|
|
|
|
severity: high
|
2023-03-10 16:44:12 +00:00
|
|
|
description: Multiple phpMyAdmin server import pages were detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-200
|
2021-10-15 19:39:19 +00:00
|
|
|
tags: phpmyadmin,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 10
|
2021-10-15 18:29:59 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-15 18:29:59 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/pma/server_import.php"
|
|
|
|
- "{{BaseURL}}/phpmyadmin/server_import.php"
|
|
|
|
- "{{BaseURL}}/phpMyAdmin 2/server_import.php"
|
|
|
|
- "{{BaseURL}}/db/server_import.php"
|
2021-10-15 19:40:48 +00:00
|
|
|
- "{{BaseURL}}/server_import.php"
|
2021-10-15 18:29:59 +00:00
|
|
|
- "{{BaseURL}}/PMA/server_import.php"
|
|
|
|
- "{{BaseURL}}/admin/server_import.php"
|
|
|
|
- "{{BaseURL}}/admin/pma/server_import.php"
|
|
|
|
- "{{BaseURL}}/phpMyAdmin/server_import.php"
|
|
|
|
- "{{BaseURL}}/admin/phpMyAdmin/server_import.php"
|
2021-10-15 19:39:19 +00:00
|
|
|
|
2021-10-15 18:29:59 +00:00
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-10-15 19:39:19 +00:00
|
|
|
condition: and
|
2021-10-15 18:29:59 +00:00
|
|
|
words:
|
|
|
|
- "File to import"
|
|
|
|
- "Location of the text file"
|
2021-10-15 19:39:19 +00:00
|
|
|
|
2021-10-15 18:29:59 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-10-15 19:35:33 +00:00
|
|
|
- 200
|