Symantec Altiris NS Key Unauthorized Access Vulnerability
🗓️ 11 Feb 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 48 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Symantec Altiris Notification Server 6.0 < SP3 R12 Static Encryption Key | 29 Jan 201000:00 | – | nessus | |
| Altiris Notification Server Static Encryption Key (KB46763) | 29 Jan 201000:00 | – | nessus | |
| CVE-2009-3035 | 2 Feb 201016:25 | – | cve | |
| CVE-2009-3035 | 2 Feb 201016:25 | – | cvelist | |
| EUVD-2009-3019 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-3035 | 2 Feb 201016:30 | – | nvd | |
| Symantec Altiris NS Key Unauthorized Access Vulnerability | 11 Feb 201000:00 | – | openvas | |
| Hardcoded credentials | 2 Feb 201016:30 | – | prion | |
| Symantec Altiris Notification Server 6.x Static Encryption Key | 28 Jan 201008:00 | – | symantec |
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.800985");
script_version("2023-07-28T16:09:07+0000");
script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
script_tag(name:"creation_date", value:"2010-02-11 16:37:59 +0100 (Thu, 11 Feb 2010)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:S/C:P/I:P/A:P");
script_cve_id("CVE-2009-3035");
script_name("Symantec Altiris NS Key Unauthorized Access Vulnerability");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("General");
script_dependencies("gb_symantec_altiris_ns_detect.nasl");
script_mandatory_keys("Symantec/AltirisNS/Ver", "Symantec/AltirisNS/SP");
script_require_ports("Services/www", 80);
script_tag(name:"impact", value:"Successful exploitation let attackers to access certain encrypted credentials
and encryption keys and also execute code, obtain sensitive information, or perform actions with elevated privileges.");
script_tag(name:"affected", value:"Symantec Altiris Notification Server versions 6.0.x before 6.0 SP3 R12.");
script_tag(name:"insight", value:"The flaw is due to the application using a static encryption key to
encrypt and store certain credentials.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"solution", value:"Update to Symantec Altiris Notification Server 6.0 SP3 R12.");
script_tag(name:"summary", value:"Symantec Altiris Notification Server is prone to unauthorized access vulnerability.");
script_xref(name:"URL", value:"http://secunia.com/advisories/38356");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37953");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/55952");
script_xref(name:"URL", value:"http://www.symantec.com/business/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2010&suid=20100128_00");
script_xref(name:"URL", value:"https://kb.altiris.com/article.asp?article=46763&p=1");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("version_func.inc");
httpPort = http_get_port(default:80);
sndReq = http_get(item:"/Altiris/NS/logview.asp", port:httpPort);
rcvRes = http_keepalive_send_recv(port:httpPort, data:sndReq, bodyonly:0);
if((isnull(rcvRes)) && ("Altiris NS " >!< rcvRes)){
exit(0);
}
altirisVer = get_kb_item("Symantec/AltirisNS/Ver");
if(!altirisVer){
exit(0);
}
spVer= get_kb_item("Symantec/AltirisNS/SP");
if((spVer == NULL) && (altirisVer =~ "^6\.0"))
{
if(version_is_less_equal(version:altirisVer, test_version:"6.0.6074"))
{
security_message( port: 0, data: "The target host was found to be vulnerable" );
exit(0);
}
}
else if(spVer =~ "^6\.0")
{
if(version_is_less(version:spVer, test_version:"6.0.1210.0")){
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
}
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
28 Jul 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 24.3
EPSS0.00375