Vulnerabilities > CVE-2010-0266 - Code Injection vulnerability in Microsoft Outlook 2002/2003/2007
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Microsoft Office Outlook 2002 SP3, 2003 SP3, and 2007 SP1 and SP2 does not properly verify e-mail attachments with a PR_ATTACH_METHOD property value of ATTACH_BY_REFERENCE, which allows user-assisted remote attackers to execute arbitrary code via a crafted message, aka "Microsoft Outlook SMB Attachment Vulnerability."
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 8 |
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 Outlook ATTACH_BY_REF_ONLY File Execution. CVE-2010-0266. Remote exploit for windows platform id EDB-ID:16700 last seen 2016-02-02 modified 2010-09-20 published 2010-09-20 reporter metasploit source https://www.exploit-db.com/download/16700/ title Outlook ATTACH_BY_REF_ONLY File Execution description Outlook ATTACH_BY_REF_RESOLVE File Execution. CVE-2010-0266. Remote exploit for windows platform id EDB-ID:16699 last seen 2016-02-02 modified 2010-09-20 published 2010-09-20 reporter metasploit source https://www.exploit-db.com/download/16699/ title Outlook ATTACH_BY_REF_RESOLVE File Execution
Metasploit
description It has been discovered that certain e-mail message cause Outlook to create Windows shortcut-like attachments or messages within Outlook. Through specially crafted TNEF streams with certain MAPI attachment properties, it is possible to set a path name to files to be executed. When a user double clicks on such an attachment or message, Outlook will proceed to execute the file that is set by the path name value. These files can be local files, but also file stored remotely for example on a file share. Exploitation is limited by the fact that its is not possible for attackers to supply command line options. id MSF:EXPLOIT/WINDOWS/EMAIL/MS10_045_OUTLOOK_REF_RESOLVE last seen 2020-05-21 modified 2017-07-24 published 2010-07-25 references reporter Rapid7 source https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/email/ms10_045_outlook_ref_resolve.rb title Outlook ATTACH_BY_REF_RESOLVE File Execution description It has been discovered that certain e-mail message cause Outlook to create Windows shortcut-like attachments or messages within Outlook. Through specially crafted TNEF streams with certain MAPI attachment properties, it is possible to set a path name to files to be executed. When a user double clicks on such an attachment or message, Outlook will proceed to execute the file that is set by the path name value. These files can be local files, but also files stored remotely (on a file share, for example) can be used. Exploitation is limited by the fact that it is not possible for attackers to supply command line options. id MSF:EXPLOIT/WINDOWS/EMAIL/MS10_045_OUTLOOK_REF_ONLY last seen 2020-06-14 modified 1976-01-01 published 1976-01-01 references reporter Rapid7 source https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/email/ms10_045_outlook_ref_only.rb title Outlook ATTACH_BY_REF_ONLY File Execution
Msbulletin
bulletin_id | MS10-045 |
bulletin_url | |
date | 2010-07-13T00:00:00 |
impact | Remote Code Execution |
knowledgebase_id | 978212 |
knowledgebase_url | |
severity | Important |
title | Vulnerability in Microsoft Outlook Could Allow Remote Code Execution |
Nessus
NASL family | Windows : Microsoft Bulletins |
NASL id | SMB_NT_MS10-045.NASL |
description | The Outlook component of Microsoft Office has a remote code execution vulnerability. Opening an attachment in a specially crafted email can result in arbitrary code execution. A remote attacker could exploit this by sending a user an email and tricking them into opening a malicious attachment, resulting in code execution. |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 47713 |
published | 2010-07-13 |
reporter | This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. |
source | https://www.tenable.com/plugins/nessus/47713 |
title | MS10-045: Vulnerability in Microsoft Office Outlook Could Allow Remote Code Execution (978212) |
code |
|
Oval
accepted | 2012-05-28T04:00:08.336-04:00 | ||||||||||||
class | vulnerability | ||||||||||||
contributors |
| ||||||||||||
definition_extensions |
| ||||||||||||
description | Microsoft Office Outlook 2002 SP3, 2003 SP3, and 2007 SP1 and SP2 does not properly verify e-mail attachments with a PR_ATTACH_METHOD property value of ATTACH_BY_REFERENCE, which allows user-assisted remote attackers to execute arbitrary code via a crafted message, aka "Microsoft Outlook SMB Attachment Vulnerability." | ||||||||||||
family | windows | ||||||||||||
id | oval:org.mitre.oval:def:11623 | ||||||||||||
status | accepted | ||||||||||||
submitted | 2010-07-13T13:00:00 | ||||||||||||
title | Microsoft Outlook SMB Attachment Vulnerability | ||||||||||||
version | 8 |
Packetstorm
data source https://packetstormsecurity.com/files/download/92141/ms10_045_outlook_ref_resolve.rb.txt id PACKETSTORM:92141 last seen 2016-12-05 published 2010-07-26 reporter Yorick Koster source https://packetstormsecurity.com/files/92141/Outlook-ATTACH_BY_REF_RESOLVE-File-Execution.html title Outlook ATTACH_BY_REF_RESOLVE File Execution data source https://packetstormsecurity.com/files/download/92142/ms10_045_outlook_ref_only.rb.txt id PACKETSTORM:92142 last seen 2016-12-05 published 2010-07-26 reporter Yorick Koster source https://packetstormsecurity.com/files/92142/Outlook-ATTACH_BY_REF_ONLY-File-Execution.html title Outlook ATTACH_BY_REF_ONLY File Execution
Saint
bid | 41446 |
description | Microsoft Outlook SMB Attachment ATTACH_BY_REFERENCE vulnerability |
id | win_patch_office2002atl,win_patch_office2003atl,win_patch_office2007atl |
osvdb | 66296 |
title | outlook_smb_attachment |
type | client |
Seebug
bulletinFamily | exploit |
description | BUGTRAQ ID: 41446 CVE ID: CVE-2010-0266 Microsoft Outlook是Office套件所捆绑的邮件客户端。 Outlook客户端没有正确地验证邮件消息中使用PR_ATTACH_METHOD属性的ATTACH_BY_REFERENCE值所附加的邮件附件,恶意邮件可以伪装为没有安全威胁,诱骗用户错误的打开。 Microsoft Outlook 2007 SP2 Microsoft Outlook 2007 SP1 Microsoft Outlook 2003 SP2 Microsoft Outlook 2002 SP3 临时解决方法: * 不要打开来自不受信任来源的电子邮件附件。 * 禁用Web客户端服务,请按照以下步骤操作: 1. 单击“开始”,单击“运行”,键入“Services.msc”,然后单击“确定”。 2. 右键单击“Web客户端”服务,然后选择“属性”。 3. 将启动类型更改为“已禁用”。如果服务正在运行,请单击“停止”。 4. 单击“确定”,退出管理应用程序。 厂商补丁: Microsoft --------- Microsoft已经为此发布了一个安全公告(MS10-045)以及相应补丁: MS10-045:Vulnerability in Microsoft Office Outlook Could Allow Remote Code Execution (978212) 链接:http://www.microsoft.com/technet/security/Bulletin/MS10-045.mspx?pf=true |
id | SSV:19958 |
last seen | 2017-11-19 |
modified | 2010-07-15 |
published | 2010-07-15 |
reporter | Root |
title | Microsoft Outlook SMB附件验证漏洞(MS10-045) |