6.8
CVSSv2

CVE-2013-5447

Published: 10/12/2013 Updated: 29/08/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in IBM Forms Viewer 4.x prior to 4.0.0.3 and 8.x prior to 8.0.1.1 allows remote malicious users to execute arbitrary code via an XFDL form with a long fontname value.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

ibm forms viewer 4.0.0.2

ibm forms viewer 4.0.0.1

ibm forms viewer 4.0.0

ibm forms viewer 8.0.1

ibm forms viewer 8.0.0

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' require 'rexml/document' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking include REXML include Msf::Exploit::FILEFORMAT def initialize(info = {}) super(update_inf ...