Denial Of Service (DoS)
zookeeper is vulnerable to denial of service DoS attacks. The vulnerability is possible because the pRequest method in PrepRequestProcessor.java allows an attacker to generate a proposal from a request that is larger than the maxbuffer . This is possible because it does not check the size of the...