This is a friendly warning that your web-browser does not currently protecting your privacy and/or security as well as you might want. Click on this message to see more information about the issue(s) that were detected. March 11th, 2016 MSIE 10&11 Build­Animation NULL pointer dereference

MSIE 10&11 Build­Animation NULL pointer dereference

A specially crafted style sheet inside an HTML page can trigger a NULL pointer dereference in Microsoft Internet Explorer 10 and 11. The pointer in question is assumed to point to a function, and the code attempts to use it to execute this function, which normally leads to an access violation when attempting to execute unmapped memory at address 0. In some cases, Control Flow Guard (CFG) will attempt to check if the address is a valid indirect call target. Because of the way CFG is implemented, this can lead to a read access violation in unmapped memory at a seemingly arbitrary address.

Known affected software, attack vectors and mitigation

  • Microsoft Internet Explorer 10 and 11

    An attacker would need to get a target user to open a specially crafted web-page.

Description

This is an non-exploitable NULL pointer dereference bug but it is different from most because it can cause a read access violation at a non-NULL address in the Ldrp­Validate­User­Call­Target and Ldrp­Validate­User­Call­Target­Bit­Map­Check functions in ntdll.dll. To understand why this happens, one will first need to understand a little bit about how CFG works. If you are not familiar with the internals of CFG, I suggest you read the CFG blog post by Trend­Micro before you continue.

When CFG checks are in place for an indirect call, the CFG code will try to look up if the call address is valid in a bitmap. This is done by converting the address into an offset in the bitmap. In order to reduce memory usage, memory is allocated only for relevant parts of the bitmap. e.g. there is memory allocated at addresses in the bitmap that map to loaded modules, but addresses in the bitmap that map to unallocated memory are reserved, but not allocated. Since no memory is allocated at address 0, that part of the bitmap is not allocated, but reserved. As a result, an attempt to determine if address 0 is a valid call target will result in an attempt by the CFG code to read from reserved, but unmapped memory at offset 0 in the bitmap. This causes the read access violation at the seemingly arbitrary address. This address is in fact the start address of the CFG call target bitmap.

Notes

Ever since I originally analyzed and tweeted about this issue back in August 2015, as part of what would later become the #Daily­Bug series. I have wanted to release more details about it in case others ran into similar issues. But I did not consider this high priority until recently, when my ex-colleagues at Google Project Zero found the exact same issue and reported it to Microsoft as a potential security issue. Microsoft of course concluded that it was not a security issue after which Google disclosed details.

I hope this article helps explain why this is not a security issue as well as help others detect when a bug is triggering similar read access violations in CFG and see them for what they are: non-security NULL pointer dereference bugs.

Bug­Ids

This issue has been known to trigger crashes with the following Bug­Ids for me:

  • AVR:Arbitrary b89.30f
  • AVE:NULL b89.30f
  • AVR:Arbitrary b89.c4b
  • AVE:NULL b89.c4b
  • AVR:Arbitrary c4b.72f
  • AVE:NULL c4b.72f
  • AVE:NULL b89.72d
Repro.xhtml <!DOCTYPE html PUBLIC "" ""><style xmlns="http://www.w3.org/1999/xhtml">*{animation-name:a}@-ms-keyframes a{0%{font:menu

Example Bug­Id reports

Below are two Bug­Id reports. The first was created by triggering the Build­Animation issue in Microsoft Internet Explorer 11, which has CFG enabled. As you can see in this report the exception happened in the ntdll.dll!Ldrp­Validate­User­Call­Target function, but Bug­Id knows that this function is not the root cause and has ignored it when determining which function calls on the stack are relevant to the bug. The end result is that a read access violation is reported at an "arbitrary" address.

The second report was created by triggering the same issue in Internet Explorer 10, which does not have CFG enabled. In this case an access violation while attempting to execute memory at address 0 is reported.

I have considered adding code to Bug­Id that will detect this situation and report it as a special case of a NULL pointer access violation (AVE:NULL), but I suspect that this will be very fragile. Since I have not encountered any other instances of this issue so far, I don't believe if is worth the effort.

Bug­Id report: AVR:Arbitrary b89.c4b @ iexplore.exe!mshtml.dll!CAnimatable­Property­List­Element::Get­Current­Values
Id:  AVR:Arbitrary b89.c4b
Description:  Access violation while reading memory at 0x7DF5FFC60000
Location:  iexplore.exe!mshtml.dll!CAnimatable­Property­List­Element::Get­Current­Values
Security impact:  Potentially exploitable security issue
This report was generated using Bug­Id, a Python script created to detect, analyze and id application bugs. Don't waste time manually analyzing issues and writing reports, but try Bug­Id out yourself today!
Bug­Id report: AVE:NULL b89.72d @ iexplore.exe!mshtml.dll!CAnimatable­Property­List­Element::Get­Current­Values
Id:  AVE:NULL b89.72d
Description:  Access violation while executing memory at 0x0 using a NULL ptr
Location:  iexplore.exe!mshtml.dll!CAnimatable­Property­List­Element::Get­Current­Values
Security impact:  None
This report was generated using Bug­Id, a Python script created to detect, analyze and id application bugs. Don't waste time manually analyzing issues and writing reports, but try Bug­Id out yourself today!
© Copyright 2019 by Sky­Lined. Last updated on September 9th, 2019. Creative Commons License This work is licensed under a Creative Commons Attribution-Non‑Commercial 4.0 International License. If you find this web-site useful and would like to make a donation, you can send bitcoin to 183yyxa9s1s1f7JBp­PHPmz­Q346y91Rx5DX.