| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Cfengine cfservd ReceiveTransaction Function Remote Overflow (version check) | 20 Aug 200400:00 | – | nessus | |
| Cfengine cfservd ReceiveTransaction Function Remote Overflow (intrusive check) | 16 Oct 200300:00 | – | nessus | |
| CVE-2003-0849 | 9 Oct 200304:00 | – | cve | |
| CVE-2003-0849 | 9 Oct 200304:00 | – | cvelist | |
| CVE-2003-0849 | 9 Oct 200304:00 | – | debiancve | |
| EUVD-2003-0840 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-0849 | 17 Nov 200305:00 | – | nvd | |
| cfengine CFServD transaction packet buffer overrun vulnerability | 3 Nov 200500:00 | – | openvas |
# OpenVAS Vulnerability Test
# $Id: cfengine_trans_packet_buff_overrun.nasl 6040 2017-04-27 09:02:38Z teissa $
# Description: cfengine CFServD transaction packet buffer overrun vulnerability
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
#
# 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 = "Cfengine is running on this remote host.
This version is prone to a stack-based buffer overrun vulnerability.
An attacker, exploiting this flaw, would need network access to the
server as well as the ability to send a crafted transaction packet
to the cfservd process. A successful exploitation of this flaw
would lead to arbitrary code being executed on the remote machine
or a loss of service (DoS).";
tag_solution = "Upgrade to at least 1.5.3-4, 2.0.8 or most recent 2.1 version.";
# Ref: Nick Cleaton <[email protected]>
if(description)
{
script_id(14317);
script_version("$Revision: 6040 $");
script_tag(name:"last_modification", value:"$Date: 2017-04-27 11:02:38 +0200 (Thu, 27 Apr 2017) $");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_bugtraq_id(8699);
script_cve_id("CVE-2003-0849");
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");
name = "cfengine CFServD transaction packet buffer overrun vulnerability";
script_name(name);
summary = "check for cfengine flaw based on its version";
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_copyright("This script is Copyright (C) 2004 David Maciejak");
family = "Gain a shell remotely";
script_family(family);
script_require_ports(5308);
script_dependencies("cfengine_detect.nasl");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
port = 5308;
if ( ! get_kb_item("cfengine/running") ) exit(0);
version=get_kb_item("cfengine/version");
if (version)
{
if (egrep(pattern:"(1\.[0-4]\.|1\.5\.[0-2]|1\.5\.3-[0-3]|2\.(0\.[0-7]|1\.0a[0-9][^0-9]))", string:version))
security_message(port);
}
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