MSFN Forum: AOL ART Compressed Image - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

AOL ART Compressed Image Finding one Rate Topic: -----

#1 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 29 October 2008 - 05:17 PM

I am trying to find an AOL ART compressed image (has a .art extension) to test an update patch.

I cannot (after much googleing) find one.

Where can an AOL ART compressed image be found?


#2 User is offline   PC_LOAD_LETTER 

  • Well, I stole something else
  • Group: Super Moderator
  • Posts: 1,829
  • Joined: 13-October 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 October 2008 - 05:41 PM

info about .ART:
http://en.wikipedia....age_file_format

google also turned up this:
http://multimedia.cx...aol-art-format/

which has some samples here:
http://samples.mplay...ge-samples/ART/

#3 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 31 October 2008 - 07:39 PM

Thank you geek.

I tried using the .ART samples at http://samples.mplay...ge-samples/ART/ , but did not arrive at the desired result.

I had applied "AOL Image Support Update for Windows 2000" patch from http://technet.micro...y/bb727075.aspx and attempted to read AOL ART images using Internet Explorer 6 with Service Pack 1.

The ART images were not able to be read.

I tried to find out why and noticed KB918439 ( http://www.microsoft.com/technet/security/...n/ms06-022.mspx ).

The KB918439 patch resolves problem for which a remote code execution may occur with handling of AOL ART images by Internet Explorer (not in the image files themselves). The "fix" for the problem was to break (not remove, the files to decode the images are still installed) AOL ART image support instead of fixing the Internet Explorer handling.

I had the KB918439 patch applied.

This post has been edited by Ascii2: 31 October 2008 - 07:47 PM


#4 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 22 November 2008 - 05:46 PM

An update:

I have tested new installs of Windows 2000 Professional with Service 4 and Windows XP Professional with Service Pack 1 without the KB918439 patch applied. AOL ART still would not work in browser.

I then attempted to reinstall the operating systems without the KB918439 patch and Cumulative Update for Internet Explorer 6 SP1 (KB916281). No Internet Explorer Cumulative Update was used. The AOL ART images then would load in Internet Explorer correctly.

Internet Explorer Cumulative Update (KB916281) does not seem to update the same files as KB918439, but disables AOL ART image rendering.

Hopefully a registry policy may re-enable the AOL ART rendering function. Please let me know if it is possible.

#5 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 21 October 2009 - 12:23 AM

Recently I noticed that a Cumulative Update for Internet Explorer added the "FEATURE_IMAGING_USE_ART" Feature Control registry entry (at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_IMAGING_USE_ART]).

No Microsoft documentation (even on the official list of Feature Controls) for FEATURE_IMAGING_USE_ART. The Feature Control is not publically documented by MicrosoftCorporation.

I tried adding DWORD value "iexplore.exe" with value data "1" and DWORD value "explorer.exe" with value data "1" to the Feature Control key and rebooted.

I was then able to view the .ART files in Internet Explorer.

So it seems that a change in default handling behavior occured for which Microsoft had not published a means of how .ART image disabled feature can be reenabled.

#6 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,348
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 October 2009 - 11:29 AM

IIRC, back in the day, ART files couldn't be seen in IE. They only showed up in Netscape Navigator or Communicator.

#7 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,000
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 October 2009 - 12:06 PM

View PostAscii2, on Oct 21 2009, 02:23 AM, said:

Recently I noticed that a Cumulative Update for Internet Explorer added the "FEATURE_IMAGING_USE_ART" Feature Control registry entry (at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_IMAGING_USE_ART]).

No Microsoft documentation (even on the official list of Feature Controls) for FEATURE_IMAGING_USE_ART. The Feature Control is not publically documented by MicrosoftCorporation.
It looks like this starts being checked after installing MS06-021. It's not documented, but it seems like most of the Feature keys that procmon shows IE checking are not publicly documented. Most of these are built to fix specific bugs for customers that create support cases and aren't documented publicly anymore, so this is not surprising.

#8 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 22 October 2009 - 12:15 AM

View Postcluberti, on Oct 21 2009, 01:06 PM, said:

View PostAscii2, on Oct 21 2009, 02:23 AM, said:

Recently I noticed that a Cumulative Update for Internet Explorer added the "FEATURE_IMAGING_USE_ART" Feature Control registry entry (at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_IMAGING_USE_ART]).

No Microsoft documentation (even on the official list of Feature Controls) for FEATURE_IMAGING_USE_ART. The Feature Control is not publically documented by MicrosoftCorporation.
It looks like this starts being checked after installing MS06-021.
I performed many tests to check which patch introduces the check.

As of MS06-021: Cumulative Update for Internet Explorer 6 SP1 (KB916281), rendering of .ART images is disabled by default. The "FEATURE_IMAGING_USE_ART" Feature Control check is also introduced (silently) which may enable rendering of .ART images.

#9 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 22 October 2009 - 12:26 AM

View PostAscii2, on Oct 31 2008, 08:39 PM, said:

The KB918439 patch resolves problem for which a remote code execution may occur with handling of AOL ART images by Internet Explorer (not in the image files themselves). The "fix" for the problem was to break (not remove, the files to decode the images are still installed) AOL ART image support instead of fixing the Internet Explorer handling.
I may have previously confused a part of MS06-021 with MS06-022.

The KB918439 does not break the .ART functionality; it fixes the vulnerability.

#10 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 23 October 2009 - 12:10 AM

For those looking for a registry file to merge I provide it as attachment.

The code in the file is the following (unicode):
Windows Registry Editor Version 5.00

; Feature Control (undocumented)

; Feature allows rendering of ART image format
; After KB916281, feature is disabled by default for Internet Explorer and
;	for applications hosting the WebBrowser Control.
; Set to enable for all processes
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_IMAGING_USE_ART]
"*"=dword:00000001


EDIT: The provided .reg file code has been updated.

Attached File(s)


This post has been edited by Ascii2: 13 November 2009 - 02:26 PM


#11 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 396
  • Joined: 31-December 06

Posted 13 November 2009 - 02:23 PM

Please note that the previous post with enabling .ART image rendering has been been modified to all ART image rendering for all processes. The notes have

A wildcard was used (how to use wildcard is undocumented by Microsoft Corporation).

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy