var-200801-0007
Vulnerability from variot
Heap-based buffer overflow in the Certificate Trust List (CTL) Provider service (CTLProvider.exe) in Cisco Unified Communications Manager (CUCM) 4.2 before 4.2(3)SR3 and 4.3 before 4.3(1)SR1, and CallManager 4.0 and 4.1 before 4.1(3)SR5c, allows remote attackers to cause a denial of service or execute arbitrary code via a long request. Cisco Unified Communications Manager (CUCM) and CallManager Contains a heap overflow vulnerability. Attackers can exploit this issue to execute arbitrary code or to cause denial-of-service conditions. Authentication is not required to exploit this vulnerability. The service operates over a SSL encrypted transport. Due to a logic flaw in the way data is received in a loop a heap allocation can be arbitrarily overflown resulting in the control of subsequent heap chunks.
The vulnerability is due to a loop that occurs during receive of socket data. An initial buffer is allocated at 0x19000 bytes, as can bee seen here.
.text:00406077 191A8 68+ push 19000h ; size_t .text:0040607C 191AC FF+ call ds:__imp_malloc .text:00406082 191AC 83+ add esp, 10h .text:00406085 1919C 89+ mov [edi+14h], eax .text:00406088 1919C 85+ test eax, eax .text:0040608A 1919C 0F+ jz loc_406238
Once allocated data is read in 0x19000 chunks. If more than 0x4000 bytes of data are left on the socket we loop again as can be seen here.
.text:004060A5 191AC FF+ push dword ptr [ebp-14h] ; size_t .text:004060A8 191B0 8D+ lea eax, [ebp-1919Ch] .text:004060AE 191B0 50 push eax ; void * .text:004060AF 191B4 8B+ mov eax, [edi+14h] .text:004060B2 191B4 03+ add eax, [ebp-1Ch] .text:004060B5 191B4 50 push eax ; void * .text:004060B6 191B8 E8+ call memcpy .text:004060B6 191B8 2F+ .text:004060BB 191B8 B8+ mov eax, 16384 .text:004060C0 191B8 83+ add esp, 1Ch .text:004060C3 1919C 39+ cmp [ebp-14h], eax .text:004060C6 1919C 75+ jnz short loc_4060F8
.text:004060C8 1919C 50 push eax ; int .text:004060C9 191A0 68+ push offset str__ErrDExceeds16k ; 'err %d exceeds 16K' .text:004060CE 191A4 8D+ lea eax, [ebp-88h] .text:004060D4 191A4 68+ push 80000h ; int .text:004060D9 191A8 50 push eax ; int .text:004060DA 191AC E8+ call log_message .text:004060DA 191AC B7+ .text:004060DF 191AC 83+ add esp, 10h .text:004060E2 1919C 81+ add dword ptr [ebp-1Ch], 4000h .text:004060E9 1919C 68+ push offset str__MaybeThereIsMoreData__readAgain ; "Maybe there is more data..Read again" .text:004060EE 191A0 68+ push 10000h .text:004060F3 191A4 E9+ jmp loc_405FFF
This will continue until heap chunks are overwritten at the users control, which can be exploited to overwrite memory and further lead to arbitrary code execution.
-- Vendor Response: http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml
-- Disclosure Timeline: 2007.06.04 - Vulnerability reported to vendor 2008.01.16 - Coordinated public release of advisory
-- Credit: This vulnerability was discovered by Cody Pierce - TippingPoint DVLabs.
A new version (0.9.0.0 - Release Candidate 1) of the free Secunia PSI has been released. The new version includes many new and advanced features, which makes it even easier to stay patched.
Successful exploitation allows execution of arbitrary code.
CUCM 4.0: Update to a fixed version of CUCM 4.1 or later.
CUCM 4.1: Update to CUCM 4.1(3)SR5c, CUCM 4.1(3)SR6, or later. http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-41?psrtdcat20e2
CUCM 4.2: Update to CUCM 4.2(3)SR3 or later. http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-42?psrtdcat20e2
CUCM 4.3: Update to CUCM 4.3(1)SR1, CUCM 4.3(1)SR1a, or later. http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-43?psrtdcat20e2
PROVIDED AND/OR DISCOVERED BY: Cody Pierce, TippingPoint DVLabs
ORIGINAL ADVISORY: TPTI-08-02: http://dvlabs.tippingpoint.com/advisory/TPTI-08-02
Cisco (100345): http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml
About: This Advisory was delivered by Secunia as a free service to help everybody keeping their systems up to date against the latest vulnerabilities.
Subscribe: http://secunia.com/secunia_security_advisories/
Definitions: (Criticality, Where etc.) http://secunia.com/about_secunia_advisories/
Please Note: Secunia recommends that you verify all advisories you receive by clicking the link. Secunia NEVER sends attached files with advisories. Secunia does not advise people to install third party patches, only use those supplied by the vendor. 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. CUCM Versions 3.3, 4.0, 4.1 and 5.0 retain the Cisco Unified CallManager name.
Products Confirmed Not Vulnerable +--------------------------------
CUCM Versions 3.3, 5.0, 5.1, 6.0, 6.1 and Cisco CallManager Express are not affected by this vulnerability. No other Cisco products are currently known to be affected by this vulnerability.
Details
Cisco Unified Communications Manager (CUCM) is the call processing component of the Cisco IP telephony solution that extends enterprise telephony features and functions to packet telephony network devices, such as IP phones, media processing devices, voice-over-IP (VoIP) gateways, and multimedia applications. The CTL contains public keys and other information to allow the Cisco IP Phone devices to establish a trusted relationship with a CUCM server. The CTL is provisioned using the CTL Provider service on a CUCM server and with the CTL Provider client on an administrator workstation. The CTL Provider service needs to be enabled during the initial configuration of a CUCM server /cluster or when changes are required to the CTL. Please consult the Workarounds section of this advisory for information on how to determine if the CTL Provider service is enabled on a CUCM server. The CTL Provider service listens on TCP port 2444 by default, but the port can be modified by the user. This issue is documented in Cisco Bug ID CSCsj22605.
Vulnerability Scoring Details
Cisco has provided scores for the vulnerabilities in this advisory based on the Common Vulnerability Scoring System (CVSS). The CVSS scoring in this Security Advisory is done in accordance with CVSS Version 2.0.
CVSS is a standards-based scoring method that conveys vulnerability severity and helps determine urgency and priority of response.
Cisco has provided a base and temporal score. Customers can then compute environmental scores to assist in determining the impact of the vulnerability in individual networks.
Cisco has provided an FAQ to answer additional questions regarding CVSS at
http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html
Cisco has also provided a CVSS calculator to help compute the environmental impact for individual networks at
http://intellishield.cisco.com/security/alertmanager/cvss
CSCsj22605 - CUCM CTL Provider Heap Overflow Vulnerability
CVSS Base Score - 10
Access Vector - Network
Access Complexity - Low
Authentication - None
Confidentiality Impact - Complete
Integrity Impact - Complete
Availability Impact - Complete
CVSS Temporal Score - 8.3
Exploitability - Functional
Remediation Level - Official-Fix
Report Confidence - Confirmed
Impact
Successful exploitation of this vulnerability may result in a DoS condition or the execution of arbitrary code.
Software Versions and Fixes
When considering software upgrades, also consult http://www.cisco.com/go/psirt and any subsequent advisories to determine exposure and a complete upgrade solution.
In all cases, customers should exercise caution to be certain the devices to be upgraded contain sufficient memory and that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, contact the Cisco Technical Assistance Center (TAC) or your contracted maintenance provider for assistance.
Workarounds
It is possible to workaround the vulnerability by disabling the CTL Provider service when not in use. Access to the CTL Provider service is required for the initial configuration of the CUCM authentication and encryption features, or during configuration updates. For the CUCM 4.x systems, please consult the following documentation for details on how to disable the CUCM services:
http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a008070ec49.html
Filtering traffic to the affected CUCM systems on screening devices can be used as a mitigation technique for this vulnerability. To mitigate the CTL Producer service overflow, access to TCP port 2444 should be permitted only between the CUCM servers and administrator workstations running the CTL Provider client. There is currently no supported method to configure filtering directly on a CUCM system.
It is possible to change the default ports of the CTL Provider (TCP port 2444) service. If changed, filtering should be based on the port value used. The value of the port can be viewed in CUCM Administration interface by following the System > Service Parameters menu and selecting the CTL Provider service.
Filters blocking access to TCP port 2444 should be deployed at the network edge as part of a transit access control list (tACL). Further information about transit access control lists is available in the white paper "Transit Access Control Lists: Filtering at Your Edge," which is available at the following link:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml
Additional mitigations that can be deployed on Cisco devices within the network are available in the Cisco Applied Mitigation Bulletin companion document for this advisory:
http://www.cisco.com/warp/public/707/cisco-amb-20080116-cucmctl.shtml
Obtaining Fixed Software
Cisco has released free software updates that address these vulnerabilities. Prior to deploying software, customers should consult their maintenance provider or check the software for feature set compatibility and known issues specific to their environment.
Customers may only install and expect support for the feature sets they have purchased. By installing, downloading, accessing or otherwise using such software upgrades, customers agree to be bound by the terms of Cisco's software license terms found at http://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html or as otherwise set forth at Cisco.com Downloads at http://www.cisco.com/public/sw-center/sw-usingswc.shtml
Do not contact psirt@cisco.com or security-alert@cisco.com for software upgrades.
Fixed software for CUCM can be obtained here:
+-------------------------------------------------+ | CUCM | Fixed | Recommended | Download | | Version | Release | Release | Location | |---------+---------+-------------+---------------| | | | Upgrade to | | | CUCM | | a fixed | | | 4.0 | N/A | Version of | N/A | | | | CUCM 4.1 or | | | | | later | | |---------+---------+-------------+---------------| | | | | http:// | | | CUCM | CUCM 4.1(3) | www.cisco.com | | CUCM | 4.1(3) | SR6 or | /pcgi-bin/ | | 4.1 | SR5c | later | tablebuild.pl | | | | | /callmgr-41? | | | | | psrtdcat20e2 | |---------+---------+-------------+---------------| | | | | http:// | | | CUCM | CUCM 4.2(3) | www.cisco.com | | CUCM | 4.2(3) | SR3 or | /pcgi-bin/ | | 4.2 | SR3 | later | tablebuild.pl | | | | | /callmgr-42? | | | | | psrtdcat20e2 | |---------+---------+-------------+---------------| | | | | http:// | | | CUCM | CUCM 4.3(1) | www.cisco.com | | CUCM | 4.3(1) | SR1a or | /pcgi-bin/ | | 4.3 | SR1 | later | tablebuild.pl | | | | | /callmgr-43? | | | | | psrtdcat20e2 | +-------------------------------------------------+
Customers with Service Contracts +-------------------------------
Customers with contracts should obtain upgraded software through their regular update channels. For most customers, this means that upgrades should be obtained through the Software Center on Cisco's worldwide website at http://www.cisco.com.
Customers using Third Party Support Organizations +------------------------------------------------
Customers whose Cisco products are provided or maintained through prior or existing agreements with third-party support organizations, such as Cisco Partners, authorized resellers, or service providers should contact that support organization for guidance and assistance with the appropriate course of action in regards to this advisory.
The effectiveness of any workaround or fix is dependent on specific customer situations, such as product mix, network topology, traffic behavior, and organizational mission. Due to the variety of affected products and releases, customers should consult with their service provider or support organization to ensure any applied workaround or fix is the most appropriate for use in the intended network before it is deployed.
Customers without Service Contracts +----------------------------------
Customers who purchase direct from Cisco but do not hold a Cisco service contract, and customers who purchase through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should acquire upgrades by contacting the Cisco Technical Assistance Center (TAC). TAC contacts are as follows.
- +1 800 553 2447 (toll free from within North America)
- +1 408 526 7209 (toll call from anywhere in the world)
- e-mail: tac@cisco.com
Customers should have their product serial number available and be prepared to give the URL of this notice as evidence of entitlement to a free upgrade. Free upgrades for non-contract customers must be requested through the TAC.
Refer to http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml for additional TAC contact information, including localized telephone numbers, and instructions and e-mail addresses for use in various languages.
Exploitation and Public Announcements
The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerability described in this advisory.
This vulnerability was reported to Cisco by TippingPoint. Cisco would like to thank TippingPoint for reporting this vulnerability and working with us towards resolution of this problem.
Status of This Notice: FINAL
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.
A stand-alone copy or Paraphrase of the text of this document that omits the distribution URL in the following section is an uncontrolled copy, and may lack important information or contain factual errors.
Distribution
This advisory is posted on Cisco's worldwide website at :
http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml.
In addition to worldwide web posting, a text version of this notice is clear-signed with the Cisco PSIRT PGP key and is posted to the following e-mail and Usenet news recipients.
- cust-security-announce@cisco.com
- first-teams@first.org
- bugtraq@securityfocus.com
- vulnwatch@vulnwatch.org
- cisco@spot.colorado.edu
- cisco-nsp@puck.nether.net
- full-disclosure@lists.grok.org.uk
- comp.dcom.sys.cisco@newsgate.cisco.com
Future updates of this advisory, if any, will be placed on Cisco's worldwide website, but may or may not be actively announced on mailing lists or newsgroups. Users concerned about this problem are encouraged to check the above URL for any updates.
Revision History
+---------------------------------------+ | Revision | | Initial | | 1.0 | 2008-January-16 | public | | | | release. | +---------------------------------------+
Cisco Security Procedures
Complete information on reporting security vulnerabilities in Cisco products, obtaining assistance with security incidents, and registering to receive security information from Cisco, is available on Cisco's worldwide website at http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html. This includes instructions for press inquiries regarding Cisco security notices. All Cisco security advisories are available at http://www.cisco.com/go/psirt. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin)
iEYEARECAAYFAkeOKKYACgkQ86n/Gc8U/uDywwCfVk/A68YckSgZ070lK8aW10By djAAnR/h+tI2S3/7csJyQHrHeZ7Nrhbz =h46X -----END PGP SIGNATURE-----
Show details on source website{ "@context": { "@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#", "affected_products": { "@id": "https://www.variotdbs.pl/ref/affected_products" }, "configurations": { "@id": "https://www.variotdbs.pl/ref/configurations" }, "credits": { "@id": "https://www.variotdbs.pl/ref/credits" }, "cvss": { "@id": "https://www.variotdbs.pl/ref/cvss/" }, "description": { "@id": "https://www.variotdbs.pl/ref/description/" }, "exploit_availability": { "@id": "https://www.variotdbs.pl/ref/exploit_availability/" }, "external_ids": { "@id": "https://www.variotdbs.pl/ref/external_ids/" }, "iot": { "@id": "https://www.variotdbs.pl/ref/iot/" }, "iot_taxonomy": { "@id": "https://www.variotdbs.pl/ref/iot_taxonomy/" }, "patch": { "@id": "https://www.variotdbs.pl/ref/patch/" }, "problemtype_data": { "@id": "https://www.variotdbs.pl/ref/problemtype_data/" }, "references": { "@id": "https://www.variotdbs.pl/ref/references/" }, "sources": { "@id": "https://www.variotdbs.pl/ref/sources/" }, "sources_release_date": { "@id": "https://www.variotdbs.pl/ref/sources_release_date/" }, "sources_update_date": { "@id": "https://www.variotdbs.pl/ref/sources_update_date/" }, "threat_type": { "@id": "https://www.variotdbs.pl/ref/threat_type/" }, "title": { "@id": "https://www.variotdbs.pl/ref/title/" }, "type": { "@id": "https://www.variotdbs.pl/ref/type/" } }, "@id": "https://www.variotdbs.pl/vuln/VAR-200801-0007", "affected_products": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/affected_products#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" }, "@id": "https://www.variotdbs.pl/ref/sources" } }, "data": [ { "model": "unified communications manager", "scope": "eq", "trust": 2.7, "vendor": "cisco", "version": "4.3" }, { "model": "unified callmanager", "scope": "eq", "trust": 2.7, "vendor": "cisco", "version": "4.1" }, { "model": "unified callmanager", "scope": "eq", "trust": 2.7, "vendor": "cisco", "version": "4.0" }, { "model": "unified communications manager", "scope": "eq", "trust": 2.4, "vendor": "cisco", "version": "4.2" }, { "model": "unified callmanager", "scope": "eq", "trust": 1.6, "vendor": "cisco", "version": "4.1\\(3\\)sr5b" }, { "model": "unified communications manager", "scope": "eq", "trust": 1.6, "vendor": "cisco", "version": "4.2.3sr2" }, { "model": "unified callmanager", "scope": "eq", "trust": 1.6, "vendor": "cisco", "version": "4.1\\(3\\)sr5" }, { "model": "unified communications manager", "scope": "eq", "trust": 1.6, "vendor": "cisco", "version": "4.2.3sr2b" }, { "model": "unified callmanager", "scope": "eq", "trust": 1.6, "vendor": "cisco", "version": "4.1\\(3\\)sr4" }, { "model": "unified communications manager", "scope": "ne", "trust": 0.6, "vendor": "cisco", "version": "6.0" }, { "model": "unified communications manager 5.1", "scope": "ne", "trust": 0.6, "vendor": "cisco", "version": null }, { "model": "unified communications manager 4.2 sr2", "scope": null, "trust": 0.3, "vendor": "cisco", "version": null }, { "model": "unified communications manager sr2b", "scope": "eq", "trust": 0.3, "vendor": "cisco", "version": "4.2" }, { "model": "unified callmanager 4.1 sr5", "scope": null, "trust": 0.3, "vendor": "cisco", "version": null }, { "model": "unified callmanager 4.1 sr4", "scope": null, "trust": 0.3, "vendor": "cisco", "version": null }, { "model": "unified callmanager sr5b", "scope": "eq", "trust": 0.3, "vendor": "cisco", "version": "4.1" }, { "model": "unified communications manager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "6.0(1)" }, { "model": "unified communications manager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "5.1(2)" }, { "model": "unified communications manager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "5.1(1)" }, { "model": "unified communications manager 4.3 sr.1", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": null }, { "model": "unified communications manager sr3", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "4.2" }, { "model": "unified callmanager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "6.0" }, { "model": "unified callmanager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "5.1" }, { "model": "unified callmanager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "5.0" }, { "model": "unified callmanager sr5c", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "4.1" }, { "model": "unified callmanager", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "3.3" }, { "model": "callmanager express", "scope": "ne", "trust": 0.3, "vendor": "cisco", "version": "0" } ], "sources": [ { "db": "BID", "id": "27313" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "configurations": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/configurations#", "children": { "@container": "@list" }, "cpe_match": { "@container": "@list" }, "data": { "@container": "@list" }, "nodes": { "@container": "@list" } }, "data": [ { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:cisco:unified_callmanager:4.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_callmanager:4.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_communications_manager:4.2.3sr2b:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_communications_manager:4.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_callmanager:4.1\\(3\\)sr4:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_callmanager:4.1\\(3\\)sr5:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_callmanager:4.1\\(3\\)sr5b:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_communications_manager:4.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cisco:unified_communications_manager:4.2.3sr2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] } ], "sources": [ { "db": "NVD", "id": "CVE-2008-0027" } ] }, "credits": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/credits#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Cody Pierce", "sources": [ { "db": "PACKETSTORM", "id": "62713" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ], "trust": 0.7 }, "cve": "CVE-2008-0027", "cvss": { "@context": { "cvssV2": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV2" }, "cvssV3": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/" }, "severity": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/cvss/severity#" }, "@id": "https://www.variotdbs.pl/ref/cvss/severity" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" }, "@id": "https://www.variotdbs.pl/ref/sources" } }, "data": [ { "cvssV2": [ { "acInsufInfo": false, "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "author": "NVD", "availabilityImpact": "COMPLETE", "baseScore": 10.0, "confidentialityImpact": "COMPLETE", "exploitabilityScore": 10.0, "impactScore": 10.0, "integrityImpact": "COMPLETE", "obtainAllPrivilege": true, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "trust": 1.0, "userInteractionRequired": false, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0" }, { "acInsufInfo": null, "accessComplexity": "Low", "accessVector": "Network", "authentication": "None", "author": "NVD", "availabilityImpact": "Complete", "baseScore": 10.0, "confidentialityImpact": "Complete", "exploitabilityScore": null, "id": "CVE-2008-0027", "impactScore": null, "integrityImpact": "Complete", "obtainAllPrivilege": null, "obtainOtherPrivilege": null, "obtainUserPrivilege": null, "severity": "High", "trust": 0.8, "userInteractionRequired": null, "vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0" }, { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "author": "VULHUB", "availabilityImpact": "COMPLETE", "baseScore": 10.0, "confidentialityImpact": "COMPLETE", "exploitabilityScore": 10.0, "id": "VHN-30152", "impactScore": 10.0, "integrityImpact": "COMPLETE", "severity": "HIGH", "trust": 0.1, "vectorString": "AV:N/AC:L/AU:N/C:C/I:C/A:C", "version": "2.0" } ], "cvssV3": [], "severity": [ { "author": "NVD", "id": "CVE-2008-0027", "trust": 1.8, "value": "HIGH" }, { "author": "CNNVD", "id": "CNNVD-200801-260", "trust": 0.6, "value": "CRITICAL" }, { "author": "VULHUB", "id": "VHN-30152", "trust": 0.1, "value": "HIGH" } ] } ], "sources": [ { "db": "VULHUB", "id": "VHN-30152" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "description": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/description#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Heap-based buffer overflow in the Certificate Trust List (CTL) Provider service (CTLProvider.exe) in Cisco Unified Communications Manager (CUCM) 4.2 before 4.2(3)SR3 and 4.3 before 4.3(1)SR1, and CallManager 4.0 and 4.1 before 4.1(3)SR5c, allows remote attackers to cause a denial of service or execute arbitrary code via a long request. Cisco Unified Communications Manager (CUCM) and CallManager Contains a heap overflow vulnerability. \nAttackers can exploit this issue to execute arbitrary code or to cause denial-of-service conditions. Authentication is not\nrequired to exploit this vulnerability. The service operates\nover a SSL encrypted transport. Due to a logic flaw in the way data is\nreceived in a loop a heap allocation can be arbitrarily overflown\nresulting in the control of subsequent heap chunks. \n\nThe vulnerability is due to a loop that occurs during receive of socket\ndata. An initial buffer is allocated at 0x19000 bytes, as can bee seen\nhere. \n\n.text:00406077 191A8 68+ push 19000h\n; size_t\n.text:0040607C 191AC FF+ call ds:__imp_malloc\n.text:00406082 191AC 83+ add esp, 10h\n.text:00406085 1919C 89+ mov [edi+14h], eax\n.text:00406088 1919C 85+ test eax, eax\n.text:0040608A 1919C 0F+ jz loc_406238\n\nOnce allocated data is read in 0x19000 chunks. If more than 0x4000\nbytes of data are left on the socket we loop again as can be seen\nhere. \n\n.text:004060A5 191AC FF+ push dword ptr [ebp-14h]\n; size_t\n.text:004060A8 191B0 8D+ lea eax, [ebp-1919Ch]\n.text:004060AE 191B0 50 push eax\n; void *\n.text:004060AF 191B4 8B+ mov eax, [edi+14h]\n.text:004060B2 191B4 03+ add eax, [ebp-1Ch]\n.text:004060B5 191B4 50 push eax\n; void *\n.text:004060B6 191B8 E8+ call memcpy\n.text:004060B6 191B8 2F+\n.text:004060BB 191B8 B8+ mov eax, 16384\n.text:004060C0 191B8 83+ add esp, 1Ch\n.text:004060C3 1919C 39+ cmp [ebp-14h], eax\n.text:004060C6 1919C 75+ jnz short loc_4060F8\n\n.text:004060C8 1919C 50 push eax\n; int\n.text:004060C9 191A0 68+ push offset str__ErrDExceeds16k\n; \u0027err %d exceeds 16K\u0027\n.text:004060CE 191A4 8D+ lea eax, [ebp-88h]\n.text:004060D4 191A4 68+ push 80000h\n; int\n.text:004060D9 191A8 50 push eax\n; int\n.text:004060DA 191AC E8+ call log_message\n.text:004060DA 191AC B7+\n.text:004060DF 191AC 83+ add esp, 10h\n.text:004060E2 1919C 81+ add dword ptr [ebp-1Ch], 4000h\n.text:004060E9 1919C 68+ push offset\nstr__MaybeThereIsMoreData__readAgain ; \"Maybe there is more data..Read\nagain\"\n.text:004060EE 191A0 68+ push 10000h\n.text:004060F3 191A4 E9+ jmp loc_405FFF\n\nThis will continue until heap chunks are overwritten at the users\ncontrol, which can be exploited to overwrite memory and further lead to\narbitrary code execution. \n\n-- Vendor Response:\nhttp://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml\n\n-- Disclosure Timeline:\n2007.06.04 - Vulnerability reported to vendor\n2008.01.16 - Coordinated public release of advisory\n\n-- Credit:\nThis vulnerability was discovered by Cody Pierce - TippingPoint DVLabs. \n\n----------------------------------------------------------------------\n\nA new version (0.9.0.0 - Release Candidate 1) of the free Secunia PSI\nhas been released. The new version includes many new and advanced\nfeatures, which makes it even easier to stay patched. \n\nSuccessful exploitation allows execution of arbitrary code. \n\nCUCM 4.0:\nUpdate to a fixed version of CUCM 4.1 or later. \n\nCUCM 4.1:\nUpdate to CUCM 4.1(3)SR5c, CUCM 4.1(3)SR6, or later. \nhttp://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-41?psrtdcat20e2\n\nCUCM 4.2:\nUpdate to CUCM 4.2(3)SR3 or later. \nhttp://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-42?psrtdcat20e2\n\nCUCM 4.3:\nUpdate to CUCM 4.3(1)SR1, CUCM 4.3(1)SR1a, or later. \nhttp://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-43?psrtdcat20e2\n\nPROVIDED AND/OR DISCOVERED BY:\nCody Pierce, TippingPoint DVLabs\n\nORIGINAL ADVISORY:\nTPTI-08-02:\nhttp://dvlabs.tippingpoint.com/advisory/TPTI-08-02\n\nCisco (100345):\nhttp://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml\n\n----------------------------------------------------------------------\n\nAbout:\nThis Advisory was delivered by Secunia as a free service to help\neverybody keeping their systems up to date against the latest\nvulnerabilities. \n\nSubscribe:\nhttp://secunia.com/secunia_security_advisories/\n\nDefinitions: (Criticality, Where etc.)\nhttp://secunia.com/about_secunia_advisories/\n\n\nPlease Note:\nSecunia recommends that you verify all advisories you receive by\nclicking the link. \nSecunia NEVER sends attached files with advisories. \nSecunia does not advise people to install third party patches, only\nuse those supplied by the vendor. There is a workaround for this vulnerability. \n\nCisco has made free software available to address these\nvulnerabilities for affected customers. \n\nCommon Vulnerabilities and Exposures (CVE) identifier CVE-2008-0027\nhas been assigned to this vulnerability. \n\nThis advisory is posted at \nhttp://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml. CUCM Versions\n3.3, 4.0, 4.1 and 5.0 retain the Cisco Unified CallManager name. \n\nProducts Confirmed Not Vulnerable\n+--------------------------------\n\nCUCM Versions 3.3, 5.0, 5.1, 6.0, 6.1 and Cisco CallManager Express\nare not affected by this vulnerability. No other Cisco products are\ncurrently known to be affected by this vulnerability. \n\nDetails\n=======\n\nCisco Unified Communications Manager (CUCM) is the call processing\ncomponent of the Cisco IP telephony solution that extends enterprise\ntelephony features and functions to packet telephony network devices,\nsuch as IP phones, media processing devices, voice-over-IP (VoIP)\ngateways, and multimedia applications. The CTL contains public keys and other\ninformation to allow the Cisco IP Phone devices to establish a\ntrusted relationship with a CUCM server. The CTL is provisioned using\nthe CTL Provider service on a CUCM server and with the CTL Provider\nclient on an administrator workstation. The CTL Provider service\nneeds to be enabled during the initial configuration of a CUCM server\n/cluster or when changes are required to the CTL. Please consult the\nWorkarounds section of this advisory for information on how to\ndetermine if the CTL Provider service is enabled on a CUCM server. The CTL Provider\nservice listens on TCP port 2444 by default, but the port can be\nmodified by the user. This issue is documented in Cisco Bug ID\nCSCsj22605. \n\nVulnerability Scoring Details\n=============================\n\nCisco has provided scores for the vulnerabilities in this advisory\nbased on the Common Vulnerability Scoring System (CVSS). The CVSS\nscoring in this Security Advisory is done in accordance with CVSS\nVersion 2.0. \n\nCVSS is a standards-based scoring method that conveys vulnerability\nseverity and helps determine urgency and priority of response. \n\nCisco has provided a base and temporal score. Customers can then\ncompute environmental scores to assist in determining the impact of\nthe vulnerability in individual networks. \n\nCisco has provided an FAQ to answer additional questions regarding\nCVSS at\n\nhttp://www.cisco.com/web/about/security/intelligence/cvss-qandas.html\n\nCisco has also provided a CVSS calculator to help compute the\nenvironmental impact for individual networks at\n\nhttp://intellishield.cisco.com/security/alertmanager/cvss \n\nCSCsj22605 - CUCM CTL Provider Heap Overflow Vulnerability\n\nCVSS Base Score - 10 \n\n Access Vector - Network\n Access Complexity - Low\n Authentication - None\n Confidentiality Impact - Complete\n Integrity Impact - Complete\n Availability Impact - Complete\n\nCVSS Temporal Score - 8.3 \n\n Exploitability - Functional\n Remediation Level - Official-Fix\n Report Confidence - Confirmed\n\nImpact\n======\n\nSuccessful exploitation of this vulnerability may result in a DoS\ncondition or the execution of arbitrary code. \n\nSoftware Versions and Fixes\n===========================\n\nWhen considering software upgrades, also consult \nhttp://www.cisco.com/go/psirt and any subsequent advisories to \ndetermine exposure and a complete upgrade solution. \n\nIn all cases, customers should exercise caution to be certain the\ndevices to be upgraded contain sufficient memory and that current\nhardware and software configurations will continue to be supported\nproperly by the new release. If the information is not clear, contact\nthe Cisco Technical Assistance Center (TAC) or your contracted\nmaintenance provider for assistance. \n\nWorkarounds\n===========\n\nIt is possible to workaround the vulnerability by disabling the CTL\nProvider service when not in use. Access to the CTL Provider service\nis required for the initial configuration of the CUCM authentication\nand encryption features, or during configuration updates. For the\nCUCM 4.x systems, please consult the following documentation for\ndetails on how to disable the CUCM services:\n\nhttp://www.cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a008070ec49.html\n\nFiltering traffic to the affected CUCM systems on screening devices\ncan be used as a mitigation technique for this vulnerability. To\nmitigate the CTL Producer service overflow, access to TCP port 2444\nshould be permitted only between the CUCM servers and administrator\nworkstations running the CTL Provider client. There is currently no\nsupported method to configure filtering directly on a CUCM system. \n\nIt is possible to change the default ports of the CTL Provider (TCP\nport 2444) service. If changed, filtering should be based on the port\nvalue used. The value of the port can be viewed in CUCM\nAdministration interface by following the System \u003e Service Parameters\nmenu and selecting the CTL Provider service. \n\nFilters blocking access to TCP port 2444 should be deployed at the\nnetwork edge as part of a transit access control list (tACL). Further\ninformation about transit access control lists is available in the\nwhite paper \"Transit Access Control Lists: Filtering at Your Edge,\"\nwhich is available at the following link:\n\nhttp://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml\n\nAdditional mitigations that can be deployed on Cisco devices within\nthe network are available in the Cisco Applied Mitigation Bulletin\ncompanion document for this advisory:\n\nhttp://www.cisco.com/warp/public/707/cisco-amb-20080116-cucmctl.shtml\n\nObtaining Fixed Software\n========================\n\nCisco has released free software updates that address these\nvulnerabilities. Prior to deploying software, customers should\nconsult their maintenance provider or check the software for feature\nset compatibility and known issues specific to their environment. \n\nCustomers may only install and expect support for the feature sets\nthey have purchased. By installing, downloading, accessing or\notherwise using such software upgrades, customers agree to be bound\nby the terms of Cisco\u0027s software license terms found at \nhttp://www.cisco.com/en/US/products/prod_warranties_item09186a008088e31f.html \nor as otherwise set forth at Cisco.com Downloads at \nhttp://www.cisco.com/public/sw-center/sw-usingswc.shtml \n\nDo not contact psirt@cisco.com or security-alert@cisco.com for\nsoftware upgrades. \n\nFixed software for CUCM can be obtained here:\n\n+-------------------------------------------------+\n| CUCM | Fixed | Recommended | Download |\n| Version | Release | Release | Location |\n|---------+---------+-------------+---------------|\n| | | Upgrade to | |\n| CUCM | | a fixed | |\n| 4.0 | N/A | Version of | N/A |\n| | | CUCM 4.1 or | |\n| | | later | |\n|---------+---------+-------------+---------------|\n| | | | http:// |\n| | CUCM | CUCM 4.1(3) | www.cisco.com |\n| CUCM | 4.1(3) | SR6 or | /pcgi-bin/ |\n| 4.1 | SR5c | later | tablebuild.pl |\n| | | | /callmgr-41? |\n| | | | psrtdcat20e2 |\n|---------+---------+-------------+---------------|\n| | | | http:// |\n| | CUCM | CUCM 4.2(3) | www.cisco.com |\n| CUCM | 4.2(3) | SR3 or | /pcgi-bin/ |\n| 4.2 | SR3 | later | tablebuild.pl |\n| | | | /callmgr-42? |\n| | | | psrtdcat20e2 |\n|---------+---------+-------------+---------------|\n| | | | http:// |\n| | CUCM | CUCM 4.3(1) | www.cisco.com |\n| CUCM | 4.3(1) | SR1a or | /pcgi-bin/ |\n| 4.3 | SR1 | later | tablebuild.pl |\n| | | | /callmgr-43? |\n| | | | psrtdcat20e2 |\n+-------------------------------------------------+\n\nCustomers with Service Contracts\n+-------------------------------\n\nCustomers with contracts should obtain upgraded software through\ntheir regular update channels. For most customers, this means that\nupgrades should be obtained through the Software Center on Cisco\u0027s\nworldwide website at http://www.cisco.com. \n\nCustomers using Third Party Support Organizations\n+------------------------------------------------\n\nCustomers whose Cisco products are provided or maintained through\nprior or existing agreements with third-party support organizations,\nsuch as Cisco Partners, authorized resellers, or service providers\nshould contact that support organization for guidance and assistance\nwith the appropriate course of action in regards to this advisory. \n\nThe effectiveness of any workaround or fix is dependent on specific\ncustomer situations, such as product mix, network topology, traffic\nbehavior, and organizational mission. Due to the variety of affected\nproducts and releases, customers should consult with their service\nprovider or support organization to ensure any applied workaround or\nfix is the most appropriate for use in the intended network before it\nis deployed. \n\nCustomers without Service Contracts\n+----------------------------------\n\nCustomers who purchase direct from Cisco but do not hold a Cisco\nservice contract, and customers who purchase through third-party\nvendors but are unsuccessful in obtaining fixed software through\ntheir point of sale should acquire upgrades by contacting the Cisco\nTechnical Assistance Center (TAC). TAC contacts are as follows. \n\n * +1 800 553 2447 (toll free from within North America)\n * +1 408 526 7209 (toll call from anywhere in the world)\n * e-mail: tac@cisco.com\n\nCustomers should have their product serial number available and be\nprepared to give the URL of this notice as evidence of entitlement to\na free upgrade. Free upgrades for non-contract customers must be\nrequested through the TAC. \n\nRefer to http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml\nfor additional TAC contact information, including localized telephone\nnumbers, and instructions and e-mail addresses for use in various\nlanguages. \n\nExploitation and Public Announcements\n=====================================\n\nThe Cisco PSIRT is not aware of any public announcements or malicious\nuse of the vulnerability described in this advisory. \n\nThis vulnerability was reported to Cisco by TippingPoint. Cisco would\nlike to thank TippingPoint for reporting this vulnerability and\nworking with us towards resolution of this problem. \n\nStatus of This Notice: FINAL\n============================\n\nTHIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY\nKIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF\nMERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE\nINFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS\nAT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS\nDOCUMENT AT ANY TIME. \n\nA stand-alone copy or Paraphrase of the text of this document that\nomits the distribution URL in the following section is an\nuncontrolled copy, and may lack important information or contain\nfactual errors. \n\nDistribution\n============\n\nThis advisory is posted on Cisco\u0027s worldwide website at :\n\nhttp://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml. \n\nIn addition to worldwide web posting, a text version of this notice\nis clear-signed with the Cisco PSIRT PGP key and is posted to the\nfollowing e-mail and Usenet news recipients. \n\n * cust-security-announce@cisco.com\n * first-teams@first.org\n * bugtraq@securityfocus.com\n * vulnwatch@vulnwatch.org\n * cisco@spot.colorado.edu\n * cisco-nsp@puck.nether.net\n * full-disclosure@lists.grok.org.uk\n * comp.dcom.sys.cisco@newsgate.cisco.com\n\nFuture updates of this advisory, if any, will be placed on Cisco\u0027s\nworldwide website, but may or may not be actively announced on\nmailing lists or newsgroups. Users concerned about this problem are\nencouraged to check the above URL for any updates. \n\nRevision History\n================\n\n+---------------------------------------+\n| Revision | | Initial |\n| 1.0 | 2008-January-16 | public |\n| | | release. |\n+---------------------------------------+\n\nCisco Security Procedures\n=========================\n\nComplete information on reporting security vulnerabilities in Cisco\nproducts, obtaining assistance with security incidents, and\nregistering to receive security information from Cisco, is available\non Cisco\u0027s worldwide website at \nhttp://www.cisco.com/en/US/products/products_security_vulnerability_policy.html. \nThis includes instructions for press inquiries regarding Cisco \nsecurity notices. All Cisco security advisories are available at \nhttp://www.cisco.com/go/psirt. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.8 (Darwin)\n\niEYEARECAAYFAkeOKKYACgkQ86n/Gc8U/uDywwCfVk/A68YckSgZ070lK8aW10By\ndjAAnR/h+tI2S3/7csJyQHrHeZ7Nrhbz\n=h46X\n-----END PGP SIGNATURE-----\n", "sources": [ { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "BID", "id": "27313" }, { "db": "VULHUB", "id": "VHN-30152" }, { "db": "PACKETSTORM", "id": "62713" }, { "db": "PACKETSTORM", "id": "62734" }, { "db": "PACKETSTORM", "id": "62710" } ], "trust": 2.25 }, "exploit_availability": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/exploit_availability#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "reference": "https://www.scap.org.cn/vuln/vhn-30152", "trust": 0.1, "type": "unknown" } ], "sources": [ { "db": "VULHUB", "id": "VHN-30152" } ] }, "external_ids": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/external_ids#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "db": "NVD", "id": "CVE-2008-0027", "trust": 3.0 }, { "db": "BID", "id": "27313", "trust": 2.0 }, { "db": "SECUNIA", "id": "28530", "trust": 1.8 }, { "db": "SREASON", "id": "3551", "trust": 1.7 }, { "db": "SECTRACK", "id": "1019223", "trust": 1.7 }, { "db": "VUPEN", "id": "ADV-2008-0171", "trust": 1.7 }, { "db": "JVNDB", "id": "JVNDB-2008-002034", "trust": 0.8 }, { "db": "XF", "id": "39704", "trust": 0.6 }, { "db": "BUGTRAQ", "id": "20080116 TPTI-08-02: CISCO CALL MANAGER CTLPROVIDER HEAP OVERFLOW VULNERABILITY", "trust": 0.6 }, { "db": "CISCO", "id": "20080116 CISCO UNIFIED COMMUNICATIONS MANAGER CTL PROVIDER HEAP OVERFLOW", "trust": 0.6 }, { "db": "CNNVD", "id": "CNNVD-200801-260", "trust": 0.6 }, { "db": "PACKETSTORM", "id": "62713", "trust": 0.2 }, { "db": "PACKETSTORM", "id": "62710", "trust": 0.2 }, { "db": "VULHUB", "id": "VHN-30152", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "62734", "trust": 0.1 } ], "sources": [ { "db": "VULHUB", "id": "VHN-30152" }, { "db": "BID", "id": "27313" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "PACKETSTORM", "id": "62713" }, { "db": "PACKETSTORM", "id": "62734" }, { "db": "PACKETSTORM", "id": "62710" }, { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "id": "VAR-200801-0007", "iot": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/iot#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": true, "sources": [ { "db": "VULHUB", "id": "VHN-30152" } ], "trust": 0.01 }, "last_update_date": "2023-12-18T12:12:21.943000Z", "patch": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/patch#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "title": "cisco-sa-20080116-cucmctl", "trust": 0.8, "url": "http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml" } ], "sources": [ { "db": "JVNDB", "id": "JVNDB-2008-002034" } ] }, "problemtype_data": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "problemtype": "CWE-119", "trust": 1.9 } ], "sources": [ { "db": "VULHUB", "id": "VHN-30152" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "NVD", "id": "CVE-2008-0027" } ] }, "references": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/references#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "trust": 2.2, "url": "http://dvlabs.tippingpoint.com/advisory/tpti-08-02" }, { "trust": 1.7, "url": "http://www.securityfocus.com/bid/27313" }, { "trust": 1.7, "url": "http://www.cisco.com/en/us/products/products_security_advisory09186a0080932c61.shtml" }, { "trust": 1.7, "url": "http://www.securitytracker.com/id?1019223" }, { "trust": 1.7, "url": "http://secunia.com/advisories/28530" }, { "trust": 1.7, "url": "http://securityreason.com/securityalert/3551" }, { "trust": 1.1, "url": "http://www.securityfocus.com/archive/1/486432/100/0/threaded" }, { "trust": 1.1, "url": "http://www.vupen.com/english/advisories/2008/0171" }, { "trust": 1.1, "url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/39704" }, { "trust": 0.8, "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2008-0027" }, { "trust": 0.8, "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2008-0027" }, { "trust": 0.6, "url": "http://xforce.iss.net/xforce/xfdb/39704" }, { "trust": 0.6, "url": "http://www.securityfocus.com/archive/1/archive/1/486432/100/0/threaded" }, { "trust": 0.6, "url": "http://www.frsirt.com/english/advisories/2008/0171" }, { "trust": 0.4, "url": "http://www.cisco.com/warp/public/707/cisco-amb-20080116-cucmctl.shtml" }, { "trust": 0.3, "url": "http://www.cisco.com/warp/public/cc/pd/nemnsw/callmn/index.shtml" }, { "trust": 0.3, "url": "/archive/1/486415" }, { "trust": 0.3, "url": "/archive/1/486432" }, { "trust": 0.3, "url": "http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2008-0027" }, { "trust": 0.1, "url": "http://secunia.com/secunia_security_advisories/" }, { "trust": 0.1, "url": "https://psi.secunia.com/?page=changelog" }, { "trust": 0.1, "url": "https://psi.secunia.com/" }, { "trust": 0.1, "url": "http://secunia.com/product/12534/" }, { "trust": 0.1, "url": "http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-41?psrtdcat20e2" }, { "trust": 0.1, "url": "http://secunia.com/advisories/28530/" }, { "trust": 0.1, "url": "http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-43?psrtdcat20e2" }, { "trust": 0.1, "url": "http://secunia.com/product/5363/" }, { "trust": 0.1, "url": "http://www.cisco.com/pcgi-bin/tablebuild.pl/callmgr-42?psrtdcat20e2" }, { "trust": 0.1, "url": "http://secunia.com/sec_adv_unsubscribe/?email=packet%40packetstormsecurity.org" }, { "trust": 0.1, "url": "http://secunia.com/about_secunia_advisories/" }, { "trust": 0.1, "url": "http://www.cisco.com/en/us/products/prod_warranties_item09186a008088e31f.html" }, { "trust": 0.1, "url": "http://www.cisco.com/en/us/products/products_security_vulnerability_policy.html." }, { "trust": 0.1, "url": "http://www.cisco.com/go/psirt" }, { "trust": 0.1, "url": "http://www.cisco.com/en/us/products/sw/voicesw/ps556/products_administration_guide_chapter09186a008070ec49.html" }, { "trust": 0.1, "url": "http://www.cisco.com/web/about/security/intelligence/cvss-qandas.html" }, { "trust": 0.1, "url": "http://www.cisco.com." }, { "trust": 0.1, "url": "http://www.cisco.com/go/psirt." }, { "trust": 0.1, "url": "http://www.cisco.com/en/us/tech/tk648/tk361/technologies_white_paper09186a00801afc76.shtml" }, { "trust": 0.1, "url": "http://www.cisco.com/public/sw-center/sw-usingswc.shtml" }, { "trust": 0.1, "url": "http://www.cisco.com/warp/public/707/cisco-sa-20080116-cucmctl.shtml." }, { "trust": 0.1, "url": "http://www.cisco.com/warp/public/687/directory/dirtac.shtml" }, { "trust": 0.1, "url": "http://intellishield.cisco.com/security/alertmanager/cvss" } ], "sources": [ { "db": "VULHUB", "id": "VHN-30152" }, { "db": "BID", "id": "27313" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "PACKETSTORM", "id": "62713" }, { "db": "PACKETSTORM", "id": "62734" }, { "db": "PACKETSTORM", "id": "62710" }, { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "sources": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#", "data": { "@container": "@list" } }, "data": [ { "db": "VULHUB", "id": "VHN-30152" }, { "db": "BID", "id": "27313" }, { "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "db": "PACKETSTORM", "id": "62713" }, { "db": "PACKETSTORM", "id": "62734" }, { "db": "PACKETSTORM", "id": "62710" }, { "db": "NVD", "id": "CVE-2008-0027" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "sources_release_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2008-01-17T00:00:00", "db": "VULHUB", "id": "VHN-30152" }, { "date": "2008-01-16T00:00:00", "db": "BID", "id": "27313" }, { "date": "2008-12-19T00:00:00", "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "date": "2008-01-17T05:42:37", "db": "PACKETSTORM", "id": "62713" }, { "date": "2008-01-18T08:50:24", "db": "PACKETSTORM", "id": "62734" }, { "date": "2008-01-17T05:24:16", "db": "PACKETSTORM", "id": "62710" }, { "date": "2008-01-17T03:00:00", "db": "NVD", "id": "CVE-2008-0027" }, { "date": "2008-01-16T00:00:00", "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "sources_update_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2018-10-15T00:00:00", "db": "VULHUB", "id": "VHN-30152" }, { "date": "2008-01-18T23:18:00", "db": "BID", "id": "27313" }, { "date": "2008-12-19T00:00:00", "db": "JVNDB", "id": "JVNDB-2008-002034" }, { "date": "2018-10-15T21:57:06.107000", "db": "NVD", "id": "CVE-2008-0027" }, { "date": "2008-09-05T00:00:00", "db": "CNNVD", "id": "CNNVD-200801-260" } ] }, "threat_type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/threat_type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "remote", "sources": [ { "db": "PACKETSTORM", "id": "62713" }, { "db": "PACKETSTORM", "id": "62710" }, { "db": "CNNVD", "id": "CNNVD-200801-260" } ], "trust": 0.8 }, "title": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/title#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Cisco Unified Communications Manager (CUCM) and CallManager Heap overflow vulnerability", "sources": [ { "db": "JVNDB", "id": "JVNDB-2008-002034" } ], "trust": 0.8 }, "type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "buffer overflow", "sources": [ { "db": "CNNVD", "id": "CNNVD-200801-260" } ], "trust": 0.6 } }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.