| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2003-0069 | 8 May 202322:37 | – | circl | |
| CVE-2003-0069 | 1 Sep 200404:00 | – | cve | |
| CVE-2003-0069 | 1 Sep 200404:00 | – | cvelist | |
| CVE-2003-0069 | 1 Sep 200404:00 | – | debiancve | |
| EUVD-2003-0065 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-0069 | 18 Mar 200305:00 | – | nvd | |
| PuTTY window title escape character arbitrary command execution | 3 Nov 200500:00 | – | openvas | |
| DEBIAN-CVE-2003-0069 | 18 Mar 200305:00 | – | osv | |
| Design/Logic Flaw | 8 May 202318:15 | – | prion | |
| PT-2003-1349 · Simon Tatham · Putty | 18 Mar 200300:00 | – | ptsecurity |
# OpenVAS Vulnerability Test
# $Id: putty_arbitrary_command_execution.nasl 6053 2017-05-01 09:02:51Z teissa $
# Description: PuTTY window title escape character arbitrary command execution
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
# based on work from (C) Tenable Network Security
#
# Copyright:
# Copyright (C) 2004 David Maciejak
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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_summary = "PuTTY is a free SSH client.
This version contains a flaw that may allow a malicious user to insert
arbitrary commands and execute them.
The issue is triggered when an attacker sends commands,
preceded by terminal emulator escape sequences.
It is possible that the flaw may allow arbitrary code execution
resulting in a loss of integrity.";
tag_solution = "Upgrade to version 0.54 or newer";
if(description)
{
script_id(14262);
script_version("$Revision: 6053 $");
script_tag(name:"last_modification", value:"$Date: 2017-05-01 11:02:51 +0200 (Mon, 01 May 2017) $");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_cve_id("CVE-2003-0069");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("PuTTY window title escape character arbitrary command execution");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("This script is Copyright (C) 2004 David Maciejak");
script_family("Windows");
script_dependencies("secpod_putty_version.nasl","secpod_reg_enum.nasl");
script_require_keys("PuTTY/Version");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
puttyVer=get_kb_item("PuTTY/Version");
if(!puttyVer){
exit(0);
}
if(version_is_less_equal(version:puttyVer, test_version:"0.53")){
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