From owner-svn-ports-head@freebsd.org Thu Jun 14 21:02:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1063F100637D; Thu, 14 Jun 2018 21:02:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DBC082275; Thu, 14 Jun 2018 21:02:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F72C6029; Thu, 14 Jun 2018 21:02:31 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5EL2V47011922; Thu, 14 Jun 2018 21:02:31 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5EL2VSX011921; Thu, 14 Jun 2018 21:02:31 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201806142102.w5EL2VSX011921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 14 Jun 2018 21:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472397 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 472397 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 21:02:32 -0000 Author: rene Date: Thu Jun 14 21:02:30 2018 New Revision: 472397 URL: https://svnweb.freebsd.org/changeset/ports/472397 Log: List GPG parsing vulnerabilities in sysutils/password-store < 1.7.2 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 14 20:17:42 2018 (r472396) +++ head/security/vuxml/vuln.xml Thu Jun 14 21:02:30 2018 (r472397) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + password-store -- GPG parsing vulnerabilities + + + password-store + 1.7.2 + + + + +

Jason A. Donenfeld reports:

+
+

Markus Brinkmann discovered that [the] parsing of gpg command line + output with regexes isn't anchored to the beginning of the line, + which means an attacker can generate a malicious key that simply has + the verification string as part of its username.

+

This has a number of nasty consequences:

+
    +
  • an attacker who manages to write into your ~/.password-store + and also inject a malicious key into your keyring can replace + your .gpg-id key and have your passwords encrypted under + additional keys;
  • +
  • if you have extensions enabled (disabled by default), an + attacker who manages to write into your ~/.password-store and + also inject a malicious key into your keyring can replace your + extensions and hence execute code.
  • +
+
+ +
+ + https://lists.zx2c4.com/pipermail/password-store/2018-June/003308.html + CVE-2018-12356 + + + 2018-06-14 + 2018-06-14 + +
+ libgcrypt -- side-channel attack vulnerability