From owner-freebsd-current@freebsd.org Wed Jun 28 14:40:16 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94B11DA3760 for ; Wed, 28 Jun 2017 14:40:16 +0000 (UTC) (envelope-from amutu@amutu.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50C077B881 for ; Wed, 28 Jun 2017 14:40:16 +0000 (UTC) (envelope-from amutu@amutu.com) Received: by mail-oi0-x235.google.com with SMTP id p187so43063768oif.3 for ; Wed, 28 Jun 2017 07:40:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amutu-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=qopFm4y7KrwYSFxkWlhS7fcKQK8di3CSO8+4dIql/B8=; b=t3KsfEpgxRIDTYY//XdaQHufTmcNC3T0etKFEPmKeCIVK72mCtK0FQjXW0+QFmLTg7 rNmDmIIcT8tdgWp1WZdPdJb+xyinTqhaDRNk9NYYhr6NeiCSi8k8K1+4/gQXghH393Z+ QhnJDJQXrDg2usoLDkvswgOZ87FWEOC5eQfdJ1PaJXn8xX05K0rWs/kmAfsxJeXKtmHc TYHFg5vN5vIWcw1Ju2IOFf97Moy/jLyjIO4EB352pQpzjz136STUtwSN2wWu2S91NOv6 YCgNR82Y3m2f4jANAD9elF0OyzqrYbKN8biA6kbZn6AwMJbdAlTvDRKyUp5et5/bYbn5 6Zqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=qopFm4y7KrwYSFxkWlhS7fcKQK8di3CSO8+4dIql/B8=; b=tNDXALZ33Hk2hretmDTlJ5ktL9Xvg/NYSPPrB3kUccOYh6jHWu4OHv1jz+y/DX+7oc b0d3J7slipFAhdfSUHRSt9CHYvME5fzyGDICteFheyopbvk90boztINaXWS9lQVTYTen 6+MG9Q42jijGovXi8DF2GtnnZjkLuviDs+UNqJKh4nvUTMFiws9BTf0IjN0LdlJjECQJ HaIUvE1rqSMuUsW17hhOAp/X5TWJBzMbQy0sS9ZO7eiNsx9pwujDyaoOqL9oYcj8XAvk WOcQRJ0qeh1moBh/OdswwxZhgDVxyhaBhOS+7k4T0gcqIzB/W6GP2mT/BqW6xGilzgRt QEyg== X-Gm-Message-State: AKS2vOzB6rjYJEJK/NjALwwIQiH+RANJmzF/IbCS1/Mtd0mmjaXuBASJ NVX1gsyRrV+WnqtXWuDsBg== X-Received: by 10.202.102.33 with SMTP id a33mr6650146oic.206.1498660815455; Wed, 28 Jun 2017 07:40:15 -0700 (PDT) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com. [209.85.218.53]) by smtp.gmail.com with ESMTPSA id w189sm1124511oib.19.2017.06.28.07.40.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2017 07:40:14 -0700 (PDT) Received: by mail-oi0-f53.google.com with SMTP id p187so43063072oif.3 for ; Wed, 28 Jun 2017 07:40:14 -0700 (PDT) X-Received: by 10.202.84.214 with SMTP id i205mr1338637oib.158.1498660814222; Wed, 28 Jun 2017 07:40:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.133.136 with HTTP; Wed, 28 Jun 2017 07:40:13 -0700 (PDT) Received: by 10.74.133.136 with HTTP; Wed, 28 Jun 2017 07:40:13 -0700 (PDT) In-Reply-To: References: From: Jov Date: Wed, 28 Jun 2017 22:40:13 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: fixes for stack clash vulnerability To: Dan Mack Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 14:40:16 -0000 There is a commit fix this: https://svnweb.freebsd.org/changeset/base/32031= 7 Jov 2017=E5=B9=B46=E6=9C=8828=E6=97=A5 10:27 PM=EF=BC=8C"Dan Mack" =E5=86=99=E9=81=93=EF=BC=9A > FreeBSD is mentioned as being vulnerable to this and Qualsys has working > exploits which might be released soon: > > https://blog.qualys.com/securitylabs/2017/06/19/the-stack-clash > > I don't remember seeing an advisory or seeing any fixes on the svn commit > stream so just curious. > > Dan > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >