From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaliy Gusev Subject: [PATCH 0/3] nfs: Fix two remote DOS vulnerabilities Date: Mon, 07 Feb 2011 19:34:30 +0300 Message-ID: <1297096470.20025.157.camel@vT510> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: Trond Myklebust , David Howells , linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Received: from relay03.bluemeaney.com ([205.234.16.187]:59338 "EHLO relay03.bluemeaney.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754079Ab1BGQwP convert rfc822-to-8bit (ORCPT ); Mon, 7 Feb 2011 11:52:15 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi all! Next three patches fix two NFSv4 client vulnerabilities. First (memory corruption) can be raises anytime whereas second (dereference ->lookup) can be raised only during mount. Both vulnerabilities can be raised remotely.