Page 1 of 1

Nagios XI PostgresSQL vulnerabilities

Posted: Thu Jul 08, 2021 8:32 am
by pcappell
Hello,

We have received a report from our weekly security scans that the version of PostgresSQL that is running on our Nagios XI instances has multiple vulnerabilities.
There are no specific vulnerability listed, just that we should upgrade to 9.3.23 or later.

I went through the Nagios XI change logs and did not find that PostgresSQL has been upgraded; but I am not positive if this is a database that is bundled with Nagios XI or RHEL.

If this is bundled with Nagios XI, are there plans to upgrade PostgresSQL to a newer version in the future? If it is not bundled, will we be safe to upgrade PostgresSQL to a newer version, and if so, is there a recommended version that falls into these version numbers: 9.3.23 / 9.4.18 / 9.5.13 / 9.6.9 / 10.4 or later.

Best,
Paul

Re: Nagios XI PostgresSQL vulnerabilities

Posted: Thu Jul 08, 2021 3:31 pm
by ssax
It likely came from XI, I would need a copy of your profile.zip file from Admin > System Profile in order to see if XI is using it or not.

XI systems that were upgraded from pre-XI 5.X versions would still utilize the postgresql DB for the nagiosxi database if not manually converted by the below process:

You can migrate the nagiosxi database from postgresql to mysql if you'd like (not required):

https://support.nagios.com/kb/article.php?id=560

You can upgrade postgresql (I don't think we have a limitation on the version as far as I'm aware) to v9+ but you must do this once on v9.1 or later:

https://support.nagios.com/kb/article/n ... r-754.html

Re: Nagios XI PostgresSQL vulnerabilities

Posted: Mon Jul 12, 2021 9:41 am
by pcappell
Hello,

I have sent a copy of our profile.zip via PM.

Best,
Paul

Re: Nagios XI PostgresSQL vulnerabilities

Posted: Mon Jul 12, 2021 9:53 am
by ssax
Yes, your system is using postgresql so it must've been upgraded from a pre-XI 5 system, so you can either convert to mysql or upgrade postgresql to close the vulnerabilities.

Re: Nagios XI PostgresSQL vulnerabilities

Posted: Tue Jul 20, 2021 12:45 pm
by pcappell
Thank you ssax,

I believe we will be going the route of MySQL migration.

Best,
Paul