I am researching about security vulnerabilities in the Asterisk product.
I saw in Asterisk Project Security Advisory - AST-2013-002 (downloads.asterisk.org/pub/secur … 13-002.pdf) that the value of the Content-Length is now capped at a maximum value of 1024 bytes.
Can I infer that any communication that I recieve with a content-length value over 1024 bytes will be malicious?
Thanks