Technical Alerts
ABS will periodically post Technical Alerts for our customers in this location. If you are having a technical difficulty or emergency, please contact us by calling 757.466.0004.
1. Cisco Security Advisory: Cisco Unified Communications Manager CTL Provider
Heap Overflow (18 Jan 2008)
- Cisco Unified Communications Manager (CUCM), formerly CallManager, contains a heap overflow vulnerability in the Certificate Trust List (CTL) Provider service that could allow a remote, unauthenticated user to cause a Denial of Service (DoS) condition or execute arbitrary code. There is a workaround for this vulnerability.
- Cisco has made free software available to address these vulnerabilities for affected customers.
- Common Vulnerabilities and Exposures (CVE) identifier CVE-2008-0027 has been assigned to this vulnerability.
- This advisory is posted at http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml
2. Malware Outbreak Report: "Storm Love" (17 Jan 2008)
3. CSCsg28075-Administrator does not have ability to remove licenses from CallManager.
License is removed on reboot, license does not appear in CM. (Sept 2007)
- Symptom: A CallManager administrator cannot remove a license file once it has been loaded onto the server. License is removed when CM is reloaded or License services stopped and restarted.
- Conditions: Any uploaded license file will persist even if the local host MAC address has changed (server upgrade or motherboard replacement)
- Workaround: Customer must call into TAC to have them remove the license manually. The reason to Call Cisco is you must gain ROOT access to the CM box command line. If you gain command line access the following should get the issue resolved. Login into CM via SSH and open VI to past the license file and set the correct permissions.
- To open VI type: "vi filename.lic"
- Once in VI type : "i" to insert text
- Copy and paste the text of the license file you need into VI
- Type: "ESC"
- Type: ":wq"
- Next from root prompt, you need to change the owner and group permission of the file you just created.
- chown tomcat filename.lic
- chgrp tomcat filename.lic
- If needed use "rm filename.lic" to remove a file.
- At any time you can type "ls –ls" to view files and permissions.
|