From nobody Sat Dec 11 22:02:39 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BB93218CE458; Sat, 11 Dec 2021 22:02:39 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JBMFq32sXz3GRd; Sat, 11 Dec 2021 22:02:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4947E15C26; Sat, 11 Dec 2021 22:02:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BBM2dWf052954; Sat, 11 Dec 2021 22:02:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BBM2dbo052953; Sat, 11 Dec 2021 22:02:39 GMT (envelope-from git) Date: Sat, 11 Dec 2021 22:02:39 GMT Message-Id: <202112112202.1BBM2dbo052953@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Carlo Strub Subject: git: 221e594aa403 - main - security/vuxml: p7zip CVE-2018-10115 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 221e594aa403533df8459e5054a982839e5f0124 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639260159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=LS1rlgp+/wtq6dBOlEI9VY047/wzEtNPGJx8ZjI/UVA=; b=TiNFmZgS1YYl9tIo+wtz0w/aAVGiikqKDQ7vKAF6HegEzGou7bV7KA/sWqyW5XYs2jkgYT W1FIZddvdNdMTmFr/IlT5XlwmmVPPbJIm1maA6TqGsQ2mJmWLxm4p6M3thCTmG2dWCKSyS 9QhD/aL3dMT4/66qJDw3FUBXUpF0BrgLNBEho2DfG9J4lekCun4g9EYFgkI8PIOoU15mK2 eEIFhbrS5OV2IDo19RvJvmUOUWy5qcDF0z1KHrRKLI0yKgKr1xPFhqVjeLOaHEdqHskKqp xjBpvtKZZ7XdPiHLV7/xpeyRO3Hr6tRZJgg4tfWV0QTNsFQVdMLdqPZQcjBVLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639260159; a=rsa-sha256; cv=none; b=JiiqVLRXVi3VyXCCBMX/mUaqCxaETXAq6sROV7V9gRJvJjJnkedk0Vi4niXypiey+MbabA pA7uRjIy1ZVRfKR1/8HG15p00kEcuYoyGW7gxUG+bHA9RDfHXg/j0G1Joc7jtiMfGj2z22 6A+t3huaxyUn/bNOwb6v6yjgvxJ1O4D4chbWNdihnviPE6kZgL2pCVpnAeoLRhXm7yUadZ eIkvUxv2DrInjVVDyBpWOgbBCSk3/5GWxFoL73AFhxELvh76e8mLxA0OSuhqHZpFxtgEhi i+h6YUV5/3y4X/GF8XIKSvzNPzQC3hajQDJsUXGaU27nRjS6H8/RdJYbHAy7Gw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by cs: URL: https://cgit.FreeBSD.org/ports/commit/?id=221e594aa403533df8459e5054a982839e5f0124 commit 221e594aa403533df8459e5054a982839e5f0124 Author: Carlo Strub AuthorDate: 2021-12-11 21:58:59 +0000 Commit: Carlo Strub CommitDate: 2021-12-11 21:58:59 +0000 security/vuxml: p7zip CVE-2018-10115 PR: 228239 Reported by: Dani Security: CVE-2018-10115 --- security/vuxml/vuln-2021.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 333a4f1b9f55..0bcf3c010dca 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,35 @@ + + p7zip -- usage of uninitialized memory + + + p7zip + 18.05 + + + + +

NVD reports:

+
+

+ Incorrect initialization logic of RAR decoder objects in + 7-Zip 18.03 and before can lead to usage of + uninitialized memory, allowing remote attackers to cause + a denial of service (segmentation fault) or execute + arbitrary code via a crafted RAR archive. +

+
+ +
+ + CVE-2018-10115 + https://nvd.nist.gov/vuln/detail/CVE-2018-10115 + + + 2018-05-02 + 2021-12-11 + +
+ graylog -- include log4j patches