Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tT1smXJE; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=WTw13zuY Received: by mail.netbsd.org (Postfix, from userid 605) id C8BBE84EBC; Mon, 15 Apr 2024 22:12:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713219137; bh=pM6os0NlvjuNaEAAf3U5TQWLNc+wbfFxvH0eOSPzRnc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tT1smXJE1Ai8cCeIMqnzwjLWLM85sQpjdReWkJU5icz6WOkslboq4sSserKzbKVKJ /FOur1XtEW5Oa/4M/PG7g7i2ovE8eYZS168iN7U5vVyNB+gmcChV5EGytTDorPy3h2 uElm7S1xZ96YKg/E9igCYdaH3dibE/XvXbFMTop8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB29F84D28 for ; Mon, 15 Apr 2024 22:12:15 +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 Lg0H2YM_Om_1 for ; Mon, 15 Apr 2024 22:12:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 15F9C84D05 for ; Mon, 15 Apr 2024 22:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713219135; bh=pM6os0NlvjuNaEAAf3U5TQWLNc+wbfFxvH0eOSPzRnc=; h=Date:From:Subject:To:Reply-To; b=WTw13zuYoawhRZHqAERA51DpqiwwjC7c9GoEnwCP2VWeqnBtGf0ysfpHJNx73qflb G23PjpXxEHUisTsmLIr2ApDDEPvO6PIE8FFXryguEvi20fdTas/BcdAQDPcRZ1j9Gs Od1DJx/iE3ej9qkOfuMvRnlydyaDn4k2R8+UTzY0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10A8EFA2C; Mon, 15 Apr 2024 22:12:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713219135298260" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 22:12: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: <20240415221215.10A8EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713219135298260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 15 22:12:14 UTC 2024 Modified Files: pkgsrc/doc: pkg-vulnerabilities Log Message: doc: add CVE-2024-31497 To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 pkgsrc/doc/pkg-vulnerabilities Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713219135298260 Content-Disposition: inline Content-Length: 941 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.173 pkgsrc/doc/pkg-vulnerabilities:1.174 --- pkgsrc/doc/pkg-vulnerabilities:1.173 Sat Apr 13 08:14:24 2024 +++ pkgsrc/doc/pkg-vulnerabilities Mon Apr 15 22:12:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: pkg-vulnerabilities,v 1.173 2024/04/13 08:14:24 wiz Exp $ +# $NetBSD: pkg-vulnerabilities,v 1.174 2024/04/15 22:12:14 wiz Exp $ # #FORMAT 1.0.0 # @@ -25992,3 +25992,5 @@ php>=8.3<8.3.5 security-bypass https php>=8.3<8.3.5 authentication-bypass https://github.com/php/php-src/security/advisories/GHSA-h746-cjrr-wfmr php>=7.4<8.0 eol http://ftp.NetBSD.org/pub/NetBSD/packages/vulns/eol-packages php>=8.0<8.1 eol http://ftp.NetBSD.org/pub/NetBSD/packages/vulns/eol-packages +putty<0.81 secret-key-recovery https://nvd.nist.gov/vuln/detail/CVE-2024-31497 +filezilla<3.67.0 secret-key-recovery https://nvd.nist.gov/vuln/detail/CVE-2024-31497 --_----------=_1713219135298260--