From patchwork Fri Dec 1 20:55:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 843743 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-87737-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="r1FxjXjO"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ypRQ52pqSz9sNc for ; Sat, 2 Dec 2017 07:56:13 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=ldusM5Cl+ds+IiLlIaKXdWadXJEPcXWXzAJuEegmbm5Ij6subZbHD EYQ/VaAxef6DkhamAwDWAXB2yFrVOl/KJ2VFixmAj7YPJSgsx6mQWFaEcaXBxEjU ntGDuZtX4M6FC8vxa6f5YCUGD6OI2KkBeCUCWgiFNwqZGVkgwbXoyQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-type:content-transfer-encoding; s=default; bh=3oQ/NrZLU0m6+azH3bBYWZXmmOM=; b=r1FxjXjOmvecsXJ1GRfanveMzZD6 fOURKxiJC/nm/+y4UH/WgzKErdRipt9Q19xfuUMECIr2Cmz8w0DsOKOypXp+HyPW ReFx1pNycLnU/Ce7R0JP/yeQz74lbqq/X+wiH5SrHvzr9XbdEdgQnsXbBmREzRGB /+AxBHvwZHrApNk= Received: (qmail 81504 invoked by alias); 1 Dec 2017 20:56:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 81495 invoked by uid 89); 1 Dec 2017 20:56:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KB_WAM_FROM_NAME_SINGLEWORD, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Tim, HContent-Transfer-Encoding:8bit X-HELO: hall.aurel32.net From: Aurelien Jarno To: libc-alpha@sourceware.org Cc: Aurelien Jarno Subject: [COMMITTED] Update NEWS to add CVE-2017-15804 entry Date: Fri, 1 Dec 2017 21:55:53 +0100 Message-Id: <20171201205553.24195-1-aurelien@aurel32.net> MIME-Version: 1.0 --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 48af4acaea..10f695aab1 100644 --- a/NEWS +++ b/NEWS @@ -100,8 +100,8 @@ Security related changes: processing, leading to a memory leak and, potentially, to a denial of service. - The glob function, when invoked with GLOB_TILDE and without - GLOB_NOESCAPE, could write past the end of a buffer while + CVE-2017-15804: The glob function, when invoked with GLOB_TILDE and + without GLOB_NOESCAPE, could write past the end of a buffer while unescaping user names. Reported by Tim Rühsen. The following bugs are resolved with this release: