Version
NagiosXI: Nagios XI 5.5.11
uname -a: Linux cvglqnagios01.td.afg 3.10.0-957.5.1.el7.x86_64 #1 SMP Wed Dec 19 10:46:58 EST 2018 x86_64 x86_64 x86_64 GNU/Linux
Problem
After upgrading Nagios XI to 5.5.11 we received notice from our Qualys team
that the server is still vulnerable to CVE-2018-10738, CVE-2018-10737,
CVE-2018-10736, and/or CVE-2018-10735.
Suggested solution
They are advising that we create the following file and add a stanza. Is
this a supported fix? Thx.
/etc/httpd/conf.d/nagiosql.conf
Alias /nagiosql "/var/www/html/nagiosql"
<Directory "/var/www/html/nagiosql">
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>