Bug 1431499 - openvswitch: /var/log/openvswitch is world readable
Summary: openvswitch: /var/log/openvswitch is world readable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openvswitch
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: zstream
: 6.0 (Juno)
Assignee: Timothy Redaelli
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-03-13 02:12 UTC by Summer Long
Modified: 2022-07-09 09:14 UTC (History)
21 users (show)

Fixed In Version: openvswitch-2.4.1-2.git20160727.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1431497
: 1431501 (view as bug list)
Environment:
Last Closed: 2017-09-06 17:50:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-16874 0 None None None 2022-07-09 09:14:03 UTC
Red Hat Product Errata RHSA-2017:2665 0 normal SHIPPED_LIVE Moderate: openvswitch security update 2017-09-06 21:49:41 UTC

Description Summer Long 2017-03-13 02:12:42 UTC
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.4.0-2.el7_2

Steps to reproduce:
$ ls -la /var/log/openvswitch
total 36
drwxr-xr-x.  2 root root    52 Mar  5 23:44 .
drwxr-xr-x. 25 root root  4096 Mar 12 22:04 ..
-rw-r--r--.  1 root root  2487 Mar 12 22:04 ovsdb-server.log
-rw-r--r--.  1 root root 27615 Mar 12 22:05 ovs-vswitchd.log

Comment 4 Lon Hohberger 2017-09-05 13:36:36 UTC
[root@localhost ~]# rpm -q openvswitch
openvswitch-2.4.1-1.git20160727.el7_2.x86_64
[root@localhost ~]# ls -l /var/log/openvswitch
total 0
[root@localhost ~]# ls -ld !$
ls -ld /var/log/openvswitch
drwxr-xr-x. 2 root root 6 Jul 26  2016 /var/log/openvswitch
       ^^^ 'other' world read/execute bits set.

[root@localhost ~]# rpm -Uvh openvswitch-2.4.1-2.git20160727.el7ost.x86_64.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:openvswitch-2.4.1-2.git20160727.e################################# [ 50%]
Cleaning up / removing...
   2:openvswitch-2.4.1-1.git20160727.e################################# [100%]
[root@localhost ~]# ls -ld /var/log/openvswitch/
drwxr-x---. 2 root root 6 Jul 25 11:28 /var/log/openvswitch/
       ^^^ 'other' world read/execute bits NOT set.

Verified with openvswitch-2.4.1-2.git20160727.el7ost.

Comment 6 errata-xmlrpc 2017-09-06 17:50:13 UTC
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:2665


Note You need to log in before you can comment on or make changes to this bug.