Skip to content

Odoo - Database Manager Discovery

ID: odoo-database-manager

Severity: low

Author: __Fazal,R3dg33k

Tags: panel,odoo,backup

Odoo database manager was discovered.

id: odoo-database-manager
info:
name: Odoo - Database Manager Discovery
author: __Fazal,R3dg33k
severity: low
description: Odoo database manager was discovered.
classification:
cpe: cpe:2.3:a:odoo:odoo:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: odoo
product: odoo
shodan-query:
- title:"Odoo"
- http.title:"odoo"
- cpe:"cpe:2.3:a:odoo:odoo"
fofa-query: title="odoo"
google-query: intitle:"odoo"
tags: panel,odoo,backup
http:
- method: GET
path:
- '{{BaseURL}}/web/database/manager'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Odoo</title>"
- ".o_database_delete"
condition: and
- type: status
status:
- 200
# digest: 490a004630440220338cb02f72e0bc84523f58199af9acf2e3096626b8ce9477a96b4c15fdd1336802207e51490dde00d36f1da56284279035a30b5219db9d1880327c0dc0e37c159ba2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/odoo-database-manager.yaml"

View on Github