ID Security

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

ID Security

Post by rajasegar »

XI 2014R1.2

There is a security concern on all the ID and password stored in clear text in the CCM.
Can you please advice how get around this issue?

Thanks
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: ID Security

Post by tmcdonald »

I can certainly put in a feature request for salted+hashed passwords in the database, but where specifically were you referring to? If you mean in the host/service definitions as arguments the way to keep them from being displayed is to place them in the resource.cfg file and reference them as $USERX$ macros.
Former Nagios employee
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: ID Security

Post by rajasegar »

tmcdonald wrote:I can certainly put in a feature request for salted+hashed passwords in the database, but where specifically were you referring to? If you mean in the host/service definitions as arguments the way to keep them from being displayed is to place them in the resource.cfg file and reference them as $USERX$ macros.
Security team requirements.

Password cannot be displayed anywhere in clear text and must be stored in encrypted state.
This includes in the definition files *.cfg, resource.cfg & DB.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: ID Security

Post by tmcdonald »

The database is possible, we just need to salt+hash passwords and do a compare when authenticating.

However, since the passwords in *.cfg and resource.cfg need to be sent/used (as opposed to compared against) there is no way they can be encrypted. You can't send a FTP password to test file upload capabilities if that password is not known (i.e. it is encrypted).
Former Nagios employee
Locked