Description of problem: The directory /var/log/openvswitch is world readable and contains log files that are readable, which can result in the exposure of sensitive information. The 'other readable/execute' bits need to be removed from the /var/log/openvswitch directory. Because no sensitive data was found in the files, this is being raised as a hardening bug, and not a flaw. Version-Release number of selected component (if applicable): openvswitch-2.5.0-14.git20160727.el7fdp Steps to reproduce: $ ls -la /var/log/openvswitch total 40 drwxr-xr-x. 2 root root 52 Mar 6 20:40 . drwxr-xr-x. 28 root root 4096 Mar 12 21:57 .. -rw-r--r--. 1 root root 2106 Mar 12 21:57 ovsdb-server.log -rw-r--r--. 1 root root 28922 Mar 12 21:59 ovs-vswitchd.log
[root@localhost ~]# rpm -ivh openvswitch-2.5.0-14.git20160727.el7fdp.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:openvswitch-2.5.0-14.git20160727.################################# [100%] [root@localhost ~]# ls -ld /var/log/openvswitch/ drwxr-xr-x. 2 root root 6 Oct 4 2016 /var/log/openvswitch/ ^^^ other read/execute bits set [root@localhost ~]# rpm -Uvh openvswitch-2.5.0-15.git20160727.el7ost.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:openvswitch-2.5.0-15.git20160727.################################# [ 50%] Cleaning up / removing... 2:openvswitch-2.5.0-14.git20160727.################################# [100%] [root@localhost ~]# ls -ld /var/log/openvswitch/ drwxr-x---. 2 root root 6 Jul 26 08:58 /var/log/openvswitch/ ^^^ other read/execute bits not set.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:2698