cfengine CFServD transaction packet buffer overrun vulnerability
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 David MaciejakType
openvas🔗 plugins.openvas.org👁 24 Views
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| 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 | |
| GNU CFEngine 2.-2.0.3 - Remote Stack Overflow | 27 Sep 200300:00 | – | exploitdb | |
| GNU CFEngine 2.0.x - CFServD Transaction Packet Buffer Overrun (1) | 25 Sep 200300:00 | – | exploitdb | |
| GNU CFEngine 2.0.x - CFServD Transaction Packet Buffer Overrun (2) | 4 Nov 200300:00 | – | exploitdb | |
| EUVD-2003-0840 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-0849 | 17 Nov 200305:00 | – | nvd |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/8699 |
# SPDX-FileCopyrightText: 2004 David Maciejak
# 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
# Ref: Nick Cleaton <[email protected]>
CPE = "cpe:/a:gnu:cfengine";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.14317");
script_version("2023-08-03T05:05:16+0000");
script_tag(name:"last_modification", value:"2023-08-03 05:05:16 +0000 (Thu, 03 Aug 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/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");
script_name("cfengine CFServD transaction packet buffer overrun vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2004 David Maciejak");
script_family("Gain a shell remotely");
script_dependencies("cfengine_detect.nasl");
script_mandatory_keys("cfengine/running");
script_tag(name:"solution", value:"Upgrade to at least 1.5.3-4, 2.0.8 or most recent 2.1 version.");
script_tag(name:"summary", value:"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).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"executable_version");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! version = get_app_version( cpe:CPE, nofork:TRUE ) ) exit( 0 );
if( version_is_less( version:version, test_version:"2.0.8" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"2.0.8" );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );
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
03 Aug 2023 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
EPSS0.10898