MariaDB vulnerabilities

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
nevillestyles
Posts: 19
Joined: Thu Aug 05, 2021 2:37 pm

MariaDB vulnerabilities

Post by nevillestyles »

Good morning,

This relates to https://support.nagios.com/forum/viewto ... 7&p=338012

I've followed the instructions to harden our instance of MariaDB and most steps have worked successfully. However when I update the permissions on /var/www/html/nagiosna/application/config/config.local.php some aspects of NA stop working, for example when I view a data source:

Image

The gap indicates where I set the file permissions to 670, the gap ended when I reverted them.

Regards,
Neville
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: MariaDB vulnerabilities

Post by ssax »

Thanks, I've updated the post so it doesn't cause others to run into the issue.

Please PM the output of these commands:

Code: Select all

ls -ld /usr/local/nagiosna/var
ls -l /usr/local/nagiosna/var
Locked