35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
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.
|
|
classification:
|
|
cpe: cpe:2.3:a:odoo:odoo:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: odoo
|
|
product: odoo
|
|
shodan-query: title:"Odoo"
|
|
tags: odoo,database,unauth,misconfig
|
|
|
|
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
|
|
# digest: 4a0a00473045022100caafc6781638677ab59601521c8dbcf4c8c5445d44eab10dad8059763f60d5ce022075149cc8e1b26ae4cfad9d72209865446676bc49abd5c652d2798dc29af1af27:922c64590222798bb761d5b6d8e72950 |