From patchwork Fri Jan 28 20:39:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 80892 X-Patchwork-Delegate: stefan.bader@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 189A6B70DF for ; Sat, 29 Jan 2011 07:39:42 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Piv6Y-0007Uc-6K; Fri, 28 Jan 2011 20:39:38 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Piv6V-0007UJ-VO for kernel-team@lists.ubuntu.com; Fri, 28 Jan 2011 20:39:36 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id C8FB475B6 for ; Fri, 28 Jan 2011 12:38:38 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id 4CF53F89F8; Fri, 28 Jan 2011 13:39:31 -0700 (MST) To: kernel-team@lists.ubuntu.com Subject: Karmic CVE-2010-3873, memory corruption in X.25 facilities parsing Message-Id: <20110128203931.4CF53F89F8@sepang.rtg.net> Date: Fri, 28 Jan 2011 13:39:31 -0700 (MST) From: timg@tpi.com (Tim Gardner) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit b82d20049acc781ff45855a394fc9d693e4b09d2: Linus Torvalds (1): net: Truncate recvfrom and sendto length to INT_MAX., CVE-2010-3859 are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-karmic.git CVE-2010-3873 andrew hendry (1): memory corruption in X.25 facilities parsing, CVE-2010-3873 net/x25/x25_facilities.c | 8 ++++---- net/x25/x25_in.c | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) From 73767f1aabbc108e418eda23917efd6e0ec7ff68 Mon Sep 17 00:00:00 2001 From: andrew hendry Date: Wed, 3 Nov 2010 12:54:53 +0000 Subject: [PATCH] memory corruption in X.25 facilities parsing, CVE-2010-3873 BugLink: http://bugs.launchpad.net/bugs/709372 CVE-2010-3873 Backported from a6331d6f9a4298173b413cf99a40cc86a9d92c37 by Tim Gardner Signed-of-by: Andrew Hendry Signed-off-by: David S. Miller Signed-off-by: Tim Gardner Acked-by: Stefan Bader --- net/x25/x25_facilities.c | 8 ++++---- net/x25/x25_in.c | 11 +++++++---- 2 files changed, 11 insertions(+), 8 deletions(-)