** Description changed:

  CVE-2010-4249
  
  Vegard Nossum found a unix socket OOM was possible, posting an exploit
  program.
  
  My analysis is we can eat all LOWMEM memory before unix_gc() being
  called from unix_release_sock(). Moreover, the thread blocked in
  unix_gc() can consume huge amount of time to perform cleanup because of
  huge working set.
  
  One way to handle this is to have a sensible limit on unix_tot_inflight,
  tested from wait_for_unix_gc() and to force a call to unix_gc() if this
  limit is hit.
  
  This solves the OOM and also reduce overall latencies, and should not
  slowdown normal workloads.
+ 
+ Break-Fix: - 9915672d41273f5b77f1b3c29b391ffb7732b84b

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769182

Title:
  CVE-2010-4249

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/769182/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to