Privacy and Legal Notice

DOE-CIRC INFORMATION BULLETIN

T-015: InstallShield / Macrovision / Acresso FLEXnet Connect Vulnerabilities

[US-CERT Vulnerability Note VU#837092]

October 15, 2008 21:00 GMT

PROBLEM: Acresso FLEXnet Connect executes scripts that are insecurely retrieved from a remote web server, which can allow a remote, unauthenticated attacker to execute arbitrary code on a vulnerable system.
PLATFORM: Acresso FLEXnet Connect
DAMAGE: Execute arbitrary code.
SOLUTION: Upgrade to the appropriate version.

VULNERABILITY
ASSESSMENT:
The risk is MEDIUM. By modifying the rule script that is sent to a FLEXnet Connect client, a remote unauthenticated attacker may be able to execute arbitrary code on a vulnerable system.

CVSS 2 BASE SCORE:
   TEMPORAL SCORE:
   VECTOR:
6.8
5.3
(AV:N/AC:M/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C)

LINKS:  
  DOE-CIRC BULLETIN: http://www.doecirc.energy.gov/ciac/bulletins/t-015.shtml
  ORIGINAL BULLETIN: http://www.kb.cert.org/vuls/id/837092
  CVE: CVE-2008-1093

[***** Start US-CERT Vulnerability Note VU#837092 *****]

Vulnerability Note VU#837092

InstallShield / Macrovision / Acresso FLEXnet Connect insecurely retrieves and executes scripts

Overview

Acresso FLEXnet Connect executes scripts that are insecurely retrieved from a remote web server, which can allow a remote, unauthenticated attacker to execute arbitrary code on a vulnerable system.

I. Description

Acresso FLEXnet Connect is a software package that allows vendors to provide updates to applications. FLEXnet Connect-enabled software has the ability to Acresso FLEXnet Connect was formerly known as Macrovision FLEXnet Connect, and before that it was known as InstallShield Update Service.

The FLEXnet Connect client software communicates with centralized servers to check for updates and other product information on a periodic basis. Updates can also be triggered by using Internet Explorer to visit a web page that uses the FLEXnet Connect ActiveX control, which is provided by agent.exe. When connecting to the server, the client can receive special instructions (rules) to assist in evaluating whether an update is relevant. These instructions are provided by a GetRules.asp page on a web server. These rules are presented in a scripting language, such as VBScript.

FLEXnet Connect retrieves rules insecurely in that it uses unsigned and unencrypted communication using the HTTP protocol, which can allow an attacker to inject code that will be executed on the client system. This can happen in a number of ways, including
  1. Compromising the FLEXnet Connect servers directly.
  2. Filtering client system traffic through a malicious proxy.
  3. Compromising DNS servers or otherwise modifying the host name lookup methodology of a client system.
Depending on how the vendor has configured the FLEXnet Connect components, the check for updates may occur on a periodic basis, every time an application is launched, when a user checks for updates manually, or if a web page that uses the FLEXnet ActiveX control is visited. Any software that has been packaged with the vulnerable InstallShield, Macrovision, or Acresso components may be vulnerable.

II. Impact

By modifying the rule script that is sent to a FLEXnet Connect client, a remote unauthenticated attacker may be able to execute arbitrary code on a vulnerable system.

III. Solution

Apply an update

This issue is addressed with the FLEXnet Connect 11.0.1 client, which comes with agent.exe version 11.1.100.17104. This version of FLEXnet Connect includes the ability to verify certificates that are provided by the FLEXnet Connect server. A FLEXnet Connect server that uses signed communication will add an X-FNC-Sig HTTP header to outgoing messages. This signature is designed to prevent the server response from being successfully modified by an attacker. The signature checking is also designed to ensure that the FLEXnet Connect client is connecting to an authentic FLEXnet Connect server, much in the same way that HTTPS helps to ensure the identity of a web site. Note that the originally-released version of the FLEXnet Connect 11.0.1 client, which came with agent.exe version 11.1.100.16604, did not completely address this vulnerability.

Note that the FLEXnet Connect 11.0.1 SDK does not enable secure communications by default, but the updates.installshield.com FLEXnet Connect server is currently distributing an update that enables this feature. This means that if a system's DNS has been hijacked or if the communications with the FLEXnet Connect update server are modified before this update can be retrieved, an attacker may be able to execute arbitrary code on the client system.

Because the fixed version of the FLEXnet Connect runtime is relatively new (it was digitally signed on September 26, 2008), it is likely to take some time before software that is packaged with FLEXnet Connect will receive the update and also configure FLEXnet Connect to verify signatures. For this reason, we recommend the following workarounds:

Block outbound requests that contain the string /GetRules.asp

It may be possible to prevent this vulnerability from being exploited by filtering outbound URLs that contain the string /GetRules.asp. Some filtering examples are below. These examples may not work in all cases, and may cause unintended side-effects.


Disable the DWUpdateService ActiveX control in Internet Explorer

The vulnerable ActiveX control can be disabled in Internet Explorer by setting the kill bit for the following CLSIDs:
More information about how to set the kill bit is available in Microsoft Support Document 240797. Alternatively, the following text can be saved as a .REG file and imported to set the kill bit for this control:
Note that this list of CLSIDs may not be complete. Different versions of FLEXnet Connect or InstallShield Update Service use different CLSIDs for the ActiveX control that can be used to trigger updates.

Restrict access to the FLEXnet Conect client components

The vulnerable update components can be disabled by restricting access to the ISSCH.EXE and ISUSPM.EXE components on Microsoft Windows Systems. These executable files are for the InstallShield Update Service Scheduler and the Macrovision FLEXnet Connect Update Manager, respectively. These programs are used to periodically check for software updates using FLEXnet Connect. Users may also wish to rename the "\Program Files\Common Files\InstallShield\UpdateService" or related UpdateManager folders of other products to prevent automated execution of these programs until a fix is provided. Note that this may interfere with a product's ability to retrieve updates, including security fixes.

Disable ActiveX

Disabling ActiveX controls in the Internet Zone (or any zone used by an attacker) appears to prevent exploitation of this and other ActiveX vulnerabilities. Instructions for disabling ActiveX in the Internet Zone can be found in the "Securing Your Web Browser" document. 

Systems Affected

Vendor Status Date Notified Date Updated
Acresso Software Vulnerable 2008-09-18 2008-09-30
Adobe Not Vulnerable 2008-09-15 2008-09-19
Corel Corporation Vulnerable 2008-09-16
F-Secure Corporation Not Vulnerable 2008-09-15 2008-09-19
IBM Corporation Vulnerable 2008-09-17
InstallShield Vulnerable 2008-09-30
Intel Corporation Not Vulnerable 2008-09-15 2008-09-19
Macrovision Vulnerable 2008-09-15 2008-09-30
Microsoft Corporation Not Vulnerable 2008-09-15 2008-09-24
Roxio Vulnerable 2008-09-16

References

http://www.cert.org/tech_tips/securing_browser/#Internet_Explorer
http://www.simplicity.net/vuln/CVE-2008-1093.txt
http://secunia.com/advisories/31896/

Credit

Thanks to Brian Dowling of Simplicity Communications for reporting this vulnerability.

This document was written by Will Dormann.

Other Information

Date Public: 2008-09-16
Date First Published: 2008-09-16
Date Last Updated: 2008-10-09
CERT Advisory:  
CVE-ID(s): CVE-2008-1093
NVD-ID(s): CVE-2008-1093
US-CERT Technical Alerts:  
Metric: 9.90
Document Revision: 58

[***** End US-CERT Vulnerability Note VU#837092 *****]


DOE-CIRC wishes to acknowledge the contributions of US-CERT for the information contained in this bulletin.
DOE-CIRC can be contacted at:
    Voice:          +1 866-941-2472 (7 x 24)
    E-mail:          doecirc@doecirc.energy.gov
    World Wide Web:  http://www.doecirc.energy.gov/