Share

VoIPER : VoIP Exploit Research toolkit

Tracker: Bugs

5 Socket exhaustion on Ubuntu/OS X - ID: 1999620
Last Update: Tracker Item Submitted ( v_o_iper )

On Ubuntu an exception occurs after sending a few thousand INVITE requests
against OpenSER with no CANCELs. This appears to be because the sockets
used to send the INVITEs are never closed. This probably happens because
OpenSER keeps trying to resend responses to the initial invite but we are
not providing anything to handle these when do_cancel is false. As a result
the transaction manager constantly updates the 'timeout' for the
transaction and the socket is never cleaned up.

A quick fix is to set the transaction timeout from the fuzzer to 0 to begin
with.


nnp ( v_o_iper ) - 2008-06-21 22:27

5

Open

None

Nobody/Anonymous

SIP core

v0.05 (dev)

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.