All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] XSA-39 CVE-2013-021[67]: Linux netback DoS via malicious guest ring.
@ 2013-02-07  9:41 Ian Campbell
  2013-02-07  9:41 ` [PATCH v2 1/4] xen/netback: shutdown the ring if it contains garbage Ian Campbell
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Ian Campbell @ 2013-02-07  9:41 UTC (permalink / raw)
  To: netdev; +Cc: xen-devel

The Xen netback implementation contains a couple of flaws which can
allow a guest to cause a DoS in the backend domain, potentially
affecting other domains in the system.

CVE-2013-0216 is a failure to sanity check the ring producer/consumer
pointers which can allow a guest to cause netback to loop for an
extended period preventing other work from occurring.

CVE-2013-0217 is a memory leak on an error path which is guest
triggerable.

The following series contains the fixes for these issues, as previously
included in Xen Security Advisory 39:
http://lists.xen.org/archives/html/xen-announce/2013-02/msg00001.html

Changes in v2:
 - Typo and block comment format fixes 
 - Added stable Cc

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-08  7:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07  9:41 [PATCH v2 0/4] XSA-39 CVE-2013-021[67]: Linux netback DoS via malicious guest ring Ian Campbell
2013-02-07  9:41 ` [PATCH v2 1/4] xen/netback: shutdown the ring if it contains garbage Ian Campbell
2013-02-07  9:41 ` Ian Campbell
2013-02-07  9:41 ` [PATCH v2 2/4] xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop Ian Campbell
2013-02-07  9:41 ` Ian Campbell
2013-02-07  9:41 ` [PATCH v2 3/4] xen/netback: free already allocated memory on failure in xen_netbk_get_requests Ian Campbell
2013-02-07  9:41 ` Ian Campbell
2013-02-07  9:41 ` [PATCH v2 4/4] netback: correct netbk_tx_err to handle wrap around Ian Campbell
2013-02-07  9:41 ` Ian Campbell
2013-02-08  4:31 ` [PATCH v2 0/4] XSA-39 CVE-2013-021[67]: Linux netback DoS via malicious guest ring David Miller
2013-02-08  4:31 ` David Miller
2013-02-08  7:54   ` Ian Campbell
2013-02-08  7:54   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.