Lucene search
K

RealPlayer IVR Multiple Vulnerabilities

🗓️ 18 Feb 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

RealPlayer IVR Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Real Networks RealPlayer < RealPlayer SP 1.0.5 Multiple Vulnerabilities
22 Jan 201000:00
nessus
Tenable Nessus
RealPlayer for Windows < Build 12.0.0.319 Multiple Buffer Overflows
22 Jan 201000:00
nessus
Check Point Advisories
RealNetworks RealPlayer IVR Overly Long Filename Code Execution (CVE-2009-0375)
14 Feb 201000:00
checkpoint_advisories
CVE
CVE-2009-0375
8 Feb 200921:00
cve
CVE
CVE-2009-0376
8 Feb 200921:00
cve
Cvelist
CVE-2009-0375
8 Feb 200921:00
cvelist
Cvelist
CVE-2009-0376
8 Feb 200921:00
cvelist
NVD
CVE-2009-0375
8 Feb 200921:30
nvd
NVD
CVE-2009-0376
8 Feb 200921:30
nvd
OpenVAS
RealPlayer IVR Multiple Vulnerabilities
18 Feb 200900:00
openvas
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_realplayer_ivr_mult_vuln.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# RealPlayer IVR Multiple Vulnerabilities
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_impact = "Successful exploitation will let the attacker execute arbitrary
  codes within the context of the application and can cause heap overflow
  or cause remote code execution to the application.";
tag_affected = "RealPlayer 11.0.0.477 and prior on all Windows platforms.";
tag_insight = "- Memory corruption while the application processes crafted arbitrary
    'IVR' file.
  - A vulnerability that allows an attacker to write one null byte to an
    arbitrary memory address by using an overly long file name length value.";
tag_solution = "Upgrage to the latest version,
  For updates refer to http://www.real.com/player";
tag_summary = "This host is running RealPlayer which is prone to IVR multiple
  vulnerabilities.";

if(description)
{
  script_id(800509);
  script_version("$Revision: 4869 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-29 12:01:45 +0100 (Thu, 29 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-02-18 15:32:11 +0100 (Wed, 18 Feb 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-0375", "CVE-2009-0376");
  script_bugtraq_id(33652);
  script_name("RealPlayer IVR Multiple Vulnerabilities");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/367866.php");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/367867.php");
  script_xref(name : "URL" , value : "http://www.fortiguardcenter.com/advisory/FGA-2009-04.html");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/500722/100/0/threaded");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_realplayer_detect_win.nasl");
  script_require_keys("RealPlayer/Win/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 : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  exit(0);
}


include("version_func.inc");

rpVer = get_kb_item("RealPlayer/Win/Ver");
if(rpVer == NULL){
  exit(0);
}

if(version_is_less_equal(version:rpVer, test_version:"11.0.0.477")){
  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