From owner-svn-ports-all@freebsd.org Sun Oct 28 16:26:42 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 933B410D7FE6; Sun, 28 Oct 2018 16:26:42 +0000 (UTC) (envelope-from riggs@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 67F848BD90; Sun, 28 Oct 2018 16:26:42 +0000 (UTC) (envelope-from riggs@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 48F9F21C79; Sun, 28 Oct 2018 16:26:42 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SGQg1O054129; Sun, 28 Oct 2018 16:26:42 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SGQgT4054128; Sun, 28 Oct 2018 16:26:42 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201810281626.w9SGQgT4054128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Oct 2018 16:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483315 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 483315 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.29 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: Sun, 28 Oct 2018 16:26:42 -0000 Author: riggs Date: Sun Oct 28 16:26:41 2018 New Revision: 483315 URL: https://svnweb.freebsd.org/changeset/ports/483315 Log: Document potential remote code execution in net/liveMedia (CVE-2018-4013) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Oct 28 16:24:21 2018 (r483314) +++ head/security/vuxml/vuln.xml Sun Oct 28 16:26:41 2018 (r483315) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + liveMedia -- potential remote code execution + + + liveMedia + 2018.10.17,2 + + + + +

Talos reports:

+
+

An exploitable code execution vulnerability exists in the HTTP packet-parsing functionality + of the LIVE555 RTSP server library. A specially crafted packet can cause a stack-based buffer + overflow, resulting in code execution. An attacker can send a packet to trigger this vulnerability.

+
+ +
+ + CVE-2018-4013 + https://talosintelligence.com/vulnerability_reports/TALOS-2018-0684 + http://lists.live555.com/pipermail/live-devel/2018-October/021071.html + + + 2018-10-18 + 2018-10-28 + +
+ mini_httpd -- disclose arbitrary files is some circumstances