nuclei-templates/exposed-panels/odoo-database-manager.yaml

33 lines
734 B
YAML
Raw Normal View History

2021-06-17 07:32:26 +00:00
id: odoo-database-manager
2021-06-17 07:03:49 +00:00
info:
2023-01-27 15:52:41 +00:00
name: Odoo Database Manager Panel - Detect
2021-06-17 07:03:49 +00:00
author: __Fazal,R3dg33k
2023-02-02 23:05:19 +00:00
severity: critical
description: Odoo database manager was discovered and allows access to databases.
reference:
- https://www.odoo.com/
2023-01-27 14:57:27 +00:00
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:H/I:H/A:H
cvss-score: 9.8
2023-01-27 14:57:27 +00:00
cwe-id: CWE-200
2021-06-17 07:32:26 +00:00
tags: panel,odoo
2021-06-17 07:03:49 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
2021-06-17 07:08:17 +00:00
2021-06-17 07:03:49 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-06-17 07:21:50 +00:00
- "<title>Odoo</title>"
- "{ action: 'database_manager' }"
condition: and
# Enhanced by mp on 2022/07/15