Total
12919 CVE
CVE | Vendors | Products | Updated | CVSS v3.1 |
---|---|---|---|---|
CVE-2019-17261 | 1 Xnview | 1 Xnview | 2024-11-21 | 7.8 High |
XnView Classic 2.49.1 allows a User Mode Write AV starting at Xwsq+0x0000000000001e51. | ||||
CVE-2019-17259 | 1 Kmplayer | 1 Kmplayer | 2024-11-21 | 7.8 High |
KMPlayer 4.2.2.31 allows a User Mode Write AV starting at utils!src_new+0x000000000014d6ee. | ||||
CVE-2019-17258 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows Data from a Faulting Address to control a subsequent Write Address starting at JPEG_LS+0x000000000000839c. | ||||
CVE-2019-17256 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at DPX!ReadDPX_W+0x0000000000001203. | ||||
CVE-2019-17255 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at EXR!ReadEXR+0x0000000000010836. | ||||
CVE-2019-17254 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows Data from a Faulting Address to control a subsequent Write Address starting at FORMATS!Read_BadPNG+0x0000000000000101. | ||||
CVE-2019-17253 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at JPEG_LS+0x000000000000a6b8. | ||||
CVE-2019-17252 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at FORMATS!Read_BadPNG+0x0000000000000115. | ||||
CVE-2019-17251 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at FORMATS!GetPlugInInfo+0x0000000000007d43. | ||||
CVE-2019-17250 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x00000000000042f5. | ||||
CVE-2019-17249 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000d57b. | ||||
CVE-2019-17248 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x00000000000025b6. | ||||
CVE-2019-17246 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000258c. | ||||
CVE-2019-17245 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x0000000000004359. | ||||
CVE-2019-17242 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000966f. | ||||
CVE-2019-17241 | 1 Irfanview | 1 Irfanview | 2024-11-21 | 7.8 High |
IrfanView 4.53 allows a User Mode Write AV starting at WSQ!ReadWSQ+0x000000000000d563. | ||||
CVE-2019-17212 | 1 Mbed | 1 Mbed | 2024-11-21 | 9.8 Critical |
Buffer overflows were discovered in the CoAP library in Arm Mbed OS 5.14.0. The CoAP parser is responsible for parsing received CoAP packets. The function sn_coap_parser_options_parse() parses CoAP input linearly using a while loop. Once an option is parsed in a loop, the current point (*packet_data_pptr) is increased correspondingly. The pointer is restricted by the size of the received buffer, as well as by the 0xFF delimiter byte. Inside each while loop, the check of the value of *packet_data_pptr is not strictly enforced. More specifically, inside a loop, *packet_data_pptr could be increased and then dereferenced without checking. Moreover, there are many other functions in the format of sn_coap_parser_****() that do not check whether the pointer is within the bounds of the allocated buffer. All of these lead to heap-based or stack-based buffer overflows, depending on how the CoAP packet buffer is allocated. | ||||
CVE-2019-17145 | 1 Foxitsoftware | 1 Phantompdf | 2024-11-21 | 8.8 High |
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PhantomPDF 9.6.0.25114. 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 conversion of DXF files to PDF. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a fixed-length stack-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-9276. | ||||
CVE-2019-17144 | 1 Foxitsoftware | 1 Phantompdf | 2024-11-21 | 8.8 High |
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PhantomPDF 9.6.0.25114. 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 conversion of DWG files to PDF. 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-9274. | ||||
CVE-2019-17139 | 2 Foxitsoftware, Microsoft | 3 Foxit Reader, Phantompdf, Windows | 2024-11-21 | 8.8 High |
This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PhantomPDF 9.5.0.20723. 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 processing of Javascript in the HTML2PDF plugin. 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 object. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-8692. |