Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310800294
HistoryFeb 11, 2010 - 12:00 a.m.

SystemTap Multiple Vulnerabilities

2010-02-1100:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
8

6.3 Medium

AI Score

Confidence

Low

4.9 Medium

CVSS2

Access Vector

LOCAL

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:N/I:N/A:C

0.001 Low

EPSS

Percentile

25.8%

SystemTap is prone to multiple vulnerabilities.

# 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.800294");
  script_version("2023-12-20T05:05:58+0000");
  script_tag(name:"last_modification", value:"2023-12-20 05:05:58 +0000 (Wed, 20 Dec 2023)");
  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_cve_id("CVE-2010-0411");
  script_name("SystemTap Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("General");
  script_dependencies("secpod_systemtap_detect.nasl");

  script_mandatory_keys("SystemTap/Ver");

  script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=559719");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/38120");
  script_xref(name:"URL", value:"http://sourceware.org/git/gitweb.cgi?p=systemtap.git");

  script_tag(name:"impact", value:"Successful exploitation could allow local users to Denial of Service and
  potentially gain escalated privileges.");

  script_tag(name:"affected", value:"SystemTap versions 1.1 and prior.");

  script_tag(name:"insight", value:"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.");

  script_tag(name:"summary", value:"SystemTap is prone to multiple vulnerabilities.");

  script_tag(name:"solution", value:"Apply the available patch or update to version 1.2 or later.");

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

  exit(0);
}

CPE = "cpe:/a:systemtap:systemtap";

include( "host_details.inc" );
include( "version_func.inc" );

if( ! infos = get_app_version_and_location( cpe: CPE, exit_no_version: TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less_equal( version: version, test_version: "1.1" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "1.2", install_path: location );
  security_message(port: 0, data: report);
  exit( 0 );
}

exit( 99 );

6.3 Medium

AI Score

Confidence

Low

4.9 Medium

CVSS2

Access Vector

LOCAL

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:N/I:N/A:C

0.001 Low

EPSS

Percentile

25.8%