Lucene search
K

Symantec Intel Alert Management System Multiple Vulnerabilities

🗓️ 07 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Symantec Intel Alert Management System Multiple Vulnerabilities. Multiple flaws caused by buffer overflow and input validation errors in the Intel Alert Management System (AMS2) allowing arbitrary code execution or denial of service

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-0111
29 May 201815:50
circl
Check Point Advisories
Symantec Antivirus Intel Alert Handler Service Denial of Service (CVE-2010-0111)
20 Feb 201100:00
checkpoint_advisories
Check Point Advisories
Symantec Alert Management System pagehndl.dll Stack Buffer Overflow (CVE-2010-0110)
20 Feb 201100:00
checkpoint_advisories
Check Point Advisories
Symantec Alert Management System AMSSendAlertAck Stack Buffer Overflow (CVE-2010-0110)
13 Feb 201100:00
checkpoint_advisories
CVE
CVE-2010-0110
31 Jan 201120:00
cve
CVE
CVE-2010-0111
31 Jan 201120:00
cve
CVE
CVE-2011-0688
31 Jan 201120:00
cve
Cvelist
CVE-2010-0110
31 Jan 201120:00
cvelist
Cvelist
CVE-2010-0111
31 Jan 201120:00
cvelist
Cvelist
CVE-2011-0688
31 Jan 201120:00
cvelist
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_symantec_intel_alert_management_system_mult_vuln.nasl 7006 2017-08-25 11:51:20Z teissa $
#
# Symantec Intel Alert Management System Multiple Vulnerabilities
#
# 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_impact = "Successful exploitation will allow attackers to cause a denial of service
  or compromise a vulnerable system.
  Impact Level: Application";
tag_affected = "Symantec Antivirus Corporate Edition (SAVCE) 10.x before 10.1 MR10";
tag_insight = "Multiple flaws are caused by buffer overflow and input validation errors
  in the Intel Alert Management System (AMS2) when processing user-supplied
  packets, which could allow attackers or malicious users to trigger arbitrary
  events (launching a program, sending an email), shutdown the service, or
  execute arbitray code.";
tag_solution = "Upgrade to Symantec Antivirus Corporate Edition 10.1 MR10 or later,
  For updates refer to http://www.symantec.com/index.jsp";
tag_summary = "This host is installed with Symantec AntiVirus Corporate Edition
  and is prone to multiple vulnerabilities.";

if(description)
{
  script_id(801835);
  script_version("$Revision: 7006 $");
  script_tag(name:"last_modification", value:"$Date: 2017-08-25 13:51:20 +0200 (Fri, 25 Aug 2017) $");
  script_tag(name:"creation_date", value:"2011-02-07 15:21:16 +0100 (Mon, 07 Feb 2011)");
  script_cve_id("CVE-2010-0110", "CVE-2010-0111", "CVE-2011-0688");
  script_bugtraq_id(45935,45936);
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_name("Symantec Intel Alert Management System Multiple Vulnerabilities");


  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_symantec_prdts_detect.nasl");
  script_require_keys("Symantec/SAVCE/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_xref(name : "URL" , value : "http://secunia.com/advisories/43099");
  script_xref(name : "URL" , value : "http://securitytracker.com/id?1024996");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2011/0234");
  script_xref(name : "URL" , value : "http://www.symantec.com/business/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2011&suid=20110126_00");
  exit(0);
}


include("version_func.inc");

## Get version from KB
savceVer = get_kb_item("Symantec/SAVCE/Ver");
if(!savceVer){
  exit(0);
}

## Check for vulnerable Symantec Antivirus Corporate Edition versions
if(version_is_less_equal(version:savceVer,test_version:"10.1.8000.8")) {
  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