-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =========================================================================== AUSCERT External Security Bulletin Redistribution ESB-2009.1487 Asterisk: Multiple Vulnerabilities 6 November 2009 =========================================================================== AusCERT Security Bulletin Summary --------------------------------- Product: Asterisk Publisher: Asterisk Operating System: UNIX variants (UNIX, Linux, OSX) Impact/Access: Cross-site Request Forgery -- Remote/Unauthenticated Reduced Security -- Remote/Unauthenticated Resolution: Patch/Upgrade CVE Names: CVE-2008-7220 Original Bulletin: http://downloads.digium.com/pub/security/AST-2009-008.html http://downloads.digium.com/pub/security/AST-2009-009.html Comment: This bulletin contains two (2) Asterisk Security Advisories - --------------------------BEGIN INCLUDED TEXT-------------------- Asterisk Project Security Advisory - AST-2009-008 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | SIP responses expose valid usernames | |----------------------+-------------------------------------------------| | Nature of Advisory | Information leak | |----------------------+-------------------------------------------------| | Susceptibility | Remote Unauthenticated Sessions | |----------------------+-------------------------------------------------| | Severity | Minor | |----------------------+-------------------------------------------------| | Exploits Known | No | |----------------------+-------------------------------------------------| | Reported On | October 26, 2009 | |----------------------+-------------------------------------------------| | Reported By | Patrik Karlsson | |----------------------+-------------------------------------------------| | Posted On | November 4, 2009 | |----------------------+-------------------------------------------------| | Last Updated On | November 4, 2009 | |----------------------+-------------------------------------------------| | Advisory Contact | Joshua Colp | |----------------------+-------------------------------------------------| | CVE Name | | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Description | It is possible to determine if a peer with a specific | | | name is configured in Asterisk by sending a specially | | | crafted REGISTER message twice. The username that is to | | | be checked is put in the user portion of the URI in the | | | To header. A bogus non-matching value is put into the | | | username portion of the Digest in the Authorization | | | header. If the peer does exist the second REGISTER will | | | receive a response of "403 Authentication user name does | | | not match account name". If the peer does not exist the | | | response will be "404 Not Found" if alwaysauthreject is | | | disabled and "401 Unauthorized" if alwaysauthreject is | | | enabled. | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Resolution | Upgrade to one of the versions below, or apply one of the | | | patches specified in the Patches section. | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Affected Versions | |------------------------------------------------------------------------| | Product | Release | | | | Series | | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.2.x | All versions prior to 1.2.35 | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.4.x | All versions prior to 1.4.26.3 | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.6.0.x | All versions prior to 1.6.0.17 | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.6.1.x | All versions prior to 1.6.1.9 | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.2.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.4.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.6.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | A.x.x | All versions | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | B.x.x | All versions prior to B.2.5.12 | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | C.x.x | All versions prior to C.2.4.5 | | | | and C.3.2.2 | |----------------------------+---------+---------------------------------| | AsteriskNOW | 1.5 | All versions | |----------------------------+---------+---------------------------------| | s800i (Asterisk Appliance) | 1.2.x | All versions prior to 1.3.0.5 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Corrected In | |------------------------------------------------------------------------| | Product | Release | |---------------------------------------------+--------------------------| | Asterisk Open Source | 1.2.35 | |---------------------------------------------+--------------------------| | Asterisk Open Source | 1.4.26.3 | |---------------------------------------------+--------------------------| | Asterisk Open Source | 1.6.0.17 | |---------------------------------------------+--------------------------| | Asterisk Open Source | 1.6.1.9 | |---------------------------------------------+--------------------------| | Asterisk Business Edition | B.2.5.12 | |---------------------------------------------+--------------------------| | Asterisk Business Edition | C.2.4.5 | |---------------------------------------------+--------------------------| | Asterisk Business Edition | C.3.2.2 | |---------------------------------------------+--------------------------| | S800i (Asterisk Appliance) | 1.3.0.5 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Patches | |------------------------------------------------------------------------| | SVN URL |Revision| |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-008-1.2.diff.txt |1.2 | |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-008-1.4.diff.txt |1.4 | |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-008-1.6.0.diff.txt|1.6.0 | |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-008-1.6.1.diff.txt|1.6.1 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Links | | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Asterisk Project Security Advisories are posted at | | http://www.asterisk.org/security | | | | This document may be superseded by later versions; if so, the latest | | version will be posted at | | http://downloads.digium.com/pub/security/AST-2009-008.pdf and | | http://downloads.digium.com/pub/security/AST-2009-008.html | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Revision History | |------------------------------------------------------------------------| | Date | Editor | Revisions Made | |-----------------------+-------------------+----------------------------| | November 4, 2009 | Joshua Colp | Initial release | +------------------------------------------------------------------------+ Asterisk Project Security Advisory - AST-2009-008 Copyright (c) 2009 Digium, Inc. All Rights Reserved. Permission is hereby granted to distribute and publish this advisory in its original, unaltered form. Asterisk Project Security Advisory - AST-2009-009 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | Cross-site AJAX request vulnerability | |----------------------+-------------------------------------------------| | Nature of Advisory | Cross-site AJAX request exploitation | |----------------------+-------------------------------------------------| | Susceptibility | Remote Unauthenticated Sessions | |----------------------+-------------------------------------------------| | Severity | Minor | |----------------------+-------------------------------------------------| | Exploits Known | No | |----------------------+-------------------------------------------------| | Reported On | October 26, 2009 | |----------------------+-------------------------------------------------| | Reported By | issues.asterisk.org user jcollie | |----------------------+-------------------------------------------------| | Posted On | November 4, 2009 | |----------------------+-------------------------------------------------| | Last Updated On | November 4, 2009 | |----------------------+-------------------------------------------------| | Advisory Contact | Joshua Colp | |----------------------+-------------------------------------------------| | CVE Name | CVE-2008-7220 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Description | Asterisk includes a demonstration AJAX based manager | | | interface, ajamdemo.html which uses the prototype.js | | | framework. An issue was uncovered in this framework | | | which could allow someone to execute a cross-site AJAX | | | request exploit. | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Resolution | Upgrade to one of the versions below, or apply one of the | | | patches specified in the Patches section. | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Affected Versions | |------------------------------------------------------------------------| | Product | Release | | | | Series | | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.2.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.4.x | All versions prior to 1.4.26.3 | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.6.0.x | All versions prior to 1.6.0.17 | |----------------------------+---------+---------------------------------| | Asterisk Open Source | 1.6.1.x | All versions prior to 1.6.1.9 | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.2.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.4.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Addons | 1.6.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | A.x.x | Unaffected | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | B.x.x | All versions prior to B.2.5.12 | |----------------------------+---------+---------------------------------| | Asterisk Business Edition | C.x.x | All versions prior to C.2.4.5 | | | | and C.3.2.2 | |----------------------------+---------+---------------------------------| | AsteriskNOW | 1.5 | All versions | |----------------------------+---------+---------------------------------| | s800i (Asterisk Appliance) | 1.2.x | Unaffected | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Corrected In | |------------------------------------------------------------------------| | Product | Release | |--------------------------------------------+---------------------------| | Asterisk Open Source | 1.4.26.3 | |--------------------------------------------+---------------------------| | Asterisk Open Source | 1.6.0.17 | |--------------------------------------------+---------------------------| | Asterisk Open Source | 1.6.1.9 | |--------------------------------------------+---------------------------| | Asterisk Business Edition | B.2.5.12 | |--------------------------------------------+---------------------------| | Asterisk Business Edition | C.2.4.5 | |--------------------------------------------+---------------------------| | Asterisk Business Edition | C.3.2.2 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Patches | |------------------------------------------------------------------------| | SVN URL |Revision| |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-009-1.4.diff.txt |1.4 | |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-009-1.6.0.diff.txt|1.6.0 | |---------------------------------------------------------------+--------| |http://downloads.digium.com/pub/asa/AST-2009-009-1.6.1.diff.txt|1.6.1 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Links | https://issues.asterisk.org/view.php?id=16139 | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Asterisk Project Security Advisories are posted at | | http://www.asterisk.org/security | | | | This document may be superseded by later versions; if so, the latest | | version will be posted at | | http://downloads.digium.com/pub/security/AST-2009-009.pdf and | | http://downloads.digium.com/pub/security/AST-2009-009.html | +------------------------------------------------------------------------+ +------------------------------------------------------------------------+ | Revision History | |------------------------------------------------------------------------| | Date | Editor | Revisions Made | |-----------------------+-------------------+----------------------------| | October 29, 2009 | Joshua Colp | Initial release | +------------------------------------------------------------------------+ Asterisk Project Security Advisory - AST-2009-009 Copyright (c) 2009 Digium, Inc. All Rights Reserved. Permission is hereby granted to distribute and publish this advisory in its original, unaltered form. - --------------------------END INCLUDED TEXT-------------------- You have received this e-mail bulletin as a result of your organisation's registration with AusCERT. The mailing list you are subscribed to is maintained within your organisation, so if you do not wish to continue receiving these bulletins you should contact your local IT manager. If you do not know who that is, please send an email to auscert@auscert.org.au and we will forward your request to the appropriate person. NOTE: Third Party Rights This security bulletin is provided as a service to AusCERT's members. As AusCERT did not write the document quoted above, AusCERT has had no control over its content. The decision to follow or act on information or advice contained in this security bulletin is the responsibility of each user or organisation, and should be considered in accordance with your organisation's site policies and procedures. AusCERT takes no responsibility for consequences which may arise from following or acting on information or advice contained in this security bulletin. NOTE: This is only the original release of the security bulletin. It may not be updated when updates to the original are made. If downloading at a later date, it is recommended that the bulletin is retrieved directly from the author's website to ensure that the information is still current. Contact information for the authors of the original document is included in the Security Bulletin above. If you have any questions or need further information, please contact them directly. Previous advisories and external security bulletins can be retrieved from: http://www.auscert.org.au/render.html?cid=1980 If you believe that your computer system has been compromised or attacked in any way, we encourage you to let us know by completing the secure National IT Incident Reporting Form at: http://www.auscert.org.au/render.html?it=3192 =========================================================================== Australian Computer Emergency Response Team The University of Queensland Brisbane Qld 4072 Internet Email: auscert@auscert.org.au Facsimile: (07) 3365 7031 Telephone: (07) 3365 4417 (International: +61 7 3365 4417) AusCERT personnel answer during Queensland business hours which are GMT+10:00 (AEST). On call after hours for member emergencies only. =========================================================================== -----BEGIN PGP SIGNATURE----- Comment: http://www.auscert.org.au/render.html?it=1967 iD8DBQFK81NFNVH5XJJInbgRAuq1AJ4vv0Y8dEUw3DJ6BBrT6uyMe8+ogACfT1sI /+LkrFnYipPLVJZxM/gkUlc= =+8X9 -----END PGP SIGNATURE-----