| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Attachmate Reflection for Secure IT UNIX Server < 7.0 SP1 Multiple Vulnerabilities | 20 Aug 200800:00 | – | nessus | |
| Attachmate Reflection for Secure IT UNIX server < 7.0 SP1 Multiple Vulnerabilities | 20 Aug 200800:00 | – | nessus | |
| Attachmate Reflection for Secure IT Windows Server < 7.0 SP1 Multiple Unspecified Vulnerabilities | 21 Jun 201100:00 | – | nessus | |
| CVE-2008-6021 | 2 Feb 200921:29 | – | cve | |
| CVE-2008-6021 | 2 Feb 200921:29 | – | cvelist | |
| EUVD-2008-5991 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-6021 | 2 Feb 200922:00 | – | nvd | |
| Reflection for Secure IT Multiple Vulnerabilities | 6 Feb 200900:00 | – | openvas | |
| Code injection | 2 Feb 200922:00 | – | prion |
| Source | Link |
|---|---|
| support | www.support.attachmate.com/techdocs/2288.html |
| support | www.support.attachmate.com/techdocs/2374.html |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_reflection_secureit_unix_mult_vuln_lin.nasl 7113 2017-09-13 06:03:30Z cfischer $
#
# Reflection for Secure IT Multiple Vulnerabilities (Linux)
#
# Authors:
# Sujit Ghosal <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 = "Attacker can get admin privileges.
Impact level: Application/System";
tag_affected = "Reflections for Secure IT version prior to 7.0 SP1 on Linux.";
tag_insight = "Unknown Vector.";
tag_solution = "Apply the security update SP1.
http://www.attachmate.com/Evals/Evaluate.htm";
tag_summary = "This host is installed with Reflections for Secure IT and is prone
to Multiple vulnerabilities.";
if(description)
{
script_id(800228);
script_version("$Revision: 7113 $");
script_tag(name:"last_modification", value:"$Date: 2017-09-13 08:03:30 +0200 (Wed, 13 Sep 2017) $");
script_tag(name:"creation_date", value:"2009-02-06 13:48:17 +0100 (Fri, 06 Feb 2009)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2008-6021");
script_bugtraq_id(30723);
script_name("Reflection for Secure IT Multiple Vulnerabilities (Linux)");
script_xref(name : "URL" , value : "http://support.attachmate.com/techdocs/2288.html");
script_xref(name : "URL" , value : "http://support.attachmate.com/techdocs/2374.html#Security_Updates_in_7.0_SP1");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("gb_reflection_secureit_unix_detect_lin.nasl");
script_require_keys("Reflection/SecureIT/Linux/Ver");
script_require_ports("Services/ssh", 22);
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_tag(name : "impact" , value : tag_impact);
script_tag(name:"qod_type", value:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
sshPort = get_kb_item("Services/ssh");
if(!sshPort){
sshPort = 22;
}
secureItVer = get_kb_item("Reflection/SecureIT/Linux/Ver");
if(!secureItVer){
exit(0);
}
#Grep for Secure IT for Unix prior to 7.0.1.575 (SP1)
if(version_is_less(version:secureItVer, test_version:"7.0.1.575")){
security_message(sshPort);
}
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