30 lines
763 B
YAML
30 lines
763 B
YAML
|
id: odoo-unprotected-database
|
||
|
|
||
|
info:
|
||
|
name: Odoo - Unprotected Database
|
||
|
author: pdteam
|
||
|
severity: critical
|
||
|
description: |
|
||
|
The system has an Odoo application whose database manager is unprotected, indicating potential unauthorized access.
|
||
|
remediation: |
|
||
|
Implement and enforce proper authentication and access control measures to protect the Odoo database manager.
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"Odoo"
|
||
|
tags: odoo,database,unauth
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/web/database/manager'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Warning, your Odoo database manager is not protected."
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|