Vulnerabilities > CVE-2006-2630 - Remote Stack Buffer Overflow vulnerability in Symantec Client Security and Norton Antivirus

047910
CVSS 10.0 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
low complexity
symantec
critical
nessus
exploit available
metasploit

Summary

Stack-based buffer overflow in Symantec Antivirus 10.1 and Client Security 3.1 allows remote attackers to execute arbitrary code via unknown attack vectors.

Exploit-Db

descriptionSymantec Remote Management Buffer Overflow. CVE-2006-2630. Remote exploit for windows platform
idEDB-ID:16830
last seen2016-02-02
modified2010-05-09
published2010-05-09
reportermetasploit
sourcehttps://www.exploit-db.com/download/16830/
titleSymantec Remote Management Buffer Overflow

Metasploit

descriptionThis module exploits a stack buffer overflow in Symantec Client Security 3.0.x. This module has only been tested against Symantec Client Security 3.0.2 build 10.0.2.2000.
idMSF:EXPLOIT/WINDOWS/ANTIVIRUS/SYMANTEC_RTVSCAN
last seen2020-02-29
modified2017-07-24
published2006-09-08
references
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/antivirus/symantec_rtvscan.rb
titleSymantec Remote Management Buffer Overflow

Nessus

NASL familyWindows
NASL idSAV_VER_CHECK.NASL
descriptionThe remote antivirus is vulnerable to a remote stack-based buffer overflow attack. In order to exploit this issue, the attacker needs to send an overly-long COM_FORWARD_LOG message to the management interface of the product, which listens on port 2967. Successful exploitation of this issue will result in complete compromise of the system. This issue was targeted by the
last seen2020-06-01
modified2020-06-02
plugin id24236
published2007-01-25
reporterThis script is Copyright (C) 2007-2018 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/24236
titleSymantec AntiVirus Management Interface Remote Overflow (SYM06-010)
code
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");

if(description)
{
script_id(24236);
script_version("1.20");
script_cve_id("CVE-2006-2630");
script_bugtraq_id(18107);

script_name(english:"Symantec AntiVirus Management Interface Remote Overflow (SYM06-010)");

 script_set_attribute(attribute:"synopsis", value:
"The remote host is running a vulnerable version of Symantec AntiVirus." );
 script_set_attribute(attribute:"description", value:
"The remote antivirus is vulnerable to a remote stack-based buffer
overflow attack.  In order to exploit this issue, the attacker needs
to send an overly-long COM_FORWARD_LOG message to the management
interface of the product, which listens on port 2967.  Successful
exploitation of this issue will result in complete compromise of the
system.  This issue was targeted by the 'Big Yellow' worm to gain
complete control of vulnerable systems." );
 script_set_attribute(attribute:"see_also", value:"https://support.symantec.com/en_US/article.SYMSA1094.html" );
 script_set_attribute(attribute:"solution", value:
"Update your Symantec Antivirus product." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");
 script_set_attribute(attribute:"metasploit_name", value:'Symantec Remote Management Buffer Overflow');
 script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
 script_set_attribute(attribute:"plugin_publication_date", value: "2007/01/25");
 script_set_attribute(attribute:"patch_publication_date", value: "2006/06/12");
 script_set_attribute(attribute:"vuln_publication_date", value: "2006/05/24");
 script_cvs_date("Date: 2018/11/15 20:50:28");
script_set_attribute(attribute:"plugin_type", value:"local");
script_end_attributes();

script_summary(english:"Checks that if a vulnerable version of savce is installed");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2007-2018 Tenable Network Security, Inc.");
script_family(english:"Windows");
script_dependencies("netbios_name_get.nasl", "smb_login.nasl", "smb_registry_full_access.nasl","savce_installed.nasl");
script_require_keys("Antivirus/SAVCE/version");

exit(0);
}

#

include("smb_func.inc");

vulnerable_prod_ver_list = make_list("10.0.0.359","10.0.1.1000","10.0.1.1007","10.0.1.1008",
				     "10.0.2.2000","10.0.2.2001","10.0.2.2010","10.0.2.2020",
				     "10.1.0.394","10.1.0.400");


version = get_kb_item("Antivirus/SAVCE/version");
if(!version )exit(0);

foreach prod (vulnerable_prod_ver_list)
{
  if (version == prod)
  {
   report = '\n'+"Remote Product version : "+version;

   security_hole(port:get_kb_item("SMB/transport"), extra:report);
   break;
  }
}

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/83223/symantec_rtvscan.rb.txt
idPACKETSTORM:83223
last seen2016-12-05
published2009-11-26
reporterMC
sourcehttps://packetstormsecurity.com/files/83223/Symantec-Remote-Management-Buffer-Overflow.html
titleSymantec Remote Management Buffer Overflow

Saint

bid18107
descriptionSymantec real-time scan service buffer overflow
idmisc_av_symantec_rtss
osvdb25846
titlesymantec_realtime_scan
typeremote