Skip to Content
Menu
This question has been flagged

Backups and Restore at :


https://:8069/web/database/manager

Open form without request of login.

Is available to all user connect info Intranet Lan of company.

The information store inside to SQL postgres engine is uplodable for all user.

All field password with EYE on right is allow to view password of access to engine

All User is available to change password of Engine SQL.


This status is problem of compromise security of data, violation of sensitive data of company and connect problem with inappropiate access from not autorize administrator rules.


Is available specific tecnical setup or flag for allow access only to loged user with administrator credential ? 


Thank for all


Avatar
Discard
Best Answer

Hi,

By default the /web/database/manager page is protected by master password. Not sure about the version that you are using, in the latest version, the master will be enforced to set, but if you are using an older version, you can make sure that, you have configured the master password for your odoo instance.

Once the master password is configured for the odoo instance, for all the database operations, like restore, create, delete and back up, this password will be asked.


If you see any security issue, with this implementation, you can report it to: security@odoo.com


If you don't need to expose this page, you can set list_db=False in your odoo configuration file, so that it wont be accessible to any users. 

If you need to allow to only for specific users, you can remove list_db=False from configuration file and adjust it from the nginx file as per your need, based on IP.


Thanks

Avatar
Discard
Related Posts Replies Views Activity
3
Jul 24
6827
2
Dec 21
6807
1
May 21
3939
1
Mar 24
6145
3
Aug 16
4370