From owner-freebsd-ports-bugs@freebsd.org Wed Aug 23 08:05:10 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED8E4DE11A2 for ; Wed, 23 Aug 2017 08:05:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB05A66653 for ; Wed, 23 Aug 2017 08:05:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7N85ALc072783 for ; Wed, 23 Aug 2017 08:05:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221734] net-mgmt/icinga2: api-users.conf has world readability access (oct 644) and contains passwords! Date: Wed, 23 Aug 2017 08:05:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: lme@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2017 08:05:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221734 Bug ID: 221734 Summary: net-mgmt/icinga2: api-users.conf has world readability access (oct 644) and contains passwords! Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: lme@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: lme@FreeBSD.org Flags: maintainer-feedback?(lme@FreeBSD.org) When installing port net-mgmt/icinga2 and someone intends to use satellites/zones, the icinga feature "API" needs to be enabled and setup. When performing a trivial CLI command sequence "icinga2 api setup", a stand= ard file is installed in the FreeBSD standard installation path called /usr/local/etc/icinga2/conf.d/api-users.conf which has the follwoing access settings: -rw-r--r-- 1 root wheel 281 Aug 22 07:43 api-users.conf So the file, although containing sensitive passwords for the remote API acc= ess, has world readability! Changing the access rights with "chmod 600" ends up in a Compile error from icinga2 core, as well as "chmod 640", because icinga2 core is running uid:g= id "icinga:icinga". I performed "chown icinga:wheel api-users.conf" and "chmod 600 api-users.co= nf" to gain maximum protection - not aware of any other implications so far. --=20 You are receiving this mail because: You are the assignee for the bug.=