2021-07-02 18:46:36 +00:00
|
|
|
id: grails-database-admin-console
|
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Grails Admin Console Panel - Detect
|
2021-07-02 18:46:36 +00:00
|
|
|
author: emadshanab
|
2023-02-02 23:05:19 +00:00
|
|
|
severity: medium
|
2022-11-19 01:50:30 +00:00
|
|
|
description: Grails Admin Console panel was detected.
|
|
|
|
classification:
|
2023-02-02 23:05:19 +00:00
|
|
|
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
|
2022-11-19 01:50:30 +00:00
|
|
|
cwe-id: CWE-200
|
2023-01-27 14:57:27 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/grails-database-console/
|
2023-02-02 23:05:19 +00:00
|
|
|
- http://h2database.com/html/quickstart.html#h2_console
|
2021-07-02 18:46:36 +00:00
|
|
|
tags: grails,panel
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-07-02 18:46:36 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-02 18:46:36 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/dbconsole/'
|
|
|
|
- '{{BaseURL}}/h2-console/'
|
|
|
|
|
2021-08-30 06:47:26 +00:00
|
|
|
matchers-condition: and
|
2021-07-02 18:46:36 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>H2 Console</title>"
|
2021-08-30 09:51:21 +00:00
|
|
|
|
2021-08-30 06:47:26 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Sorry, remote connections ('webAllowOthers') are disabled on this server"
|
|
|
|
negative: true
|