http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003.pdf
The hash functions used in the associative array implementation have a worst case performance of O(n*n). This can be exploited to produce denial-of-service attacks on a web service using these hash functions. The paper suggests ways to mitigate it.