| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Vulnerabilities in the Debian GNU/Linux operating system that allow a remote attacker to compromise the confidentiality, integrity, and accessibility of protected information | 28 Apr 201500:00 | – | bdu_fstec | |
| CVE-2008-5297 | 18 Nov 200800:00 | – | circl | |
| CVE-2008-5297 | 1 Dec 200815:00 | – | cve | |
| CVE-2008-5297 | 1 Dec 200815:00 | – | cvelist | |
| [SECURITY] [DSA 1686-1] New no-ip packages fix arbitrary code execution | 14 Dec 200820:23 | – | debian | |
| Debian DSA-1686-1 : no-ip - buffer overflow | 15 Dec 200800:00 | – | nessus | |
| GLSA-200901-12 : noip-updater: Execution of arbitrary code | 19 Jan 200900:00 | – | nessus | |
| noip-updater: Execution of arbitrary code | 18 Jan 200900:00 | – | gentoo | |
| CVE-2008-5297 | 1 Dec 200815:30 | – | nvd | |
| Debian: Security Advisory (DSA-1686-1) | 23 Dec 200800:00 | – | openvas |
| Source | Link |
|---|---|
| openwall | www.openwall.com/lists/oss-security/2008/11/21/15 |
| milw0rm | www.milw0rm.com/exploits/7151 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_noip_dns_bof_vuln.nasl 5158 2017-02-01 14:53:04Z mime $
#
# No-IP DUC Remote code execution vulnerability
#
# Authors:
# Chandan S <[email protected]>
#
# Copyright:
# Copyright (c) 2008 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 attack could result in remote DNS servers to execute arbitrary
code via a crafted DNS response.
Impact Level: Application";
tag_affected = "No-IP DUC 2.1.7 and prior on Linux";
tag_insight = "The flaw is due to DNS poisoning in the function GetNextLine which fails
to do length check.";
tag_solution = "Upgrade to latest version of No-IP DUC,
http://www.no-ip.com/downloads.php";
tag_summary = "This host has No-IP DUC installed and is prone to remote code
execution vulnerability.";
if(description)
{
script_id(800084);
script_version("$Revision: 5158 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-01 15:53:04 +0100 (Wed, 01 Feb 2017) $");
script_tag(name:"creation_date", value:"2008-12-18 14:07:48 +0100 (Thu, 18 Dec 2008)");
script_tag(name:"cvss_base", value:"7.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2008-5297");
script_name("No-IP DUC Remote code execution vulnerability");
script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/7151");
script_xref(name : "URL" , value : "http://www.openwall.com/lists/oss-security/2008/11/21/15");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_mandatory_keys("login/SSH/success");
script_dependencies("gather-package-list.nasl");
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");
sock = ssh_login_or_reuse_connection();
if(!sock){
exit(0);
}
binFile = find_bin(prog_name:"noip2", sock:sock);
foreach binaryFile (binFile)
{
if( chomp(binaryFile) == "" ) continue;
noipVer = get_bin_version(full_prog_name:chomp(binaryFile),
version_argv:"-h",
ver_pattern:"Version Linux-([0-9.]+)", sock:sock);
if(noipVer[1] != NULL)
{
if(version_is_less_equal(version:noipVer[1], test_version:"2.1.7")){
security_message(0);
}
ssh_close_connection();
exit(0);
}
}
ssh_close_connection();
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