| Reporter | Title | Published | Views | Family All 50 |
|---|---|---|---|---|
| CVE-2011-3009 | 5 Aug 201122:55 | – | attackerkb | |
| CentOS 4 / 5 : ruby (CESA-2012:0070) | 31 Jan 201200:00 | – | nessus | |
| MiracleLinux 4 : ruby-1.8.7.352-3.0.1.AXS4 (AXSA:2012-54:01) | 19 Jan 202600:00 | – | nessus | |
| MiracleLinux 3 : ruby-1.8.5-22.1.0.1.AXS3 (AXSA:2012-99:1) | 19 Jan 202600:00 | – | nessus | |
| Oracle Linux 6 : ruby (ELSA-2011-1581) | 7 Sep 202300:00 | – | nessus | |
| Oracle Linux 5 : ruby (ELSA-2012-0070) | 12 Jul 201300:00 | – | nessus | |
| RHEL 6 : ruby (RHSA-2011:1581) | 6 Dec 201100:00 | – | nessus | |
| RHEL 4 / 5 : ruby (RHSA-2012:0070) | 31 Jan 201200:00 | – | nessus | |
| Scientific Linux Security Update : ruby on SL6.x i386/x86_64 | 1 Aug 201200:00 | – | nessus | |
| Scientific Linux Security Update : ruby on SL4.x, SL5.x i386/x86_64 (20120130) | 1 Aug 201200:00 | – | nessus |
| Source | Link |
|---|---|
| openwall | www.openwall.com/lists/oss-security/2011/07/20/1 |
| redmine | www.redmine.ruby-lang.org/issues/show/4338 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_ruby_random_number_values_info_disc_vuln.nasl 8196 2017-12-20 12:13:37Z cfischer $
#
# Ruby Random Number Values Information Disclosure Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
# 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.
###############################################################################
CPE = "cpe:/a:ruby-lang:ruby";
tag_impact = "Successful exploits may allow attackers to predict random number values.
Impact Level: Application";
tag_affected = "Ruby Versions prior to Ruby 1.8.6-p114";
tag_insight = "The flaw exists because ruby does not reset the random seed upon forking,
which makes it easier for context-dependent attackers to predict the values
of random numbers by leveraging knowledge of the number sequence obtained in
a different child process.";
tag_solution = "Upgrade to Ruby version 1.8.6-p114 or later
For updates refer to http://rubyforge.org/frs/?group_id=167";
tag_summary = "This host is installed with Ruby and is prone to information
disclosure vulnerability.";
if(description)
{
script_id(902559);
script_version("$Revision: 8196 $");
script_tag(name:"last_modification", value:"$Date: 2017-12-20 13:13:37 +0100 (Wed, 20 Dec 2017) $");
script_tag(name:"creation_date", value:"2011-08-29 16:22:41 +0200 (Mon, 29 Aug 2011)");
script_cve_id("CVE-2011-3009");
script_bugtraq_id(49126);
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("Ruby Random Number Values Information Disclosure Vulnerability");
script_xref(name : "URL" , value : "http://redmine.ruby-lang.org/issues/show/4338");
script_xref(name : "URL" , value : "http://www.openwall.com/lists/oss-security/2011/07/20/1");
script_tag(name:"qod_type", value:"registry");
script_copyright("Copyright (c) 2011 SecPod");
script_category(ACT_GATHER_INFO);
script_family("General");
script_dependencies("secpod_ruby_detect_win.nasl");
script_mandatory_keys("Ruby/Win/Installed");
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("host_details.inc");
include("version_func.inc");
infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE );
vers = infos['version'];
path = infos['location'];
## Check for Ruby Versions prior to 1.8.6-p114
if( version_is_less( version:vers, test_version:"1.8.6.p114" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"1.8.6.p114", install_path:path );
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