mbox

[lucid/fsl-imx51] More cve fixes

Message ID 4E04BC59.1070800@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ppisati/ubuntu-lucid.git fsl-imx51

Message

Paolo Pisati June 24, 2011, 4:33 p.m. UTC
The following changes since commit f627b1c52807ec0c614a7335286b11f408c9d12c:

  IB/uverbs: Handle large number of entries in poll CQ CVE-2010-4649
(2011-06-22 08:32:44 -0600)

are available in the git repository at:
  git://kernel.ubuntu.com/ppisati/ubuntu-lucid.git fsl-imx51

Davide Libenzi (1):
      epoll: prevent creating circular epoll structures CVE-2011-1082

Neil Horman (1):
      nfs4: Ensure that ACL pages sent over NFS were not allocated from
the slab (v3) CVE-2011-1090

Timo Warns (1):
      ldm: corrupted partition table can cause kernel oops CVE-2011-1012

Vasiliy Kulikov (5):
      netfilter: ipt_CLUSTERIP: fix buffer overflow CVE-2011-2534
      netfilter: arp_tables: fix infoleak to userspace CVE-2011-1170
      netfilter: ip_tables: fix infoleak to userspace CVE-2011-1171
      ipv6: netfilter: ip6_tables: fix infoleak to userspace CVE-2011-1172
      econet: 4 byte infoleak to the network CVE-2011-1173

 fs/eventpoll.c                     |   95
++++++++++++++++++++++++++++++++++++
 fs/nfs/nfs4proc.c                  |   43 +++++++++++++++-
 fs/partitions/ldm.c                |    5 ++
 net/econet/af_econet.c             |    2 +-
 net/ipv4/netfilter/arp_tables.c    |    3 +
 net/ipv4/netfilter/ip_tables.c     |    3 +
 net/ipv4/netfilter/ipt_CLUSTERIP.c |    5 ++-
 net/ipv6/netfilter/ip6_tables.c    |    3 +
 8 files changed, 155 insertions(+), 4 deletions(-)

All commits cherry-picked from lucid/master, upstream sha, buglink
pointing to the real lp bug and kteam signoff included.

Comments

Tim Gardner June 27, 2011, 4:11 p.m. UTC | #1
On 06/24/2011 05:33 PM, Paolo Pisati wrote:
> The following changes since commit f627b1c52807ec0c614a7335286b11f408c9d12c:
>
>    IB/uverbs: Handle large number of entries in poll CQ CVE-2010-4649
> (2011-06-22 08:32:44 -0600)
>
> are available in the git repository at:
>    git://kernel.ubuntu.com/ppisati/ubuntu-lucid.git fsl-imx51
>
> Davide Libenzi (1):
>        epoll: prevent creating circular epoll structures CVE-2011-1082
>
> Neil Horman (1):
>        nfs4: Ensure that ACL pages sent over NFS were not allocated from
> the slab (v3) CVE-2011-1090
>
> Timo Warns (1):
>        ldm: corrupted partition table can cause kernel oops CVE-2011-1012
>
> Vasiliy Kulikov (5):
>        netfilter: ipt_CLUSTERIP: fix buffer overflow CVE-2011-2534
>        netfilter: arp_tables: fix infoleak to userspace CVE-2011-1170
>        netfilter: ip_tables: fix infoleak to userspace CVE-2011-1171
>        ipv6: netfilter: ip6_tables: fix infoleak to userspace CVE-2011-1172
>        econet: 4 byte infoleak to the network CVE-2011-1173
>
>   fs/eventpoll.c                     |   95
> ++++++++++++++++++++++++++++++++++++
>   fs/nfs/nfs4proc.c                  |   43 +++++++++++++++-
>   fs/partitions/ldm.c                |    5 ++
>   net/econet/af_econet.c             |    2 +-
>   net/ipv4/netfilter/arp_tables.c    |    3 +
>   net/ipv4/netfilter/ip_tables.c     |    3 +
>   net/ipv4/netfilter/ipt_CLUSTERIP.c |    5 ++-
>   net/ipv6/netfilter/ip6_tables.c    |    3 +
>   8 files changed, 155 insertions(+), 4 deletions(-)
>
> All commits cherry-picked from lucid/master, upstream sha, buglink
> pointing to the real lp bug and kteam signoff included.