[asterisk-commits] file: tag 1.4.26.3 r227692 - /tags/1.4.26.3/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Nov 4 13:14:34 CST 2009
Author: file
Date: Wed Nov 4 13:14:30 2009
New Revision: 227692
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=227692
Log:
Fix a security issue where sending a REGISTER with a differing username in the From
URI and Authorization header would reveal whether it was valid or not.
(AST-2009-008)
Modified:
tags/1.4.26.3/channels/chan_sip.c
Modified: tags/1.4.26.3/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.4.26.3/channels/chan_sip.c?view=diff&rev=227692&r1=227691&r2=227692
==============================================================================
--- tags/1.4.26.3/channels/chan_sip.c (original)
+++ tags/1.4.26.3/channels/chan_sip.c Wed Nov 4 13:14:30 2009
@@ -9208,8 +9208,6 @@
Asterisk uses the From: username for authentication. We need the
users to use the same authentication user name until we support
proper authentication by digest auth name */
- transmit_response(p, "403 Authentication user name does not match account name", &p->initreq);
- break;
case AUTH_NOT_FOUND:
case AUTH_PEER_NOT_DYNAMIC:
case AUTH_ACL_FAILED:
More information about the asterisk-commits
mailing list