| Reporter | Title | Published | Views | Family All 63 |
|---|---|---|---|---|
| CVE-2011-1760 | 29 Apr 201100:00 | – | circl | |
| CVE-2011-1760 | 9 Jun 201119:00 | – | cve | |
| CVE-2011-2471 | 9 Jun 201121:00 | – | cve | |
| CVE-2011-2472 | 9 Jun 201121:00 | – | cve | |
| CVE-2011-2473 | 9 Jun 201121:00 | – | cve | |
| CVE-2011-1760 | 9 Jun 201119:00 | – | cvelist | |
| CVE-2011-2471 | 9 Jun 201121:00 | – | cvelist | |
| CVE-2011-2472 | 9 Jun 201121:00 | – | cvelist | |
| CVE-2011-2473 | 9 Jun 201121:00 | – | cvelist | |
| [SECURITY] [DSA 2254-1] oprofile security update | 4 Jun 201118:09 | – | debian |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_oprofile_mult_vuln.nasl 7024 2017-08-30 11:51:43Z teissa $
#
# OProfile Multiple Vulnerabilities
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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.
################################i###############################################
tag_impact = "Successful exploitation will allow local users to run arbitrary commands with
super-user privileges.
Impact Level: Application.";
tag_affected = "OProfile version 0.9.6 and prior.";
tag_solution = "Apply the patchs from below links
https://bugzilla.redhat.com/attachment.cgi?id=499232
https://bugzilla.redhat.com/attachment.cgi?id=499233
https://bugzilla.redhat.com/attachment.cgi?id=499234
https://bugzilla.redhat.com/attachment.cgi?id=499235
*****
NOTE: Ignore this warning if above mentioned patch is already applied.
*****";
tag_insight = "The flaws are due to an error,
- while handling content of event argument, provided to oprofile profiling
control utility (opcontrol).
- while handling 'do_dump_data' function, allows local users to create or
overwrite arbitrary files via a crafted --session-dir argument in
conjunction with a symlink attack on the opd_pipe file.
- in 'utils/opcontrol', allow local users to conduct eval injection attacks
and gain privileges via shell meta characters in the several arguments.";
tag_summary = "This host is installed OProfile and is prone to multiple
vulnerabilities.";
if(description)
{
script_id(802108);
script_version("$Revision: 7024 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-30 13:51:43 +0200 (Wed, 30 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-06-20 15:22:27 +0200 (Mon, 20 Jun 2011)");
script_cve_id("CVE-2011-1760", "CVE-2011-2471", "CVE-2011-2472", "CVE-2011-2473");
script_bugtraq_id(47652);
script_tag(name:"cvss_base", value:"7.2");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_name("OProfile Multiple Vulnerabilities");
script_xref(name : "URL" , value : "https://bugzilla.redhat.com/show_bug.cgi?id=700883");
script_xref(name : "URL" , value : "http://openwall.com/lists/oss-security/2011/05/10/7");
script_xref(name : "URL" , value : "http://openwall.com/lists/oss-security/2011/05/03/1");
script_xref(name : "URL" , value : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624212#19");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_oprofile_detect.nasl");
script_require_keys("OProfile/Ver");
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
exit(0);
}
include("version_func.inc");
opVer = get_kb_item("OProfile/Ver");
if(!opVer){
exit(0);
}
if(version_is_less_equal(version:opVer, test_version:"0.9.6")){
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