Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Ffjpeg Project Subscribe
Total 19 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-35433 1 Ffjpeg Project 1 Ffjpeg 2022-08-18 N/A 6.5 MEDIUM
ffjpeg commit caade60a69633d74100bd3c2528bddee0b6a1291 was discovered to contain a memory leak via /src/jfif.c.
CVE-2022-28471 1 Ffjpeg Project 1 Ffjpeg 2022-05-13 4.3 MEDIUM 6.5 MEDIUM
In ffjpeg (commit hash: caade60), the function bmp_load() in bmp.c contains an integer overflow vulnerability, which eventually results in the heap overflow in jfif_encode() in jfif.c. This is due to the incomplete patch for issue 38
CVE-2021-34122 1 Ffjpeg Project 1 Ffjpeg 2022-03-14 4.3 MEDIUM 5.5 MEDIUM
The function bitstr_tell at bitstr.c in ffjpeg commit 4ab404e has a NULL pointer dereference.
CVE-2021-45385 1 Ffjpeg Project 1 Ffjpeg 2022-02-18 4.3 MEDIUM 6.5 MEDIUM
A Null Pointer Dereference vulnerability exits in ffjpeg d5cfd49 (2021-12-06) in bmp_load(). When the size information in metadata of the bmp is out of range, it returns without assign memory buffer to `pb->pdata` and did not exit the program. So the program crashes when it tries to access the pb->data, in jfif_encode() at jfif.c:763. This is due to the incomplete patch for CVE-2020-13438.
CVE-2021-44957 1 Ffjpeg Project 1 Ffjpeg 2022-02-11 4.3 MEDIUM 6.5 MEDIUM
Global buffer overflow vulnerability exist in ffjpeg through 01.01.2021. It is similar to CVE-2020-23705. Issue is in the jfif_encode function at ffjpeg/src/jfif.c (line 708) could cause a Denial of Service by using a crafted jpeg file.
CVE-2021-44956 1 Ffjpeg Project 1 Ffjpeg 2022-02-11 4.3 MEDIUM 6.5 MEDIUM
Two Heap based buffer overflow vulnerabilities exist in ffjpeg through 01.01.2021. It is similar to CVE-2020-23852. Issues that are in the jfif_decode function at ffjpeg/src/jfif.c (line 552) could cause a Denial of Service by using a crafted jpeg file.
CVE-2020-23705 1 Ffjpeg Project 1 Ffjpeg 2021-07-27 4.3 MEDIUM 6.5 MEDIUM
A global buffer overflow vulnerability in jfif_encode at jfif.c:701 of ffjpeg through 2020-06-22 allows attackers to cause a Denial of Service (DOS) via a crafted jpeg file.
CVE-2020-23852 1 Ffjpeg Project 1 Ffjpeg 2021-05-24 4.3 MEDIUM 5.5 MEDIUM
A heap based buffer overflow vulnerability exists in ffjpeg through 2020-07-02 in the jfif_decode(void *ctxt, BMP *pb) function at ffjpeg/src/jfif.c (line 544 & line 545), which could cause a denial of service by submitting a malicious jpeg image.
CVE-2020-23851 1 Ffjpeg Project 1 Ffjpeg 2021-05-24 4.3 MEDIUM 5.5 MEDIUM
A stack-based buffer overflow vulnerability exists in ffjpeg through 2020-07-02 in the jfif_decode(void *ctxt, BMP *pb) function at ffjpeg/src/jfif.c:513:28, which could cause a denial of service by submitting a malicious jpeg image.
CVE-2018-16781 1 Ffjpeg Project 1 Ffjpeg 2020-08-24 4.3 MEDIUM 6.5 MEDIUM
ffjpeg.dll in ffjpeg before 2018-08-22 allows remote attackers to cause a denial of service (FPE signal) via a progressive JPEG file that lacks an AC Huffman table.
CVE-2019-16352 1 Ffjpeg Project 1 Ffjpeg 2020-08-24 4.3 MEDIUM 6.5 MEDIUM
ffjpeg before 2019-08-21 has a heap-based buffer overflow in jfif_load() at jfif.c.
CVE-2020-15470 1 Ffjpeg Project 1 Ffjpeg 2020-07-06 4.3 MEDIUM 5.5 MEDIUM
ffjpeg through 2020-02-24 has a heap-based buffer overflow in jfif_decode in jfif.c.
CVE-2020-13438 1 Ffjpeg Project 1 Ffjpeg 2020-05-27 4.3 MEDIUM 6.5 MEDIUM
ffjpeg through 2020-02-24 has an invalid read in jfif_encode in jfif.c.
CVE-2020-13439 1 Ffjpeg Project 1 Ffjpeg 2020-05-27 4.3 MEDIUM 6.5 MEDIUM
ffjpeg through 2020-02-24 has a heap-based buffer over-read in jfif_decode in jfif.c.
CVE-2020-13440 1 Ffjpeg Project 1 Ffjpeg 2020-05-27 4.3 MEDIUM 6.5 MEDIUM
ffjpeg through 2020-02-24 has an invalid write in bmp_load in bmp.c.
CVE-2019-19887 1 Ffjpeg Project 1 Ffjpeg 2019-12-23 4.3 MEDIUM 6.5 MEDIUM
bitstr_tell at bitstr.c in ffjpeg through 2019-08-21 has a NULL pointer dereference related to jfif_encode.
CVE-2019-19888 1 Ffjpeg Project 1 Ffjpeg 2019-12-23 4.3 MEDIUM 6.5 MEDIUM
jfif_decode in jfif.c in ffjpeg through 2019-08-21 has a divide-by-zero error.
CVE-2019-16351 1 Ffjpeg Project 1 Ffjpeg 2019-09-16 4.3 MEDIUM 6.5 MEDIUM
ffjpeg before 2019-08-18 has a NULL pointer dereference in huffman_decode_step() at huffman.c.
CVE-2019-16350 1 Ffjpeg Project 1 Ffjpeg 2019-09-16 4.3 MEDIUM 6.5 MEDIUM
ffjpeg before 2019-08-18 has a NULL pointer dereference in idct2d8x8() at dct.c.