9.3
CVSSv2

CVE-2007-2192

Published: 24/04/2007 Updated: 11/10/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 940
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Photofiltre Studio 8.1.1 allows user-assisted remote malicious users to execute arbitrary code via a crafted .tif file.

Vulnerable Product Search on Vulmon Subscribe to Product

antonio da cruz photofiltre studio 8.1.1

Exploits

/******************************************************************************** * * * Photofiltre Studio v811 TIF File Buffer Overflow * * * * ...
#include<stdioh> #define fisier FILE #define ALOC(tip,n) (tip*)malloc(sizeof(tip)*n) #define VER "1030" #define POCNAME "[*]PhotoFiltre Studio X tif file local buffer overflow poc(0day)" #define AUTHOR "[*]fl0 fl0w" typedef char i8; typedef short i16; typedef int i32; void gen_random(i8*,const int); void print(i8*); ...