Activity log for bug #1555353

Date Who What changed Old value New value Message
2016-03-09 21:41:49 Steve Beattie bug added bug
2016-03-09 21:41:58 Steve Beattie linux (Ubuntu): status New Confirmed
2016-03-10 07:22:42 Steve Beattie information type Private Security Public Security
2016-03-10 14:08:27 Tim Gardner nominated for series Ubuntu Xenial
2016-03-10 14:08:27 Tim Gardner bug task added linux (Ubuntu Xenial)
2016-03-10 14:08:27 Tim Gardner nominated for series Ubuntu Wily
2016-03-10 14:08:27 Tim Gardner bug task added linux (Ubuntu Wily)
2016-03-10 14:08:44 Tim Gardner linux (Ubuntu Xenial): status Confirmed In Progress
2016-03-10 14:08:44 Tim Gardner linux (Ubuntu Xenial): assignee Tim Gardner (timg-tpi)
2016-03-10 17:34:59 Chris J Arges linux (Ubuntu Wily): assignee Chris J Arges (arges)
2016-03-10 17:35:03 Chris J Arges linux (Ubuntu Wily): status New In Progress
2016-03-10 17:46:25 Tim Gardner linux (Ubuntu Xenial): status In Progress Fix Committed
2016-03-10 18:53:49 Chris J Arges description [From https://code.google.com/p/google-security-research/issues/detail?id=758 ] A recent refactoring cof this codepath (https://github.com/torvalds/linux/commit/2e4e6a17af35be359cc8f1c924f8f198fbd478cc) introduced an integer overflow in xt_alloc_table_info, which on 32-bit systems can lead to small structure allocation and a copy_from_user based heap corruption. More specifically, the overflow may have been introduced in https://github.com/torvalds/linux/commit/711bdde6a884354ddae8da2fcb495b2a9364cc90 ; specifically the bit: + size_t sz = sizeof(*info) + size; (where size is an unsigned int passed from userspace). This issue should only affect 32bit platforms (xt_table_info.size is an unsigned int). [Impact] [From https://code.google.com/p/google-security-research/issues/detail?id=758 ] A recent refactoring cof this codepath (https://github.com/torvalds/linux/commit/2e4e6a17af35be359cc8f1c924f8f198fbd478cc) introduced an integer overflow in xt_alloc_table_info, which on 32-bit systems can lead to small structure allocation and a copy_from_user based heap corruption. More specifically, the overflow may have been introduced in https://github.com/torvalds/linux/commit/711bdde6a884354ddae8da2fcb495b2a9364cc90 ; specifically the bit:   + size_t sz = sizeof(*info) + size; (where size is an unsigned int passed from userspace). This issue should only affect 32bit platforms (xt_table_info.size is an unsigned int). [Fix] Upstream proposed fix: http://marc.info/?l=netfilter-devel&m=145757136822750&w=2 [Test Case] Download v4 code from: https://code.google.com/p/google-security-research/issues/detail?id=758 gcc *v4.c -o v4 ./v4 Your machine should _not_ crash. This only affects 32-bit kernels
2016-03-10 18:53:58 Chris J Arges description [Impact] [From https://code.google.com/p/google-security-research/issues/detail?id=758 ] A recent refactoring cof this codepath (https://github.com/torvalds/linux/commit/2e4e6a17af35be359cc8f1c924f8f198fbd478cc) introduced an integer overflow in xt_alloc_table_info, which on 32-bit systems can lead to small structure allocation and a copy_from_user based heap corruption. More specifically, the overflow may have been introduced in https://github.com/torvalds/linux/commit/711bdde6a884354ddae8da2fcb495b2a9364cc90 ; specifically the bit:   + size_t sz = sizeof(*info) + size; (where size is an unsigned int passed from userspace). This issue should only affect 32bit platforms (xt_table_info.size is an unsigned int). [Fix] Upstream proposed fix: http://marc.info/?l=netfilter-devel&m=145757136822750&w=2 [Test Case] Download v4 code from: https://code.google.com/p/google-security-research/issues/detail?id=758 gcc *v4.c -o v4 ./v4 Your machine should _not_ crash. This only affects 32-bit kernels [Impact] [From https://code.google.com/p/google-security-research/issues/detail?id=758 ] A recent refactoring cof this codepath (https://github.com/torvalds/linux/commit/2e4e6a17af35be359cc8f1c924f8f198fbd478cc) introduced an integer overflow in xt_alloc_table_info, which on 32-bit systems can lead to small structure allocation and a copy_from_user based heap corruption. More specifically, the overflow may have been introduced in https://github.com/torvalds/linux/commit/711bdde6a884354ddae8da2fcb495b2a9364cc90 ; specifically the bit:   + size_t sz = sizeof(*info) + size; (where size is an unsigned int passed from userspace). This issue should only affect 32bit platforms (xt_table_info.size is an unsigned int). [Fix] Upstream proposed fix: http://marc.info/?l=netfilter-devel&m=145757136822750&w=2 [Test Case] Download v4 code from: https://code.google.com/p/google-security-research/issues/detail?id=758 gcc *v4.c -o v4 ./v4 Your machine should _not_ crash. This only affects 32-bit kernels
2016-03-10 21:57:29 Brad Figg linux (Ubuntu Wily): status In Progress Fix Committed
2016-03-11 00:26:32 Steve Beattie tags kernel-cve-skip-description
2016-03-12 21:21:56 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/linux-lts-wily
2016-03-13 14:03:24 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/linux-lts-xenial
2016-03-14 10:14:27 Steve Beattie cve linked 2016-3135
2016-03-14 13:14:39 Launchpad Janitor linux (Ubuntu Wily): status Fix Committed Fix Released
2016-03-14 13:14:39 Launchpad Janitor cve linked 2016-2384
2016-03-15 00:36:33 Steve Beattie linux-lts-trusty (Ubuntu Wily): status New Invalid
2016-03-15 00:36:36 Steve Beattie linux-lts-trusty (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:36:38 Steve Beattie linux-lts-trusty (Ubuntu Xenial): status New Invalid
2016-03-15 00:36:40 Steve Beattie linux-lts-trusty (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:36:42 Steve Beattie linux-lts-wily (Ubuntu Wily): status New Invalid
2016-03-15 00:36:44 Steve Beattie linux-lts-wily (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:36:45 Steve Beattie linux-lts-wily (Ubuntu Xenial): status New Invalid
2016-03-15 00:36:47 Steve Beattie linux-lts-wily (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:36:49 Steve Beattie linux-lts-quantal (Ubuntu Wily): status New Invalid
2016-03-15 00:36:52 Steve Beattie linux-lts-quantal (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:36:54 Steve Beattie linux-lts-quantal (Ubuntu Xenial): status New Invalid
2016-03-15 00:36:57 Steve Beattie linux-lts-quantal (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:36:59 Steve Beattie linux (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:00 Steve Beattie linux (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:02 Steve Beattie linux-ti-omap4 (Ubuntu Wily): status New Invalid
2016-03-15 00:37:05 Steve Beattie linux-ti-omap4 (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:07 Steve Beattie linux-ti-omap4 (Ubuntu Xenial): status New Invalid
2016-03-15 00:37:09 Steve Beattie linux-ti-omap4 (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:12 Steve Beattie linux-lts-raring (Ubuntu Wily): status New Invalid
2016-03-15 00:37:15 Steve Beattie linux-lts-raring (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:17 Steve Beattie linux-lts-raring (Ubuntu Xenial): status New Invalid
2016-03-15 00:37:19 Steve Beattie linux-lts-raring (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:21 Steve Beattie linux-armadaxp (Ubuntu Wily): status New Invalid
2016-03-15 00:37:24 Steve Beattie linux-armadaxp (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:25 Steve Beattie linux-armadaxp (Ubuntu Xenial): status New Invalid
2016-03-15 00:37:27 Steve Beattie linux-armadaxp (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:29 Steve Beattie linux-lts-xenial (Ubuntu Wily): status New Invalid
2016-03-15 00:37:31 Steve Beattie linux-lts-xenial (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:34 Steve Beattie linux-lts-xenial (Ubuntu Xenial): status New Invalid
2016-03-15 00:37:36 Steve Beattie linux-lts-xenial (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:38 Steve Beattie linux-lts-saucy (Ubuntu Wily): status New Invalid
2016-03-15 00:37:40 Steve Beattie linux-lts-saucy (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:37:44 Steve Beattie linux-lts-saucy (Ubuntu Xenial): status New Invalid
2016-03-15 00:37:47 Steve Beattie linux-lts-saucy (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:37:58 Steve Beattie linux-manta (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:00 Steve Beattie linux-manta (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:02 Steve Beattie linux-lts-vivid (Ubuntu Wily): status New Invalid
2016-03-15 00:38:06 Steve Beattie linux-lts-vivid (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:08 Steve Beattie linux-lts-vivid (Ubuntu Xenial): status New Invalid
2016-03-15 00:38:10 Steve Beattie linux-lts-vivid (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:12 Steve Beattie linux-raspi2 (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:14 Steve Beattie linux-raspi2 (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:16 Steve Beattie linux-mako (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:18 Steve Beattie linux-mako (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:20 Steve Beattie linux-lts-utopic (Ubuntu Wily): status New Invalid
2016-03-15 00:38:23 Steve Beattie linux-lts-utopic (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:26 Steve Beattie linux-lts-utopic (Ubuntu Xenial): status New Invalid
2016-03-15 00:38:28 Steve Beattie linux-lts-utopic (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:30 Steve Beattie linux-goldfish (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:32 Steve Beattie linux-goldfish (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:38:34 Steve Beattie linux-flo (Ubuntu Wily): importance Undecided Medium
2016-03-15 00:38:36 Steve Beattie linux-flo (Ubuntu Xenial): importance Undecided Medium
2016-03-15 00:40:46 Steve Beattie nominated for series Ubuntu Trusty
2016-03-15 00:40:47 Steve Beattie bug task added linux (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-ti-omap4 (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-armadaxp (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-quantal (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-raring (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-saucy (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-mako (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-manta (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-goldfish (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-flo (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-trusty (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-utopic (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-vivid (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-wily (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-raspi2 (Ubuntu Trusty)
2016-03-15 00:40:47 Steve Beattie bug task added linux-lts-xenial (Ubuntu Trusty)
2016-03-15 00:40:52 Steve Beattie nominated for series Ubuntu Precise
2016-03-15 00:40:52 Steve Beattie bug task added linux (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-ti-omap4 (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-armadaxp (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-quantal (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-raring (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-saucy (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-mako (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-manta (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-goldfish (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-flo (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-trusty (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-utopic (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-vivid (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-wily (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-raspi2 (Ubuntu Precise)
2016-03-15 00:40:52 Steve Beattie bug task added linux-lts-xenial (Ubuntu Precise)
2016-03-15 00:40:59 Steve Beattie linux-lts-trusty (Ubuntu Precise): status New Invalid
2016-03-15 00:41:01 Steve Beattie linux-lts-trusty (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:03 Steve Beattie linux-lts-trusty (Ubuntu Trusty): status New Invalid
2016-03-15 00:41:06 Steve Beattie linux-lts-trusty (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:41:09 Steve Beattie linux-lts-wily (Ubuntu Precise): status New Invalid
2016-03-15 00:41:11 Steve Beattie linux-lts-wily (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:14 Steve Beattie linux-lts-wily (Ubuntu Trusty): status New Fix Released
2016-03-15 00:41:18 Steve Beattie linux-lts-wily (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:41:20 Steve Beattie linux-lts-quantal (Ubuntu Precise): status New Invalid
2016-03-15 00:41:23 Steve Beattie linux-lts-quantal (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:26 Steve Beattie linux-lts-quantal (Ubuntu Trusty): status New Invalid
2016-03-15 00:41:28 Steve Beattie linux-lts-quantal (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:41:30 Steve Beattie linux (Ubuntu Precise): status New Invalid
2016-03-15 00:41:33 Steve Beattie linux (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:35 Steve Beattie linux (Ubuntu Trusty): status New Invalid
2016-03-15 00:41:37 Steve Beattie linux (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:41:39 Steve Beattie linux-ti-omap4 (Ubuntu Precise): status New Invalid
2016-03-15 00:41:42 Steve Beattie linux-ti-omap4 (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:45 Steve Beattie linux-ti-omap4 (Ubuntu Trusty): status New Invalid
2016-03-15 00:41:47 Steve Beattie linux-ti-omap4 (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:41:49 Steve Beattie linux-lts-raring (Ubuntu Precise): status New Invalid
2016-03-15 00:41:53 Steve Beattie linux-lts-raring (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:41:56 Steve Beattie linux-lts-raring (Ubuntu Trusty): status New Invalid
2016-03-15 00:41:59 Steve Beattie linux-lts-raring (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:02 Steve Beattie linux-armadaxp (Ubuntu Precise): status New Invalid
2016-03-15 00:42:05 Steve Beattie linux-armadaxp (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:07 Steve Beattie linux-armadaxp (Ubuntu Trusty): status New Invalid
2016-03-15 00:42:12 Steve Beattie linux-armadaxp (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:13 Steve Beattie linux-lts-xenial (Ubuntu Precise): status New Invalid
2016-03-15 00:42:16 Steve Beattie linux-lts-xenial (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:18 Steve Beattie linux-lts-xenial (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:20 Steve Beattie linux-lts-saucy (Ubuntu Precise): status New Invalid
2016-03-15 00:42:23 Steve Beattie linux-lts-saucy (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:26 Steve Beattie linux-lts-saucy (Ubuntu Trusty): status New Invalid
2016-03-15 00:42:29 Steve Beattie linux-lts-saucy (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:32 Steve Beattie linux-manta (Ubuntu Precise): status New Invalid
2016-03-15 00:42:34 Steve Beattie linux-manta (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:36 Steve Beattie linux-manta (Ubuntu Trusty): status New Invalid
2016-03-15 00:42:40 Steve Beattie linux-manta (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:42 Steve Beattie linux-lts-vivid (Ubuntu Precise): status New Invalid
2016-03-15 00:42:44 Steve Beattie linux-lts-vivid (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:46 Steve Beattie linux-lts-vivid (Ubuntu Trusty): status New Invalid
2016-03-15 00:42:48 Steve Beattie linux-lts-vivid (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:42:52 Steve Beattie linux-raspi2 (Ubuntu Precise): status New Invalid
2016-03-15 00:42:55 Steve Beattie linux-raspi2 (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:42:57 Steve Beattie linux-raspi2 (Ubuntu Trusty): status New Invalid
2016-03-15 00:43:00 Steve Beattie linux-raspi2 (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:43:02 Steve Beattie linux-mako (Ubuntu Precise): status New Invalid
2016-03-15 00:43:05 Steve Beattie linux-mako (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:43:07 Steve Beattie linux-mako (Ubuntu Trusty): status New Invalid
2016-03-15 00:43:10 Steve Beattie linux-mako (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:43:12 Steve Beattie linux-lts-utopic (Ubuntu Precise): status New Invalid
2016-03-15 00:43:15 Steve Beattie linux-lts-utopic (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:43:27 Steve Beattie linux-lts-utopic (Ubuntu Trusty): status New Invalid
2016-03-15 00:43:29 Steve Beattie linux-lts-utopic (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:43:31 Steve Beattie linux-goldfish (Ubuntu Precise): status New Invalid
2016-03-15 00:43:34 Steve Beattie linux-goldfish (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:43:37 Steve Beattie linux-goldfish (Ubuntu Trusty): status New Invalid
2016-03-15 00:43:40 Steve Beattie linux-goldfish (Ubuntu Trusty): importance Undecided Medium
2016-03-15 00:43:42 Steve Beattie linux-flo (Ubuntu Precise): status New Invalid
2016-03-15 00:43:46 Steve Beattie linux-flo (Ubuntu Precise): importance Undecided Medium
2016-03-15 00:43:48 Steve Beattie linux-flo (Ubuntu Trusty): status New Invalid
2016-03-15 00:43:51 Steve Beattie linux-flo (Ubuntu Trusty): importance Undecided Medium
2016-03-15 12:25:43 Launchpad Janitor linux (Ubuntu Xenial): status Fix Committed Fix Released
2016-03-15 17:42:23 Launchpad Janitor linux-lts-xenial (Ubuntu Trusty): status New Fix Released
2016-03-17 23:29:45 Steve Beattie linux-raspi2 (Ubuntu Wily): status New Fix Released
2016-04-19 10:47:22 Steve Beattie linux-manta (Ubuntu Xenial): status New Invalid
2016-04-27 18:50:24 Steve Beattie nominated for series Ubuntu Yakkety
2016-04-27 18:50:25 Steve Beattie bug task added linux (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-ti-omap4 (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-armadaxp (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-quantal (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-raring (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-saucy (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-mako (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-manta (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-goldfish (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-flo (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-trusty (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-utopic (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-vivid (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-wily (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-raspi2 (Ubuntu Yakkety)
2016-04-27 18:50:25 Steve Beattie bug task added linux-lts-xenial (Ubuntu Yakkety)
2016-05-06 00:44:29 Steve Beattie linux-snapdragon (Ubuntu Precise): status New Invalid
2016-05-06 00:44:33 Steve Beattie linux-snapdragon (Ubuntu Precise): importance Undecided Medium
2016-05-06 00:44:35 Steve Beattie linux-snapdragon (Ubuntu Wily): status New Invalid
2016-05-06 00:44:37 Steve Beattie linux-snapdragon (Ubuntu Wily): importance Undecided Medium
2016-05-06 00:44:40 Steve Beattie linux-snapdragon (Ubuntu Xenial): importance Undecided Medium
2016-05-06 00:44:42 Steve Beattie linux-snapdragon (Ubuntu Yakkety): importance Undecided Medium
2016-05-06 00:44:44 Steve Beattie linux-snapdragon (Ubuntu Trusty): status New Invalid
2016-05-06 00:44:48 Steve Beattie linux-snapdragon (Ubuntu Trusty): importance Undecided Medium
2016-06-07 18:39:46 Steve Beattie tags kernel-cve-skip-description kernel-cve-skip-description kernel-cve-tracking-bug
2016-07-20 19:15:37 Seth Forshee linux-snapdragon (Ubuntu Xenial): status New Fix Committed
2016-07-23 04:00:22 Mathew Hodson summary integer overflow in xt_alloc_table_info CVE-2016-3135
2016-07-25 21:30:31 Launchpad Janitor linux-raspi2 (Ubuntu Yakkety): status New Fix Released
2016-07-25 21:30:31 Launchpad Janitor cve linked 2016-4440
2016-07-25 21:30:31 Launchpad Janitor cve linked 2016-4470
2016-07-25 21:30:31 Launchpad Janitor cve linked 2016-4794
2016-07-25 21:30:31 Launchpad Janitor cve linked 2016-5243
2016-07-25 21:30:37 Launchpad Janitor linux-snapdragon (Ubuntu Yakkety): status New Fix Released
2016-08-08 15:58:01 Launchpad Janitor linux-snapdragon (Ubuntu Xenial): status Fix Committed Fix Released
2016-08-08 15:58:10 Launchpad Janitor linux-snapdragon (Ubuntu Xenial): status Fix Committed Fix Released
2016-08-08 15:58:56 Launchpad Janitor linux-raspi2 (Ubuntu Xenial): status New Fix Released
2016-08-08 15:59:53 Launchpad Janitor linux-raspi2 (Ubuntu Xenial): status New Fix Released