From owner-svn-ports-all@freebsd.org Mon Aug 6 21:26:21 2018 Return-Path: Delivered-To: svn-ports-all@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 49BF010669C0; Mon, 6 Aug 2018 21:26:21 +0000 (UTC) (envelope-from feld@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 DD6FA8C420; Mon, 6 Aug 2018 21:26:20 +0000 (UTC) (envelope-from feld@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 B5EC012826; Mon, 6 Aug 2018 21:26:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w76LQKjg031549; Mon, 6 Aug 2018 21:26:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w76LQKkY031548; Mon, 6 Aug 2018 21:26:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201808062126.w76LQKkY031548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Aug 2018 21:26:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476550 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 476550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 21:26:21 -0000 Author: feld Date: Mon Aug 6 21:26:20 2018 New Revision: 476550 URL: https://svnweb.freebsd.org/changeset/ports/476550 Log: Document FreeBSD-SA-18:08.tcp Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 6 21:00:06 2018 (r476549) +++ head/security/vuxml/vuln.xml Mon Aug 6 21:26:20 2018 (r476550) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Resource exhaustion in TCP reassembly + + + FreeBSD-kernel + 11.211.2_1 + 11.111.1_12 + 10.410.4_10 + + + + +

Problem Description:

+

One of the data structures that holds TCP segments uses + an inefficient algorithm to reassemble the data. This causes + the CPU time spent on segment processing to grow linearly + with the number of segments in the reassembly queue.

+

Impact:

+

An attacker who has the ability to send TCP traffic to + a victim system can degrade the victim system's network + performance and/or consume excessive CPU by exploiting the + inefficiency of TCP reassembly handling, with relatively + small bandwidth cost.

+ +
+ + CVE-2018-6922 + SA-18:08.tcp + + + 2018-08-06 + 2018-08-06 + +
+ py-cryptography -- tag forgery vulnerability