Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0In4iDB0; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tqg5GV5k Received: by mail.netbsd.org (Postfix, from userid 605) id 6892A84E54; Tue, 14 May 2024 23:06:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715727977; bh=1rP8clwnep89BDAm7Y846ApbcQn28V13G9YiIZ7Bwog=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0In4iDB0vPRUQ11HkmOSoSSWaCbj3FuHFr0F664oa4EsFpoJVGeDICXoAxu9IYwQs 5egJOfeuP9R/3ejicxU3C3dVkzhuj2RvK3vcadbsH8QmiqMEcIfPbM8TksoRRkcQW/ 1vyRPLZNLgAkTwmz9Gx8XwiK9RoZYfj8TWprfSz0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AA2384D2D for ; Tue, 14 May 2024 23:06:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rEKGVS_uOUSK for ; Tue, 14 May 2024 23:06:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E01084CEB for ; Tue, 14 May 2024 23:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715727975; bh=1rP8clwnep89BDAm7Y846ApbcQn28V13G9YiIZ7Bwog=; h=Date:From:Subject:To:Reply-To; b=tqg5GV5kyBFw6IdtJ7lcqKhTJn/Dbn0n1tASq3pgYQFUyIjjURAvnaiaX4DD6cmog JcSuTONFRvpt30ZHl35f/2JI2Ztdq+4l9EI9nWMcVOY4z22sOxM4PGYsTplbj2GlWB EaNxVEzXRvsDZVe19GjQdJuiKTzhuHk5pLv6+6+M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93573FA2C; Tue, 14 May 2024 23:06:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715727975139120" MIME-Version: 1.0 Date: Tue, 14 May 2024 23:06:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240514230615.93573FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715727975139120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 14 23:06:15 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: 5 more git vulns To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715727975139120 Content-Disposition: inline Content-Length: 1191 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/pkg-vulnerabilities diff -u pkgsrc/doc/pkg-vulnerabilities:1.194 pkgsrc/doc/pkg-vulnerabilities:1.195 --- pkgsrc/doc/pkg-vulnerabilities:1.194 Sat May 11 13:07:13 2024 +++ pkgsrc/doc/pkg-vulnerabilities Tue May 14 23:06:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.194 2024/05/11 13:07:13 morr Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.195 2024/05/14 23:06:15 wiz Exp $ # #FORMAT 1.0.0 # @@ -26005,3 +26005,8 @@ phpldapadmin<1.2.6.7 cross-site-scriptin go121<1.21.10 arbitrary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2024-24787 go122<1.22.3 arbitrary-code-execution https://nvd.nist.gov/vuln/detail/CVE-2024-24787 vim<9.1.0404 buffer-overflow https://github.com/vim/vim/commit/67797191e039196128c69 +git-base<2.45.1 execute-arbitrary-code https://nvd.nist.gov/vuln/detail/CVE-2024-32002 +git-base<2.45.1 execute-arbitrary-code https://nvd.nist.gov/vuln/detail/CVE-2024-32004 +git-base<2.45.1 insufficient-checks https://nvd.nist.gov/vuln/detail/CVE-2024-32020 +git-base<2.45.1 toctou https://nvd.nist.gov/vuln/detail/CVE-2024-32021 +git-base<2.45.1 execute-arbitrary-code https://nvd.nist.gov/vuln/detail/CVE-2024-32465 --_----------=_1715727975139120--