← Back
CWE-787

14,750 CVEs • Abstraction: Base • Likelihood of Exploit: High

Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.

JSON object

Loading...

CVEs (14,750)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Xnview
1Xnview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
XnView Classic 2.49.1 allows a User Mode Write AV starting at Xwsq+0x0000000000001fc0.
1Xnview
1Xnview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
XnView Classic 2.49.1 allows a User Mode Write AV starting at Xwsq+0x0000000000001e51.
1Kmplayer
1Kmplayer
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
KMPlayer 4.2.2.31 allows a User Mode Write AV starting at utils!src_new+0x000000000014d6ee.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows Data from a Faulting Address to control a subsequent Write Address starting at JPEG_LS+0x000000000000839c.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at DPX!ReadDPX_W+0x0000000000001203.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at EXR!ReadEXR+0x0000000000010836.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows Data from a Faulting Address to control a subsequent Write Address starting at FORMATS!Read_BadPNG+0x0000000000000101.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at JPEG_LS+0x000000000000a6b8.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at FORMATS!Read_BadPNG+0x0000000000000115.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at FORMATS!GetPlugInInfo+0x0000000000007d43.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x00000000000042f5.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000d57b.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x00000000000025b6.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000258c.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x0000000000004359.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000966f.
1Irfanview
1Irfanview
Jun 17, 2026
Oct 8, 2019
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000d563.
4Debian
FedoraprojectOpensuse+1 more
4Debian Linux
FedoraLeap+1 more
Jun 17, 2026
Oct 7, 2019
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a sp...Show more
An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.Show less
1Foxitsoftware
1Foxit Studio Photo
Jun 17, 2026
Oct 3, 2019
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit Studio Photo 3.6.6.909. User interaction is required to exploit this vulnerability in that the target must visit a m...Show more
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit Studio Photo 3.6.6.909. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of TIF files. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated structure. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-8783.Show less
1Tcpdump
1Tcpdump
Nov 21, 2024
Oct 3, 2019
N/A· v4
7.8 HIGH· v3
4.4 MEDIUM· v2
The command-line argument parser in tcpdump before 4.99.0 has a buffer overflow in tcpdump.c:read_infile(). To trigger this vulnerability the attacker needs to create a 4GB file on the local filesystem and to specify the...Show more
The command-line argument parser in tcpdump before 4.99.0 has a buffer overflow in tcpdump.c:read_infile(). To trigger this vulnerability the attacker needs to create a 4GB file on the local filesystem and to specify the file name as the value of the -F command-line argument of tcpdump.Show less