| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2012-0681 | 22 Aug 201210:00 | – | cve | |
| CVE-2012-0681 | 22 Aug 201210:00 | – | cvelist | |
| EUVD-2012-0713 | 7 Oct 202500:30 | – | euvd | |
| Apple Remote Desktop < 3.5.3 / 3.6.1 Information Disclosure (Mac OS X) | 22 Aug 201200:00 | – | nessus | |
| CVE-2012-0681 | 22 Aug 201210:42 | – | nvd | |
| Apple Remote Desktop Information Disclosure Vulnerability | 25 Sep 201200:00 | – | openvas | |
| Code injection | 22 Aug 201210:42 | – | prion | |
| APPLE-SA-2012-08-20-1 Apple Remote Desktop 3.6.1 | 27 Aug 201200:00 | – | securityvulns | |
| APPLE-SA-2012-09-17-1 Apple Remote Desktop 3.5.3 | 19 Sep 201200:00 | – | securityvulns | |
| Apple RemoteDesktop information leakage | 19 Sep 201200:00 | – | securityvulns |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apple_remote_desktop_info_disc_vuln.nasl 6601 2017-07-07 10:00:10Z cfischer $
#
# Apple Remote Desktop Information Disclosure Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 gain sensitive information.
Impact Level: Application";
tag_affected = "Apple Remote Desktop version 3.5.2";
tag_insight = "The flaw is due to an error in application, when connecting to a
third-party VNC server with 'Encrypt all network data' set, data is not
encrypted and no warning is produced.";
tag_solution = "Upgrade to Apple Remote Desktop version 3.5.3 or later,
For updates refer to http://support.apple.com/downloads/";
tag_summary = "This host is installed with Apple Remote Desktop and is prone to
information disclosure vulnerability.";
if(description)
{
script_id(802964);
script_version("$Revision: 6601 $");
script_cve_id("CVE-2012-0681");
script_bugtraq_id(55100);
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_tag(name:"last_modification", value:"$Date: 2017-07-07 12:00:10 +0200 (Fri, 07 Jul 2017) $");
script_tag(name:"creation_date", value:"2012-09-25 18:02:57 +0530 (Tue, 25 Sep 2012)");
script_name("Apple Remote Desktop Information Disclosure Vulnerability");
script_xref(name : "URL" , value : "http://support.apple.com/kb/HT5462");
script_xref(name : "URL" , value : "http://support.apple.com/downloads");
script_xref(name : "URL" , value : "http://secunia.com/advisories/50352");
script_xref(name : "URL" , value : "http://lists.apple.com/archives/security-announce/2012/Sep/msg00002.html");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/osx_name", "ssh/login/osx_version");
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);
exit(0);
}
include("ssh_func.inc");
include("version_func.inc");
## Variable Initailization
sock = "";
rdVer = "";
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
## Checking for Mac OS X
if(!get_kb_item("ssh/login/osx_name"))
{
close(sock);
exit(0);
}
## Get the version of Apple Remote Desktop
rdVer = chomp(ssh_cmd(socket:sock, cmd:"defaults read /System/Library/" +
"CoreServices/RemoteManagement/ARDAgent.app/Contents/Info " +
"CFBundleShortVersionString"));
## Close Socket
close(sock);
## Exit if version not found
if(isnull(rdVer) || "does not exist" >< rdVer){
exit(0);
}
## Apple Remote Desktop version 3.5.2
if(version_is_equal(version:rdVer, test_version:"3.5.2")){
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