Lucene search
K

RealNetworks RealPlayer MP4 File Handling Denial of Service Vulnerability (Windows)

🗓️ 02 Apr 2012 00:00:00Reported by Copyright (c) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 31 Views

RealNetworks RealPlayer MP4 File Handling Denial of Service Vulnerability (Windows). Vulnerability allows remote attackers to execute arbitrary code, cause buffer overflow, or application crash. Upgrade to RealPlayer version 15.0.4.53 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Real Networks RealPlayer < 15.0.4.53 Multiple Vulnerabilities
17 May 201200:00
nessus
Tenable Nessus
RealPlayer for Windows < 15.0.4.53 Multiple Vulnerabilities
17 May 201200:00
nessus
CVE
CVE-2012-1904
28 Mar 201210:00
cve
CVE
CVE-2012-2406
18 May 201218:00
cve
CVE
CVE-2012-2411
18 May 201218:00
cve
Cvelist
CVE-2012-1904
28 Mar 201210:00
cvelist
Cvelist
CVE-2012-2406
18 May 201218:00
cvelist
Cvelist
CVE-2012-2411
18 May 201218:00
cvelist
EUVD
EUVD-2012-2393
7 Oct 202500:30
euvd
NVD
CVE-2012-1904
28 Mar 201210:55
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_realplayer_mp4_file_dos_vuln_win.nasl 6018 2017-04-24 09:02:24Z teissa $
#
# RealNetworks RealPlayer MP4 File Handling Denial of Service Vulnerability (Windows)
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Updated By: Rachana Shetty on 2012-05-24
#  - Updated according to vendor advisory
#    http://service.real.com/realplayer/security/05152012_player/en/
#
# Copyright:
# Copyright (c) 2012 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 may allow remote attackers to execute arbitrary
  code, cause buffer overflow or cause the application to crash, creating a
  denial of service condition.
  Impact Level: system/Application";
tag_affected = "RealPlayer versions before 15.0.4.53
  RealPlayer SP versions 1.0 through 1.1.5 on Windows";
tag_insight = "The flaws are due to
  - An error the in 'mp4fformat.dll' in the QuickTime File Format plugin. This
    can be exploited to cause a crash by sending a crafted MP4 file.
  - An error within the parsing of RealMedia ASMRuleBook.
  - An error within the RealJukebox Media parser, which allows to cause a
    buffer overflow.";
tag_solution = "Upgrade to RealPlayer version 15.0.4.53 or later,
  For updates refer to http://www.real.com/player";
tag_summary = "This host is installed with RealPlayer which is prone to denial of
  service vulnerability.";

if(description)
{
  script_id(802826);
  script_version("$Revision: 6018 $");
  script_bugtraq_id(53555);
  script_cve_id("CVE-2012-1904", "CVE-2012-2406", "CVE-2012-2411");
  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_tag(name:"last_modification", value:"$Date: 2017-04-24 11:02:24 +0200 (Mon, 24 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-04-02 16:18:38 +0530 (Mon, 02 Apr 2012)");
  script_name("RealNetworks RealPlayer MP4 File Handling Denial of Service Vulnerability (Windows)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/49193");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/74316");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/75647");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/75648");
  script_xref(name : "URL" , value : "http://en.securitylab.ru/nvd/422383.php");
  script_xref(name : "URL" , value : "http://service.real.com/realplayer/security/05152012_player/en/");
  script_xref(name : "URL" , value : "http://packetstormsecurity.org/files/111162/RealPlayer-1.1.4-Memory-Corruption.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("Denial of Service");
  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);
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

# Variable Initialization
rpVer = NULL;

#Get Version
rpVer = get_kb_item("RealPlayer/Win/Ver");
if(isnull(rpVer)){
  exit(0);
}

## Check for Realplayer version
## versions 14 comes has 12.0.1
## SP 1.0 through 1.1.5 , builr version for 1.1.5 comes has 12.0.0.879
if((rpVer =~ "^12\.0\.1\.*") ||
    version_is_less_equal(version:rpVer, test_version:"12.0.0.879") ||
    version_in_range(version:rpVer, test_version:"15.0.0", test_version2:"15.0.3.37")){
  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