Lucene search

K

RealNetworks RealPlayer Denial of Service Vulnerability - July13 (Windows)

🗓️ 17 Jul 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

RealNetworks RealPlayer Denial of Service Vulnerability - July13 (Windows

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Related
Refs
Code
ReporterTitlePublishedViews
Family
Cvelist
CVE-2013-3299
6 Jul 201310:00
cvelist
Prion
Hardcoded credentials
6 Jul 201313:57
prion
Packet Storm
Real Player 16.0.2.32 Resource Exhaustion
2 Jul 201300:00
packetstorm
CVE
CVE-2013-3299
6 Jul 201313:57
cve
seebug.org
Real Player <= 16.0.2.32 资源耗尽漏洞
5 Jul 201300:00
seebug
OpenVAS
RealNetworks RealPlayer Denial of Service Vulnerability (Jul 2013) - Windows
17 Jul 201300:00
openvas
NVD
CVE-2013-3299
6 Jul 201313:57
nvd
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_realplayer_dos_vuln_jul13_win.nasl 6093 2017-05-10 09:03:18Z teissa $
#
# RealNetworks RealPlayer Denial of Service Vulnerability - July13 (Windows)
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 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 = "
  Impact Level: Application";

if(description)
{
  script_id(803910);
  script_version("$Revision: 6093 $");
  script_cve_id("CVE-2013-3299");
  script_bugtraq_id(60903);
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-05-10 11:03:18 +0200 (Wed, 10 May 2017) $");
  script_tag(name:"creation_date", value:"2013-07-17 16:46:46 +0530 (Wed, 17 Jul 2013)");
  script_name("RealNetworks RealPlayer Denial of Service Vulnerability - July13 (Windows)");

  tag_summary =
"This host is installed with RealPlayer which is prone to Denial of
Service vulnerability.";

  tag_insight =
"Flaw within the unknown function of the component HTML Handler.";

  tag_vuldetect =
"Get the installed version with the help of detect NVT and check the version
is vulnerable or not.";

  tag_impact =
"Successful exploitation allows remote attackers to cause denial of service
condition via crafted HTML file.";

  tag_affected =
"RealPlayer versions 16.0.2.32 and prior on Windows.";

  tag_solution =
"No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";


  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 : "vuldetect" , value : tag_vuldetect);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"WillNotFix");

  script_xref(name : "URL" , value : "http://securitytracker.com/id/1028732");
  script_xref(name : "URL" , value : "http://seclists.org/bugtraq/2013/Jul/18");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_realplayer_detect_win.nasl");
  script_mandatory_keys("RealPlayer/Win/Ver");
  exit(0);
}


include("version_func.inc");

##Variable Initialization
rpVer = "";

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

## Check for Realplayer version <= 16.0.2.32
if(version_is_less_equal(version:rpVer, test_version:"16.0.2.32"))
{
  security_message(0);
  exit(0);
}

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo