Denial Of Service (DoS)
pyasn1 is vulnerable to denial of service DoS attacks. These attacks are possible because the libraries finite length decoders could process indefinite length input for serialization. This is due to it not checking that the input is less than the maxChunkSize...