exported / google-security-research

Automatically exported from code.google.com/p/google-security-research
0 stars 0 forks source link

Adobe Flash: XML and XMLNode classes missing constructor type check #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The XML and XMLNode classes are missing type checks in their constructors. If a 
class extends a class that sets the object user data, and its constructor 
contains the following code, type confusion can occur on garbage collection.

        super();
        this.__proto__={};
        this.__proto__.__constructor__ = XML; //Or XMLNode
        super("test");

This bug is subject to a 90 day disclosure deadline. If 90 days elapse
without a broadly available patch, then the bug report will automatically
become visible to the public.

Original issue reported on code.google.com by natashe...@google.com on 7 Feb 2015 at 2:38

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by cev...@google.com on 7 Feb 2015 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by cev...@google.com on 6 Mar 2015 at 6:03

GoogleCodeExporter commented 9 years ago
https://helpx.adobe.com/security/products/flash-player/apsb15-05.html

Original comment by cev...@google.com on 12 Mar 2015 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by cev...@google.com on 19 Mar 2015 at 7:57