Lucene search

K

cgi.rb

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 David MaciejakType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

The 'cgi.rb' CGI is installed. Vulnerable to remote denial of service. Verify version 1.8.1 or later

Show more

5 of 5AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Refs
Code
ReporterTitlePublishedViews
Family
OpenVAS
FreeBSD Ports: ruby, ruby_r
4 Sep 200800:00
openvas
OpenVAS
SLES9: Security update for ruby
10 Oct 200900:00
openvas
OpenVAS
FreeBSD Ports: ruby, ruby_r
4 Sep 200800:00
openvas
OpenVAS
SLES9: Security update for ruby
10 Oct 200900:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 200411-23 (Ruby)
24 Sep 200800:00
openvas
OpenVAS
cgi.rb
3 Nov 200500:00
openvas
OpenVAS
Ubuntu: Security Advisory (USN-20-1)
26 Aug 202200:00
openvas
OpenVAS
Debian: Security Advisory (DSA-586-1)
17 Jan 200800:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 200411-23 (Ruby)
24 Sep 200800:00
openvas
OpenVAS
Debian Security Advisory DSA 586-1 (ruby)
17 Jan 200800:00
openvas
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/11618
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.15710");
  script_version("2025-04-11T05:40:28+0000");
  script_tag(name:"last_modification", value:"2025-04-11 05:40:28 +0000 (Fri, 11 Apr 2025)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2004-0983");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/11618");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_name("cgi.rb");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2004 David Maciejak");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"solution", value:"Verify that your version is at least 1.8.1 or later.");

  script_tag(name:"summary", value:"The 'cgi.rb' CGI is installed.");

  script_tag(name:"insight", value:"Some versions are vulnerable to remote denial of service.

  By sending a specially crafted HTTP POST request, a malicious user can force
  the remote host to consume a large amount of CPU resources.");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("http_func.inc");
include("http_404.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");

port = http_get_port(default:80);

res = http_is_cgi_installed_ka(item:"cgi.rb", port:port);
if(res)security_message(port);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo