Vulnerabilities > CVE-2009-0080 - Improper Privilege Management vulnerability in Microsoft Windows Server 2008 and Windows Vista
Attack vector
LOCAL Attack complexity
MEDIUM Privileges required
NONE Confidentiality impact
COMPLETE Integrity impact
COMPLETE Availability impact
COMPLETE Summary
The ThreadPool class in Windows Vista Gold and SP1, and Server 2008, does not properly implement isolation among a set of distinct processes that (1) all run under the NetworkService account or (2) all run under the LocalService account, which allows local users to gain privileges by leveraging incorrect thread ACLs to access the resources of one of the processes, aka "Windows Thread Pool ACL Weakness Vulnerability."
Vulnerable Configurations
Part | Description | Count |
---|---|---|
OS | 5 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Restful Privilege Elevation Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
Exploit-Db
description | Microsoft Windows VISTA/2008 Thread Pool ACL Local Privilege Escalation Vulnerability. CVE-2009-0080. Local exploit for windows platform |
id | EDB-ID:32893 |
last seen | 2016-02-03 |
modified | 2009-04-14 |
published | 2009-04-14 |
reporter | Cesar Cerrudo |
source | https://www.exploit-db.com/download/32893/ |
title | Microsoft Windows VISTA/2008 - Thread Pool ACL Local Privilege Escalation Vulnerability |
Msbulletin
bulletin_id | MS09-012 |
bulletin_url | |
date | 2009-04-14T00:00:00 |
impact | Elevation of Privilege |
knowledgebase_id | 959454 |
knowledgebase_url | |
severity | Important |
title | Vulnerabilities in Windows Could Allow Elevation of Privilege |
Nessus
NASL family | Windows : Microsoft Bulletins |
NASL id | SMB_NT_MS09-012.NASL |
description | The version of Windows running on the remote host is affected by potentially four vulnerabilities involving its MSDTC transaction facility and/or Windows Service Isolation that may allow a local user to escalate his privileges and take complete control of the affected system. |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 36150 |
published | 2009-04-15 |
reporter | This script is Copyright (C) 2009-2018 Tenable Network Security, Inc. |
source | https://www.tenable.com/plugins/nessus/36150 |
title | MS09-012: Vulnerabilities in Windows Could Allow Elevation of Privilege (959454) |
code |
|
Oval
accepted | 2014-03-17T04:00:24.800-04:00 | ||||||||||||||||||||||||||||
class | vulnerability | ||||||||||||||||||||||||||||
contributors |
| ||||||||||||||||||||||||||||
definition_extensions |
| ||||||||||||||||||||||||||||
description | The ThreadPool class in Windows Vista Gold and SP1, and Server 2008, does not properly implement isolation among a set of distinct processes that (1) all run under the NetworkService account or (2) all run under the LocalService account, which allows local users to gain privileges by leveraging incorrect thread ACLs to access the resources of one of the processes, aka "Windows Thread Pool ACL Weakness Vulnerability." | ||||||||||||||||||||||||||||
family | windows | ||||||||||||||||||||||||||||
id | oval:org.mitre.oval:def:6177 | ||||||||||||||||||||||||||||
status | accepted | ||||||||||||||||||||||||||||
submitted | 2009-04-14T16:00:00 | ||||||||||||||||||||||||||||
title | Windows Thread Pool ACL Weakness Vulnerability | ||||||||||||||||||||||||||||
version | 75 |
Seebug
bulletinFamily | exploit |
description | BUGTRAQ ID: 34444 CVE(CAN) ID: CVE-2009-0080 Microsoft Windows是微软发布的非常流行的操作系统。 Windows对当前ThreadPool中的线程设置了错误的ACL,本地攻击者可以利用令牌劫持的方式获得权限提升。成功利用此漏洞的攻击者可以完全控制受影响的系统,攻击者可随后安装程序;查看、更改或删除数据;或者创建拥有完全用户权限的新帐户。 Microsoft Windows Vista SP1 Microsoft Windows Vista Microsoft Windows Server 2008 临时解决方法: * IIS 6.0 - 对IIS中的应用程序池配置WPI以使用IIS管理器中创建的账号并禁用MSDTC。 1. 在IIS管理器中,展开本地电脑、应用程序池,右击应用程序池并选择“属性”。 2. 点击“身份”标签并点击“可配置”。在“用户名”和“口令”框中,键入希望worker进程运行所在帐号的用户名和口令。 3. 向IIS_WPG组添加所选择的用户账号。 禁用分布式事件处理协调器可帮助受影响系统防范利用这个漏洞的尝试。请执行以下步骤: 1. 点击“开始”、“控制面板”,或者找到“设置”,然后点击“控制面板”。 2. 双击“管理工具”,或者切换到经典视图然后双击“管理工具”。 3. 双击“服务”。 4. 双击“Distributed Transaction Coordinator”。 5. 在“启动类型”列表中,点击“已禁用”。 6. 如果已经启动的话点击“停止”,然后点击“确定”。 还可在命令行使用以下命令停止并禁用MSDTC服务: sc stop MSDTC & sc config MSDTC start= disabled * IIS 7.0 - 对IIS管理器中的应用程序池指定WPI。 1. 在IIS管理器中,展开服务器节点,点击“应用程序池”,右击应用程序池并点击“高级设置”。 2. 找到“身份”项,点击“…”键打开“应用程序池身份”对话框。 3. 选择“自定义帐号”选项并点击“设置”打开“设置凭据”对话框。在用户名和口令文本框中键入所选择的账号名称和口令,在“确认口令”文本框中重新键入口令,然后点击“确定”。 * IIS 7.0 - 使用APPCMD.exe命令行工具对应用程序池指定WPI。 1. 从提升的命令提示符中更改到%systemroot%\system32\inetsrv目录。 2. 使用以下句法执行APPCMD.exe命令,这里string是应用程序池的名称,userName:string是分配给应用程序池帐号的用户名,password:string是帐号口令。 appcmd set config /section:applicationPools / [name='string'].processModel.identityType:SpecificUser / [name='string'].processModel.userName:string / [name='string'].processModel.password:string 厂商补丁: Microsoft --------- Microsoft已经为此发布了一个安全公告(MS09-012)以及相应补丁: MS09-012:Vulnerabilities in Windows Could Allow Elevation of Privilege (959454) 链接:<a href=http://www.microsoft.com/technet/security/bulletin/MS09-012.mspx?pf=true target=_blank rel=external nofollow>http://www.microsoft.com/technet/security/bulletin/MS09-012.mspx?pf=true</a> |
id | SSV:5104 |
last seen | 2017-11-19 |
modified | 2009-04-25 |
published | 2009-04-25 |
reporter | Root |
source | https://www.seebug.org/vuldb/ssvid-5104 |
title | Microsoft Windows线程池ACL本地权限提升漏洞(MS09-012) |
References
- http://osvdb.org/53668
- http://www.us-cert.gov/cas/techalerts/TA09-104A.html
- http://www.vupen.com/english/advisories/2009/1026
- http://www.securitytracker.com/id?1022044
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6177
- https://docs.microsoft.com/en-us/security-updates/securitybulletins/2009/ms09-012