Vulnerabilities > CVE-2010-2745 - Code Injection vulnerability in Microsoft Windows Media Player
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Microsoft Windows Media Player (WMP) 9 through 12 does not properly deallocate objects during a browser reload action, which allows user-assisted remote attackers to execute arbitrary code via crafted media content referenced in an HTML document, aka "Windows Media Player Memory Corruption Vulnerability."
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 4 | |
OS | 13 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Leverage Executable Code in Non-Executable Files An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
- Manipulating User-Controlled Variables This attack targets user controlled variables (DEBUG=1, PHP Globals, and So Forth). An attacker can override environment variables leveraging user-supplied, untrusted query variables directly used on the application server without any data sanitization. In extreme cases, the attacker can change variables controlling the business logic of the application. For instance, in languages like PHP, a number of poorly set default configurations may allow the user to override variables.
Exploit-Db
description | Firefox 3.5.10 & 3.6.6 WMP Memory Corruption Using Popups. CVE-2010-2745. Dos exploit for windows platform |
id | EDB-ID:15242 |
last seen | 2016-02-01 |
modified | 2010-10-13 |
published | 2010-10-13 |
reporter | Skylined |
source | https://www.exploit-db.com/download/15242/ |
title | Firefox 3.5.10 & 3.6.6 WMP Memory Corruption Using Popups |
Msbulletin
bulletin_id | MS10-082 |
bulletin_url | |
date | 2010-10-12T00:00:00 |
impact | Remote Code Execution |
knowledgebase_id | 2378111 |
knowledgebase_url | |
severity | Important |
title | Vulnerability in Windows Media Player Could Allow Remote Code Execution |
Nessus
NASL family | Windows : Microsoft Bulletins |
NASL id | SMB_NT_MS10-082.NASL |
description | The version of Windows Media Player installed on the remote host has a code execution vulnerability. Objects are not deallocated properly during a reload operation via a web browser. A remote attacker could exploit this by tricking a user into visiting a maliciously crafted web page. |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 49959 |
published | 2010-10-13 |
reporter | This script is Copyright (C) 2010-2018 Tenable Network Security, Inc. |
source | https://www.tenable.com/plugins/nessus/49959 |
title | MS10-082: Vulnerability in Windows Media Player Could Allow Remote Code Execution (2378111) |
Oval
accepted | 2015-07-06T04:00:46.396-04:00 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class | vulnerability | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
contributors |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
definition_extensions |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | Microsoft Windows Media Player (WMP) 9 through 12 does not properly deallocate objects during a browser reload action, which allows user-assisted remote attackers to execute arbitrary code via crafted media content referenced in an HTML document, aka "Windows Media Player Memory Corruption Vulnerability." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
family | windows | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | oval:org.mitre.oval:def:6653 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
status | accepted | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
submitted | 2010-10-12T13:00:00 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | Windows Media Player Memory Corruption Vulnerability | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
version | 83 |
Seebug
bulletinFamily | exploit |
description | BUGTRAQ ID: 43772 CVE ID: CVE-2010-2745 Windows Media Player是微软操作系统中默认捆绑的媒体播放器。 Windows Media Player在重新加载操作过程中通过Web浏览器取消分配对象的方式中存在内存破坏漏洞。如果用户访问特制网页,此漏洞可能允许远程执行代码。如果用户使用管理用户权限登录,成功利用此漏洞的攻击者便可完全控制受影响的系统。 Microsoft Windows Media Player 9.0 Microsoft Windows Media Player 12 Microsoft Windows Media Player 11 Microsoft Windows Media Player 10.0 临时解决方法: * 注销wmp.dll 对于32位Windows: Regsvr32.exe –u %WINDIR%\system32\wmp.dll 对于64位Windows: Regsvr32.exe –u %WINDIR%\system32\wmp.dll Regsvr32.exe –u %WINDIR%\syswow64\wmp.dll 厂商补丁: Microsoft --------- Microsoft已经为此发布了一个安全公告(MS10-082)以及相应补丁: MS10-082:Vulnerability in Windows Media Player Could Allow Remote Code Execution (2378111) 链接:http://www.microsoft.com/technet/security/bulletin/MS10-082.mspx?pf=true |
id | SSV:20187 |
last seen | 2017-11-19 |
modified | 2010-10-17 |
published | 2010-10-17 |
reporter | Root |
source | https://www.seebug.org/vuldb/ssvid-20187 |
title | Microsoft Windows Media Player重新加载操作内存破坏漏洞(MS10-082) |
References
- http://www.securitytracker.com/id?1024550
- http://www.securitytracker.com/id?1024550
- http://www.us-cert.gov/cas/techalerts/TA10-285A.html
- http://www.us-cert.gov/cas/techalerts/TA10-285A.html
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2010/ms10-082
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2010/ms10-082
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6653
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6653