mbox

[Utopic,CVEs,Pull,Request] CVE fixes for Utopic

Message ID 20140922165040.GF7886@hercules
State New
Headers show

Pull-request

git://kernel.ubuntu.com/henrix/ubuntu-utopic.git utopic-cves

Message

Luis Henriques Sept. 22, 2014, 4:50 p.m. UTC
This pull-request contains fixes for Utopic, for the following
security issues:

- CVE-2014-3181
- CVE-2014-3186
- CVE-2014-6410

Cheers,
--
Luís

The following changes since commit 6aeb48646b5f4b9650672865b2a8e4f8e939f8b7:

  UBUNTU: Ubuntu-3.16.0-17.23 (2014-09-19 08:01:24 -0600)

are available in the git repository at:

  git://kernel.ubuntu.com/henrix/ubuntu-utopic.git utopic-cves

for you to fetch changes up to 628a761e32b60f56f892c96ec7dfd171867cbab3:

  udf: Avoid infinite loop when processing indirect ICBs (2014-09-22 16:50:41 +0100)

----------------------------------------------------------------
Jan Kara (2):
      udf: Fold udf_fill_inode() into __udf_read_inode()
      udf: Avoid infinite loop when processing indirect ICBs

Jiri Kosina (2):
      HID: magicmouse: sanity check report size in raw_event() callback
      HID: picolcd: sanity check report size in raw_event() callback

 drivers/hid/hid-magicmouse.c   | 10 ++++++++
 drivers/hid/hid-picolcd_core.c |  6 +++++
 fs/udf/inode.c                 | 57 +++++++++++++++++++-----------------------
 3 files changed, 42 insertions(+), 31 deletions(-)

Comments

Tim Gardner Sept. 22, 2014, 5:15 p.m. UTC | #1