Re: [reSIProcate] [patch] possible DoS with REFER Event: header
Either solution is good with me - however if we are just going to remove an invalid Event header in a REFER, then we should log a warning to resip logs, so that the offending implementation can be notified and corrected.
Scott
On Sun, Dec 11, 2011 at 4:23 PM, Aron Rosenberg
<arosenberg@xxxxxxxxxxxx> wrote:
It looks like this patch never got applied.
After reviewing it, I might make DUM a little more tolerant and just ignore the bad header instead of rejecting the request. Something like
if (request.exists(h_Event))
request.remove(h_Event);
right before you call makeServerSubscription, but RFC 3515 says nothing about an Event header in a REFER message being allowed or dis-allowed, so I would err on the side of caution.
Aron Rosenberg
Sr. Director, Engineering,
LifeSize, a division of Logitech
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel@xxxxxxxxxxxxxxx
https://list.resiprocate.org/mailman/listinfo/resiprocate-devel