From patchwork Fri Aug 30 00:13:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Connor Kuehl X-Patchwork-Id: 1155574 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46KKjH4Ccvz9sNC; Fri, 30 Aug 2019 10:14:25 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1i3UYU-0002eq-J4; Fri, 30 Aug 2019 00:14:18 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1i3UYS-0002ee-QD for kernel-team@lists.ubuntu.com; Fri, 30 Aug 2019 00:14:16 +0000 Received: from mail-pf1-f198.google.com ([209.85.210.198]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1i3UYS-0003oa-BA for kernel-team@lists.ubuntu.com; Fri, 30 Aug 2019 00:14:16 +0000 Received: by mail-pf1-f198.google.com with SMTP id g185so3845127pfb.13 for ; Thu, 29 Aug 2019 17:14:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=CaPu0iH7+nEC11H2oioJDYas45zO0rerma0HyIyqXkw=; b=LJZhfdNWNN8Z0uibtnZ7kXL13Dk2EvoMC5T++k3eDYpRkO9hgohL6KqF7aR1Tcn+9x SNaWdVMGx8cLIfCFUx7aYjOpUgzJSBwiMPjJKgDUVBA3sLn4luA1xVrSQKYUiyUxhg9o EYlZumHQc6umJfaAt/0Y/BchFht9ma1+XePxf2KMjGksqdZimqRAdSJpiUTYtb0xopln 9VT7HLyb3oehHPMtaZqYJaQxrCDJggF9nRDCMDN7DpSNBwLui/PBtkGdRUDWDuo92MBh ohy6ukozhdcsA7ekmTwDhqE6OivMTViU9f7V50wbooAQ7JYh+QruAs7hy+z6GYeyDMUc NjHQ== X-Gm-Message-State: APjAAAWvNv5rgAnpTuwUtdLtxi+CXbLxNM5osawCt+tGlSsZXaIS5EIx o3dfaqGlnidVgICPS/wMTdS1s83YmP4w1ejuN70pKVXnnYbj8Oklk08B8qvk+8N4VPbto3FiwwE 6kb6uFB5gMyOM/bddU253F5+uUdBCp67HLtnDEtm40Q== X-Received: by 2002:a65:63c4:: with SMTP id n4mr10596898pgv.44.1567124054728; Thu, 29 Aug 2019 17:14:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqwNKlSQ6PL8rg2DZhLJkJcTPVi6mSvQAr3bzIXFqvMk15JRgb8lT82gayhlBfO9vHJkCqwj+Q== X-Received: by 2002:a65:63c4:: with SMTP id n4mr10596886pgv.44.1567124054518; Thu, 29 Aug 2019 17:14:14 -0700 (PDT) Received: from localhost.localdomain (c-24-20-45-88.hsd1.or.comcast.net. [24.20.45.88]) by smtp.gmail.com with ESMTPSA id z68sm3354102pgz.88.2019.08.29.17.14.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Aug 2019 17:14:13 -0700 (PDT) From: Connor Kuehl To: kernel-team@lists.ubuntu.com Subject: [X/B/D/E][SRU][PATCH 0/4] Fixes for CVE-2019-15117 & CVE-2019-15118 Date: Thu, 29 Aug 2019 17:13:47 -0700 Message-Id: <20190830001351.3686-1-connor.kuehl@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" CVE-2019-15117: https://people.canonical.com/~ubuntu-security/cve/2019/CVE-2019-15117.html "parse_audio_mixer_unit in sound/usb/mixer.c in the Linux kernel through 5.2.9 mishandles a short descriptor, leading to out-of-bounds memory access." Clean cherry-pick for Disco and Eoan. Xenial/Bionic required backporting, but those notes are in the patch provenance. CVE-2019-15118: https://people.canonical.com/~ubuntu-security/cve/2019/CVE-2019-15118.html "check_input_term in sound/usb/mixer.c in the Linux kernel through 5.2.9 mishandles recursion, leading to kernel stack exhaustion." Clean cherry-pick for Disco and Eoan. Xenial/Bionic required backporting, but those notes are in the patch provenance. Acked-by: Seth Forshee