### [CVE-2009-1097](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1097) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Multiple buffer overflows in Java SE Development Kit (JDK) and Java Runtime Environment (JRE) 6 Update 12 and earlier allow remote attackers to access files or execute arbitrary code via (1) a crafted PNG image that triggers an integer overflow during memory allocation for display on the splash screen, aka CR 6804996; and (2) a crafted GIF image from which unspecified values are used in calculation of offsets, leading to object-pointer corruption, aka CR 6804997. ### POC #### Reference - http://www.redhat.com/support/errata/RHSA-2009-1038.html - http://www.vmware.com/security/advisories/VMSA-2009-0016.html #### Github No PoCs found on GitHub currently.