Ruby WEBrick Terminal Escape Sequence in Logs Command Injection Vulnerability
🗓️ 13 Jan 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 53 Views
| Reporter | Title | Published | Views | Family All 77 |
|---|---|---|---|---|
| CentOS 4 : ruby (CESA-2011:0908) | 15 Aug 201100:00 | – | nessus | |
| CentOS 5 : ruby (CESA-2011:0909) | 29 Jun 201300:00 | – | nessus | |
| Fedora 12 : ruby-1.8.6.383-6.fc12 (2010-0530) | 1 Jul 201000:00 | – | nessus | |
| Fedora 11 : ruby-1.8.6.383-6.fc11 (2010-0533) | 1 Jul 201000:00 | – | nessus | |
| GLSA-201001-09 : Ruby: Terminal Control Character Injection | 25 Feb 201000:00 | – | nessus | |
| Mandriva Linux Security Advisory : ruby (MDVSA-2010:017) | 20 Jan 201000:00 | – | nessus | |
| MiracleLinux 3 : ruby-1.8.5-19.1.0.1.AXS3 (AXSA:2011-226:01) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 4 : ruby (ELSA-2011-0908) | 12 Jul 201300:00 | – | nessus | |
| Oracle Linux 5 : ruby (ELSA-2011-0909) | 12 Jul 201300:00 | – | nessus | |
| Oracle Linux 8 : ruby:2.5 (ELSA-2023-7025) | 21 Nov 202300:00 | – | nessus |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/37710 |
| securityfocus | www.securityfocus.com/archive/1/508830 |
| ruby-lang | www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/ |
# SPDX-FileCopyrightText: 2010 Greenbone AG
# 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.100445");
script_version("2023-08-04T05:06:23+0000");
script_tag(name:"last_modification", value:"2023-08-04 05:06:23 +0000 (Fri, 04 Aug 2023)");
script_tag(name:"creation_date", value:"2010-01-13 11:20:27 +0100 (Wed, 13 Jan 2010)");
script_cve_id("CVE-2009-4492");
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("Ruby WEBrick Terminal Escape Sequence in Logs Command Injection Vulnerability");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37710");
script_xref(name:"URL", value:"http://www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/508830");
script_category(ACT_GATHER_INFO);
script_family("Web Servers");
script_copyright("Copyright (C) 2010 Greenbone AG");
script_dependencies("gb_get_http_banner.nasl", "httpver.nasl");
script_require_ports("Services/www", 8080);
script_mandatory_keys("WEBrick/banner");
script_tag(name:"solution", value:"Updates are available. Please see the references for details.");
script_tag(name:"summary", value:"Ruby WEBrick is prone to a command-injection vulnerability because it
fails to adequately sanitize user-supplied input in log files.");
script_tag(name:"impact", value:"Attackers can exploit this issue to execute arbitrary commands in
a terminal.");
script_tag(name:"affected", value:"Versions *prior to* the following are affected:
Ruby 1.8.6 patchlevel 388 Ruby 1.8.7 patchlevel 249 Ruby 1.9.1 patchlevel 378");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");
port = http_get_port(default:8080);
banner = http_get_remote_headers(port: port);
if(!banner && "Server: WEBrick" >!< banner) exit(0);
if(!matches = eregmatch(pattern: "Server: WEBrick/[0-9.]+ \(Ruby/([0-9.]+)/([0-9]{4}-[0-9]{2}-[0-9]{2})\)", string: banner))exit(0);
if(isnull(matches[1]) || isnull(matches[2]))exit(0);
release = matches[1];
release_date = matches[2];
if(version_is_equal(version: release, test_version: "1.8.6") ||
version_is_equal(version: release, test_version: "1.8.7") ||
version_is_equal(version: release, test_version: "1.9.1")) {
rdate = split(release_date, sep: "-", keep: FALSE);
if(isnull(rdate[0]) || isnull(rdate[1]) || isnull(rdate[2]))exit(0);
if(int(rdate[0]) < 2010) {
VULN = TRUE;
}
else if(int(rdate[0]) == 2010 && int(rdate[1]) == 1 && int(rdate[2]) < 10) {
VULN = TRUE;
}
if(VULN) {
report = report_fixed_ver(installed_version:release, fixed_version:"1.8.6/1.8.7/1.9.1");
security_message(port:port, 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
04 Aug 2023 00:00Current
6.1Medium risk
Vulners AI Score6.1
CVSS 27.5
EPSS0.15936