| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2013-3299 | 2 Jul 201300:00 | – | circl | |
| CVE-2013-3299 | 6 Jul 201310:00 | – | cve | |
| CVE-2013-3299 | 6 Jul 201310:00 | – | cvelist | |
| EUVD-2013-3236 | 7 Oct 202500:30 | – | euvd | |
| CVE-2013-3299 | 6 Jul 201313:57 | – | nvd | |
| RealNetworks RealPlayer Denial of Service Vulnerability (Jul 2013) - Windows | 17 Jul 201300:00 | – | openvas | |
| Real Player 16.0.2.32 Resource Exhaustion | 2 Jul 201300:00 | – | packetstorm | |
| Hardcoded credentials | 6 Jul 201313:57 | – | prion | |
| CVE-2013-3299 | 22 May 202501:32 | – | redhatcve | |
| Real Player <= 16.0.2.32 资源耗尽漏洞 | 5 Jul 201300:00 | – | seebug |
| Source | Link |
|---|---|
| seclists | www.seclists.org/bugtraq/2013/Jul/18 |
| securitytracker | www.securitytracker.com/id/1028732 |
###############################################################################
# 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);
}
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