From dev-return-12000-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Aug 25 13:42:52 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 93835 invoked from network); 25 Aug 2008 13:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Aug 2008 13:42:52 -0000 Received: (qmail 29404 invoked by uid 500); 25 Aug 2008 13:42:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29381 invoked by uid 500); 25 Aug 2008 13:42:49 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 29370 invoked by uid 99); 25 Aug 2008 13:42:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 06:42:49 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 13:41:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ACAFE234C1B2 for ; Mon, 25 Aug 2008 06:41:52 -0700 (PDT) Message-ID: <1651976423.1219671712705.JavaMail.jira@brutus> Date: Mon, 25 Aug 2008 06:41:52 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-1272) Stomp protocol does not correctly check authentication (security hole) In-Reply-To: <29177851.1181629593905.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated AMQ-1272: ------------------------------ Attachment: AMQ1272-stomp-auth-v412.patch Patch created against branches/activemq-4.1 Rev647819 (current as of 20080825) > Stomp protocol does not correctly check authentication (security hole) > ---------------------------------------------------------------------- > > Key: AMQ-1272 > URL: https://issues.apache.org/activemq/browse/AMQ-1272 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.0.0 > Environment: 4.2-SNAPSHOT > Reporter: Tom Samplonius > Fix For: 5.1.0 > > Attachments: AMQ1272-stomp-auth-v412.patch, stomp-auth.patch, stomp.diff > > > ActiveMQ does not correctly validate the username and password of Stomp clients. A security exception is generated, but ignored, leaving the client connected, and with full and unrestricted access to ActiveMQ. > Further description, and a partial patch: > http://www.nabble.com/Getting-Stomp-support-to-a-usable-state...-tf3858629s2354.html#a11060452 > BTW, while the patch in the above post, is crude, however, leaving unauthenticated users connected with full-access makes ActiveMQ and Stomp pretty unusable. So please apply the path, rather than do nothing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.