From owner-svn-ports-head@freebsd.org Fri Feb 14 01:16:14 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0013223C348; Fri, 14 Feb 2020 01:16:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Jb716Cmzz3N0D; Fri, 14 Feb 2020 01:16:13 +0000 (UTC) (envelope-from philip@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 D06D91BCD3; Fri, 14 Feb 2020 01:16:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01E1GDG1068845; Fri, 14 Feb 2020 01:16:13 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01E1GDgR068844; Fri, 14 Feb 2020 01:16:13 GMT (envelope-from philip@FreeBSD.org) Message-Id: <202002140116.01E1GDgR068844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Fri, 14 Feb 2020 01:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526079 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 526079 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.29 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: Fri, 14 Feb 2020 01:16:14 -0000 Author: philip Date: Fri Feb 14 01:16:13 2020 New Revision: 526079 URL: https://svnweb.freebsd.org/changeset/ports/526079 Log: security/vuxml: Add January FreeBSD SAs SA-20:01.libfetch SA-20:02.ipsec SA-20:03.thrmisc PR: 243702 Submitted by: Miroslav Lachman <000.fbsd@quip.cz> Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Feb 14 00:38:49 2020 (r526078) +++ head/security/vuxml/vuln.xml Fri Feb 14 01:16:13 2020 (r526079) @@ -58,6 +58,96 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- kernel stack data disclosure + + + FreeBSD-kernel + 12.112.1_2 + 12.012.0_13 + 11.311.3_6 + + + + +

Problem Description:

+

Due to incorrect initialization of a stack data structure, up to 20 + bytes of kernel data stored previously stored on the stack will be + exposed to a crashing user process.

+

Impact:

+

Sensitive kernel data may be disclosed.

+ +
+ + CVE-2019-15875 + SA-20:03.thrmisc + + + 2020-01-28 + 2020-01-29 + +
+ + + FreeBSD -- Missing IPsec anti-replay window check + + + FreeBSD-kernel + 12.012.0_13 + + + + +

Problem Description:

+

A missing check means that an attacker can reinject an old packet and + it will be accepted and processed by the IPsec endpoint.

+

Impact:

+

The impact depends on the higher-level protocols in use over IPsec. + For example, an attacker who can capture and inject packets could + cause an action that was intentionally performed once to be repeated.

+ +
+ + CVE-2019-5613 + SA-20:02.ipsec + + + 2020-01-28 + 2020-01-29 + +
+ + + FreeBSD -- libfetch buffer overflow + + + FreeBSD + 12.112.1_2 + 12.012.0_13 + 11.311.3_6 + + + + +

Problem Description:

+

A programming error allows an attacker who can specify a URL with a + username and/or password components to overflow libfetch(3) buffers.

+

Impact:

+

An attacker in control of the URL to be fetched (possibly via HTTP + redirect) may cause a heap buffer overflow, resulting in program + misbehavior or malicious code execution.

+ +
+ + CVE-2020-7450 + SA-20:01.libfetch + + + 2020-01-28 + 2020-01-29 + +
+ Gitlab -- Vulnerability