Subscribe via feed.
Archive for December, 2015

Adobe Flash TextField Variable Use-After-Free

Posted by deepcore under exploit (No Respond)

If a TextField variable is set to a value with toString defined, and the TextField is updated, a use-after-free can occur if the toString method frees the TextField’s parent.

Adobe Flash TextField.replaceText Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in the TextField.replaceText function. If the function is called with a string parameter with toString defined, or an integer parameter with valueOf defined, the parent object of the TextField can be used after it is freed.

Adobe Flash TextField.setFormat Use-After-Free

Posted by deepcore under exploit (No Respond)

The TextField setFormat method contains a use-after-free. If an integer parameter has valueOf defined, or the object parameter overrides a constructor, this method can free the TextField parent, which is subsequently used.

Adobe Flash TextField.thickness Setter Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in the TextField thickness setter. If the thickness parameter is an object with valueOf set to a function which frees the TextField parent, it is used after it is freed.

Adobe Flash TextField.sharpness Setter Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in the TextField sharpness setter. If the sharpness parameter is an object with valueOf set to a function which frees the TextField parent, it is used after it is freed.

Adobe Flash Selection.SetSelection Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in Selection.SetSelection. If it is called with a number parameter, which is an object with valueOf defined, and this function frees the parent of the TextField parameter, the object is used after it is freed. A minimal PoC follows:

Adobe Flash MovieClip.duplicateMovieClip Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in MovieClip.duplicateMovieClip. If the depth or movie name parameter provided is an object with toString or valueOf defined, this method can free the MovieClip, which is then used.

Adobe Flash MovieClip.startDrag Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used.

Adobe Flash MovieClip.attachBitmap Use-After-Free

Posted by deepcore under exploit (No Respond)

There is a use-after-free in MovieClip.attachBitmap. If the depth parameter is an object with valueOf defined, this method can free the MovieClip, which is then used.

[dos] – Adobe Flash TextField.replaceSel – Use-After-Free

Posted by deepcore under Security (No Respond)

Adobe Flash TextField.replaceSel – Use-After-Free

Tags: ,