9.3
CVSSv2

CVE-2013-0742

Published: 03/10/2013 Updated: 07/10/2013
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in Corel PDF Fusion 1.11 allows remote malicious users to execute arbitrary code or cause a denial of service (application crash) via a long ZIP directory entry name in an XPS file.

Vulnerable Product Search on Vulmon Subscribe to Product

corel pdf fusion 1.11

Exploits

## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # web site for more information on licensing and terms of use # metasploitcom/ ## require 'msf/core' require 'rex/zip' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking in ...