| Reporter | Title | Published | Views | Family All 51 |
|---|---|---|---|---|
| CentOS 5 : systemtap (CESA-2010:0124) | 4 Mar 201000:00 | – | nessus | |
| CentOS 4 : systemtap (CESA-2010:0125) | 3 Mar 201000:00 | – | nessus | |
| Fedora 11 : systemtap-1.1-2.fc11 (2010-1373) | 1 Jul 201000:00 | – | nessus | |
| Fedora 12 : systemtap-1.1-2.fc12 (2010-1720) | 1 Jul 201000:00 | – | nessus | |
| MiracleLinux 3 : systemtap-0.9.7-5.3.0.1.AXS3 (AXSA:2010-138:01) | 14 Jan 202600:00 | – | nessus | |
| Oracle Linux 5 : systemtap (ELSA-2010-0124) | 12 Jul 201300:00 | – | nessus | |
| Oracle Linux 4 : systemtap (ELSA-2010-0125) | 12 Jul 201300:00 | – | nessus | |
| RHEL 5 : systemtap (RHSA-2010:0124) | 2 Mar 201000:00 | – | nessus | |
| RHEL 4 : systemtap (RHSA-2010:0125) | 2 Mar 201000:00 | – | nessus | |
| Scientific Linux Security Update : systemtap on SL4.x i386/x86_64 | 1 Aug 201200:00 | – | nessus |
| Source | Link |
|---|---|
| bugzilla | www.bugzilla.redhat.com/show_bug.cgi |
| secunia | www.secunia.com/advisories/38426 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_systemtap_mult_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# SystemTap Multiple Vulnerabilities
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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.
###############################################################################
tag_solution = "Apply the available patch from below link,
http://sourceware.org/git/gitweb.cgi?p=systemtap.git;a=patch;h=a2d399c87a642190f08ede63dc6fc434a5a8363a
*****
NOTE: Ignore this warning if above mentioned patch is already applied.
*****";
tag_impact = "Successful exploitation could allow local users to Denial of Service and
potentially gain escalated privileges.
Impact Level: System.";
tag_affected = "SystemTap versions 1.1 and prior.";
tag_insight = "The flaw is due to multiple integer signedness errors in the '__get_argv()'
and '__get_compat_argv()' functions in 'tapset/aux_syscall.stp' via a process with
a large number of arguments.";
tag_summary = "This host has SystemTap installed and is prone to multiple
vulnerabilities.";
if(description)
{
script_id(800294);
script_version("$Revision: 5373 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 17:27:48 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-02-11 16:37:59 +0100 (Thu, 11 Feb 2010)");
script_tag(name:"cvss_base", value:"4.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:N/I:N/A:C");
script_bugtraq_id(38120);
script_cve_id("CVE-2010-0411");
script_name("SystemTap Multiple Vulnerabilities");
script_xref(name : "URL" , value : "http://secunia.com/advisories/38426");
script_xref(name : "URL" , value : "https://bugzilla.redhat.com/show_bug.cgi?id=559719");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_dependencies("secpod_systemtap_detect.nasl");
script_family("General");
script_require_keys("SystemTap/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("version_func.inc");
systapVer = get_kb_item("SystemTap/Ver");
if(systapVer != NULL)
{
if(version_is_less_equal(version:systapVer, test_version:"1.1")){
security_message(0);
}
}
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