~ubuntu-branches/ubuntu/lucid/eglibc/lucid-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-07-28 11:23:55 UTC
  • Revision ID: package-import@ubuntu.com-20140728112355-d1m3idnt2n38dzj1
Tags: 2.11.1-0ubuntu7.14
* SECURITY UPDATE: denial of service via buffer overflow in getaddrinfo
  - debian/patches/CVE-2013-4357.patch: fix overflow in include/alloca.h,
    nis/nss_nis/nis-alias.c, nscd/nscd_getserv_r.c, posix/glob.c,
    sysdeps/posix/getaddrinfo.c.
  - CVE-2013-4357
* SECURITY UPDATE: denial of service via buffer overflow in getaddrinfo
  - debian/patches/any/CVE-2013-4458.patch: fix overflow in
    sysdeps/posix/getaddrinfo.c.
  - CVE-2013-4458
* SECURITY UPDATE: Directory traversal in locale environment handling
  - debian/patches/any/CVE-2014-0475.diff: validate locale names in
    locale/findlocale.c, locale/setlocale.c, added test to
    localedata/tst-setlocale3.c, localedata/Makefile.
  - CVE-2014-0475
* SECURITY UPDATE: use-after-free via posix_spawn_file_actions_addopen
  failing to copy the path argument
  - debian/patches/any/CVE-2014-4043.diff: properly copy path in
    posix/spawn_faction_addopen.c, posix/spawn_faction_destroy.c,
    posix/spawn_int.h, added test to posix/tst-spawn.c.
  - CVE-2014-4043
* debian/patches/any/CVE-2013-4237-part2.diff: fix alignment issue
  causing a readdir regression on sparc.
* debian/patches/any/CVE-2013-4332-part2.diff: added a couple of extra
  commits to fix another overflow and an infinite loop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
eglibc (2.11.1-0ubuntu7.14) lucid-security; urgency=medium
 
2
 
 
3
  * SECURITY UPDATE: denial of service via buffer overflow in getaddrinfo
 
4
    - debian/patches/CVE-2013-4357.patch: fix overflow in include/alloca.h,
 
5
      nis/nss_nis/nis-alias.c, nscd/nscd_getserv_r.c, posix/glob.c,
 
6
      sysdeps/posix/getaddrinfo.c.
 
7
    - CVE-2013-4357
 
8
  * SECURITY UPDATE: denial of service via buffer overflow in getaddrinfo
 
9
    - debian/patches/any/CVE-2013-4458.patch: fix overflow in
 
10
      sysdeps/posix/getaddrinfo.c.
 
11
    - CVE-2013-4458
 
12
  * SECURITY UPDATE: Directory traversal in locale environment handling
 
13
    - debian/patches/any/CVE-2014-0475.diff: validate locale names in
 
14
      locale/findlocale.c, locale/setlocale.c, added test to
 
15
      localedata/tst-setlocale3.c, localedata/Makefile.
 
16
    - CVE-2014-0475
 
17
  * SECURITY UPDATE: use-after-free via posix_spawn_file_actions_addopen
 
18
    failing to copy the path argument
 
19
    - debian/patches/any/CVE-2014-4043.diff: properly copy path in
 
20
      posix/spawn_faction_addopen.c, posix/spawn_faction_destroy.c,
 
21
      posix/spawn_int.h, added test to posix/tst-spawn.c.
 
22
    - CVE-2014-4043
 
23
  * debian/patches/any/CVE-2013-4237-part2.diff: fix alignment issue
 
24
    causing a readdir regression on sparc.
 
25
  * debian/patches/any/CVE-2013-4332-part2.diff: added a couple of extra
 
26
    commits to fix another overflow and an infinite loop.
 
27
 
 
28
 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 28 Jul 2014 11:23:55 -0400
 
29
 
1
30
eglibc (2.11.1-0ubuntu7.13) lucid-security; urgency=low
2
31
 
3
32
  * SECURITY UPDATE: denial of service and possible code execution via