You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/02/12 15:59:18 UTC

[jira] [Created] (AMQ-6168) STOMP: Connection should be closed on receiving an invalid STOMP Frame with unknown action value.

Timothy Bish created AMQ-6168:
---------------------------------

             Summary: STOMP: Connection should be closed on receiving an invalid STOMP Frame with unknown action value.
                 Key: AMQ-6168
                 URL: https://issues.apache.org/jira/browse/AMQ-6168
             Project: ActiveMQ
          Issue Type: Bug
          Components: stomp
    Affects Versions: 5.13.0, 5.13.1
            Reporter: Timothy Bish
            Assignee: Timothy Bish
             Fix For: 5.14.0


When a STOMP frame comes in and the "action" is not known the transport doesn't currently throw a fatal protocol exception.  This can lead to issues if the incoming data is corrupt and the transport can continue to try and read more commands from the stream and start logging binary data or reading in garbage commands.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)