| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CA Internet Security Suite XMLSecDB ActiveX Insecure File Creation (CVE-2011-1036) | 16 May 201100:00 | – | checkpoint_advisories | |
| CVE-2011-1036 | 25 Feb 201117:00 | – | cve | |
| CVE-2011-1036 | 25 Feb 201117:00 | – | cvelist | |
| EUVD-2011-1052 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-1036 | 25 Feb 201118:00 | – | nvd | |
| CA Host-Based Intrusion Prevention System 'XMLSecDB' ActiveX Control Code Execution Vulnerability | 10 Mar 201100:00 | – | openvas | |
| Design/Logic Flaw | 25 Feb 201118:00 | – | prion | |
| ZDI-11-093: CA Internet Security Suite HIPS XML Security Database Parser Class Remote Code Execution Vulnerability | 24 Feb 201100:00 | – | securityvulns | |
| CA20110223-01: Security Notice for CA Host-Based Intrusion Prevention System | 28 Feb 201100:00 | – | securityvulns | |
| CA Internet Security / CA Host-Based Intrusion Prevention System code execution | 28 Feb 201100:00 | – | securityvulns |
| Source | Link |
|---|---|
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-11-093 |
| secunia | www.secunia.com/advisories/43377/ |
| support | www.support.ca.com/irj/portal/anonymous/phpsupcontent |
| xforce | www.xforce.iss.net/xforce/xfdb/65632 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ca_hips_activex_ctrl_code_exec_vuln.nasl 6517 2017-07-04 13:34:20Z cfischer $
#
# CA Host-Based Intrusion Prevention System 'XMLSecDB' ActiveX Control Code Execution Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_solution = "Vendor has released a patch to fix this issue, refer below link
for patch information.
https://support.ca.com/irj/portal/anonymous/SolutionResults?aparNo=RO26950&actionID=4
*****
NOTE : Ignore this warning, if above mentioned patch is already applied.
*****
CA Internet Security Suite (ISS):
For updates refer to
https://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID={53A608DF-BFDB-4AB3-A98F-E4BB6BC7A2F4}";
tag_impact = "Successful exploitation could allow attackers to execute arbitrary
code in the context of the logged-in user. Failed exploits result in
denial-of-service conditions.
Impact Level: Application";
tag_affected = "CA Internet Security Suite (ISS) 2010
CA Internet Security Suite (ISS) 2011
CA Host-Based Intrusion Prevention System (HIPS) r8.1";
tag_insight = "The flaw is caused by a design error in the XMLSecDB ActiveX
control installed with the HIPSEngine component, which could allow attackers
to create arbitrary files on a vulnerable system by tricking a user into
visiting a web page which calls the 'SetXml()' and 'Save()' methods.";
tag_summary = "This host is installed with CA Host-Based Intrusion Prevention
System(HIPS) and is prone to a remote code-execution vulnerability.";
if(description)
{
script_id(801858);
script_version("$Revision: 6517 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-04 15:34:20 +0200 (Tue, 04 Jul 2017) $");
script_tag(name:"creation_date", value:"2011-03-10 13:33:28 +0100 (Thu, 10 Mar 2011)");
script_cve_id("CVE-2011-1036");
script_bugtraq_id(46539);
script_tag(name:"cvss_base", value:"8.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:C/A:C");
script_name("CA Host-Based Intrusion Prevention System 'XMLSecDB' ActiveX Control Code Execution Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/43377/");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/65632");
script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-11-093");
script_xref(name : "URL" , value : "https://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID={53A608DF-BFDB-4AB3-A98F-E4BB6BC7A2F4}");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("secpod_ca_mult_prdts_detect_win.nasl");
script_require_keys("CA/Multiple_Products/Win/Installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("version_func.inc");
## HIPS Management Server
if(ver = get_kb_item("CA/HIPS/Server/Win/Ver"))
{
## Check for HIPS Management Server version prior to 8.1.0.88
if(version_is_less(version:ver, test_version:"8.1.0.88"))
{
security_message(0);
exit(0);
}
}
## CA Internet Security Suite (ISS)
if((hipsVer = get_kb_item("CA/HIPS/Engine/Win/Ver")) &&
(issVer = get_kb_item("CA/ISS/Win/Ver")))
{
## CA Internet Security Suite (ISS) 2010:
if(version_in_range(version:issVer, test_version:"6.0", test_version2:"6.0.0.285") &&
version_is_less_equal(version:hipsVer, test_version:"1.6.384")) {
security_message(0);
}
## CA Internet Security Suite (ISS) 2011:
else if(version_in_range(version:issVer, test_version:"7.0", test_version2:"7.0.0.115") &&
version_is_less_equal(version:hipsVer, test_version:"1.6.418")) {
security_message(0);
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation