From owner-freebsd-security@freebsd.org Wed Aug 25 11:59:06 2021 Return-Path: Delivered-To: freebsd-security@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69F69673205 for ; Wed, 25 Aug 2021 11:59:06 +0000 (UTC) (envelope-from mike@sentex.net) Received: from pyroxene2a.sentex.ca (pyroxene19.sentex.ca [IPv6:2607:f3e0:0:3::19]) (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 (2048 bits) client-digest SHA256) (Client CN "pyroxene.sentex.ca", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GvkzF1xypz3ljf for ; Wed, 25 Aug 2021 11:59:05 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:914a:f85:546f:37bb] ([IPv6:2607:f3e0:0:4:914a:f85:546f:37bb]) by pyroxene2a.sentex.ca (8.16.1/8.15.2) with ESMTPS id 17PBx3Mu007640 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Wed, 25 Aug 2021 07:59:04 -0400 (EDT) (envelope-from mike@sentex.net) Subject: Re: FreeBSD Security Advisory FreeBSD-SA-21:16.openssl To: freebsd-security@freebsd.org References: <20210824205300.305BF72EF@freefall.freebsd.org> From: mike tancsa Message-ID: <44434c22-51c6-92cb-c9de-60fae4764347@sentex.net> Date: Wed, 25 Aug 2021 07:59:04 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210824205300.305BF72EF@freefall.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4GvkzF1xypz3ljf X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mike@sentex.net designates 2607:f3e0:0:3::19 as permitted sender) smtp.mailfrom=mike@sentex.net X-Spamd-Result: default: False [1.90 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[mike]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HFILTER_HELO_IP_A(1.00)[pyroxene2a.sentex.ca]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; HFILTER_HELO_NORES_A_OR_MX(0.30)[pyroxene2a.sentex.ca]; R_SPF_ALLOW(-0.20)[+ip6:2607:f3e0::/32]; DMARC_NA(0.00)[sentex.net]; NEURAL_SPAM_SHORT(1.00)[1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-security]; RCVD_IN_DNSWL_LOW(-0.10)[2607:f3e0:0:3::19:from] X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2021 11:59:06 -0000 On 8/24/2021 4:53 PM, FreeBSD Security Advisories wrote: > > Branch/path                             Hash                     Revision > ------------------------------------------------------------------------- > stable/13/                              9d31ae318711    stable/13-n246940 > releng/13.0/                            2261c814b7fa  releng/13.0-n244759 > stable/12/                                                        r370385 > releng/12.2/                                                      r370396 > ------------------------------------------------------------------------- Hi All,     Was reading the original advisory at https://www.openssl.org/news/secadv/20210824.txt and it says "OpenSSL versions 1.0.2y and below are affected by this [CVE-2021-3712] issue." Does it not then impact RELENG11 ? % openssl version OpenSSL 1.0.2u-freebsd  20 Dec 2019 I know RELENG_11 support ends in about a month, but should it not be flagged ?     ---Mike