Lucene search
K

13 matches found

0day.today
0day.today
added 2021/03/18 12:0 a.m.37 views

FastStone Image Viewer 7.5 - .cur BITMAPINFOHEADER (BitCount) Stack Based Buffer Overflow Exploit

Exploit title: FastStone Image Viewer 7.5 - .cur BITMAPINFOHEADER 'BitCount' Stack Based Buffer Overflow ASLR & DEP Bypass Exploit Author: Paolo Stagno Vendor Homepage: https://www.faststone.org/ Download: https://www.faststonesoft.net/DN/FSViewerSetup75.exe...

7.4AI score
Exploits0
Talos
Talos
added 2019/11/05 12:0 a.m.51 views

LEADTOOLS BMP Parsing Remote Code Execution Vulnerability

Summary An exploitable integer overflow vulnerability exists in the BMP header parsing functionality of LEADTOOLS 20. A specially crafted BMP image file can cause an integer overflow, potentially resulting in code execution. An attacker can specially craft a BMP image to trigger this vulnerabilit...

8.8CVSS8.1AI score0.00335EPSS
Exploits1
Exploit DB
Exploit DB
added 2017/04/13 12:0 a.m.97 views

Microsoft Windows Kernel - 'win32k.sys' Multiple 'NtGdiGetDIBitsInternal' System Call

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1078 We have discovered two bugs in the implementation of the win32k!NtGdiGetDIBitsInternal system call, which is a part of the graphic subsystem in all modern versions of Windows. The issues can potentially lead to kernel pool...

7AI score
Exploits0
NVD
NVD
added 2017/02/21 7:59 a.m.12 views

CVE-2017-6078

FastStone MaxView 3.0 and 3.1 allows user-assisted attackers to cause a denial of service application crash via a malformed BMP image with a crafted biSize field in the BITMAPINFOHEADER section...

5.5CVSS5.3AI score0.00165EPSS
Exploits1References1
Cvelist
Cvelist
added 2017/02/21 7:46 a.m.18 views

CVE-2017-6078

FastStone MaxView 3.0 and 3.1 allows user-assisted attackers to cause a denial of service application crash via a malformed BMP image with a crafted biSize field in the BITMAPINFOHEADER section...

5.3AI score0.00165EPSS
Exploits1References1
NVD
NVD
added 2014/10/06 2:55 p.m.13 views

CVE-2014-0994

Heap-based buffer overflow in the ReadDIB function in the Vcl.Graphics.TPicture.Bitmap implementation in the Visual Component Library VCL in Embarcadero Delphi XE6 20.0.15596.9843 and C++ Builder XE6 20.0.15596.9843 allows context-dependent attackers to execute arbitrary code via the...

6.8CVSS7.7AI score0.01734EPSS
Exploits1References3
Cvelist
Cvelist
added 2014/10/06 2:0 p.m.17 views

CVE-2014-0994

Heap-based buffer overflow in the ReadDIB function in the Vcl.Graphics.TPicture.Bitmap implementation in the Visual Component Library VCL in Embarcadero Delphi XE6 20.0.15596.9843 and C++ Builder XE6 20.0.15596.9843 allows context-dependent attackers to execute arbitrary code via the...

7.7AI score0.01734EPSS
Exploits1References3
seebug.org
seebug.org
added 2010/08/10 12:0 a.m.15 views

Microsoft Windows内核CreateDIBPalette()函数本地权限提升漏洞

BUGTRAQ ID: 42291 Microsoft Windows是微软发布的非常流行的操作系统。 Windows win32k.sys内核驱动中的CreateDIBPalette函数在创建DIB画板时将颜色数据拷贝到了固定大小的缓冲区。如果本地用户通过 BITMAPINFOHEADER结构中的biClrUsed字段指定了超过256个颜色的话,就可以在GetClipboardData API触发堆缓冲区溢出漏洞,导致以内核权限执行任意代码。 Microsoft Windows XP SP3 Microsoft Windows Vista Microsoft Windows Serve...

6.9AI score
Exploits0
0day.today
0day.today
added 2010/08/06 12:0 a.m.16 views

Microsoft win32k.sys Driver "CreateDIBPalette()" Buffer Overflow

Exploit for windows platform in category local exploits ================================================================ Microsoft win32k.sys Driver "CreateDIBPalette" Buffer Overflow ================================================================ Sources: http://www.ragestorm.net/blogs/?p=255...

6.8AI score
Exploits0
Packet Storm
Packet Storm
added 2010/08/06 12:0 a.m.15 views

Microsoft Windows win32k.sys Buffer Overflow

Sources: http://www.ragestorm.net/blogs/?p=255 http://secunia.com/advisories/40870/ DEVMODE dm = 0; dm.dmSize = sizeofDEVMODE; dm.dmBitsPerPel = 8; dm.dmPelsWidth = 800; dm.dmPelsHeight = 600; dm.dmFields = DMPELSWIDTH | DMPELSHEIGHT | DMBITSPERPEL; ChangeDisplaySettings&dm, 0; BITMAPINFOHEADER...

0.5AI score
Exploits0
seebug.org
seebug.org
added 2010/03/09 12:0 a.m.15 views

Microsoft Windows .ani文件tagBITMAPINFOHEADER拒绝服务漏洞

BUGTRAQ ID: 38579 Microsoft Windows是微软发布的非常流行的操作系统。 ANI文件将动画光标的每一帧存储为文件中的打包位图,每个位图的BITMAPINFOHEADER中的每个DWORD biClrUsed成员都可能导致Windows API函数分配任意数量的字节,并向新分配的内存中拷贝进同样数量的数据。由于代码没有检查是否有上述数量的数据可用,这可能导致拷贝操作读过为ANI文件所分配内存的边界。 如果很小的ANI文件对biClrUsed指定了很大的值,内存拷贝操作就可能越界,进入未分配的内存区。IE等应用程序使用这些Windows...

6.9AI score
Exploits0
seebug.org
seebug.org
added 2008/09/11 12:0 a.m.39 views

Microsoft GDI+ BMP整数溢出漏洞(MS08-052)

BUGTRAQ ID: 31022 CVE ID:CVE-2008-3015 CNCVE ID:CNCVE-20083015 Microsoft Windows是一款微软开发的操作系统。 Microsoft Windows GDI+子系统解析特殊构建的BMP文件存在问题,远程攻击者可以利用漏洞进行内存破坏,可导致以登录用户进程权限执行任意代码。 提供畸形的BitMapInfoHeader可导致不正确的整数计算,而在之后造成内存破坏问题,构建特殊的BMP文件,诱使用户访问,可触发此漏洞。 Microsoft Works 8.0 Microsoft Visual Studio 2003...

9.3CVSS7.3AI score0.71538EPSS
Exploits1
Zero Day Initiative
Zero Day Initiative
added 2008/09/09 12:0 a.m.32 views

Microsoft Windows GDI+ BMP Parsing Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Windows XP, Server and Vista. User interaction is required in that a user must open a malicious image file. The specific flaws exist in the GDI+ subsystem when parsing maliciously crafted...

9.3CVSS5AI score0.71538EPSS
Exploits1References1
Rows per page
Query Builder