[asterisk-bugs] [JIRA] (ASTERISK-21825) websocket segmentation fault on certain invalid input
Michael L. Young (JIRA)
noreply at issues.asterisk.org
Tue May 28 10:58:05 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206842#comment-206842 ]
Michael L. Young commented on ASTERISK-21825:
---------------------------------------------
Alfred,
The License Agreement is only for submitting code. You don't need the license agreement for submitting a back trace.
> websocket segmentation fault on certain invalid input
> -----------------------------------------------------
>
> Key: ASTERISK-21825
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21825
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_http_websocket
> Affects Versions: 11.3.0, 11.4.0
> Environment: Ubuntu 12.10 x86_64
> Reporter: Alfred Farrugia
> Severity: Critical
>
> Asterisk crashes when an invalid websocket request is performed, for example:
> python -c "print 'GET /ws HTTP/1.1\r\nHost: localhost:8088\r\nUpgrade: websocket\r\nConnection: Upgrade\r\nSec-WebSocket-Key: \x02\r\nSec-WebSocket-Protocol: sip\r\nSec-WebSocket-Version: 7, 8, 13\r\nOrigin: http://example.com\r\n\r\n'" | nc localhost 8088
> ie: passing \x00 as the websocket key
> crashes and produces the attached crash dump [waiting for licence agreement approval]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list