CVE-2020-24222
- EPSS 0.04%
- Veröffentlicht 11.08.2023 14:15:10
- Zuletzt bearbeitet 21.11.2024 05:14:31
Buffer Overflow vulnerability in jfif_decode() function in rockcarry ffjpeg through version 1.0.0, allows local attackers to execute arbitrary code due to an issue with ALIGN.
CVE-2022-28471
- EPSS 0.3%
- Veröffentlicht 05.05.2022 13:15:07
- Zuletzt bearbeitet 21.11.2024 06:57:24
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
- EPSS 0.29%
- Veröffentlicht 10.03.2022 17:42:36
- Zuletzt bearbeitet 21.11.2024 06:09:55
The function bitstr_tell at bitstr.c in ffjpeg commit 4ab404e has a NULL pointer dereference.
CVE-2021-45385
- EPSS 0.24%
- Veröffentlicht 11.02.2022 16:15:08
- Zuletzt bearbeitet 21.11.2024 06:32:08
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...
CVE-2021-44957
- EPSS 0.28%
- Veröffentlicht 08.02.2022 15:15:07
- Zuletzt bearbeitet 21.11.2024 06:31:44
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
- EPSS 0.28%
- Veröffentlicht 08.02.2022 15:15:07
- Zuletzt bearbeitet 21.11.2024 06:31:44
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 fi...
CVE-2020-23705
- EPSS 0.25%
- Veröffentlicht 15.07.2021 22:15:09
- Zuletzt bearbeitet 21.11.2024 05:14:01
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
- EPSS 0.19%
- Veröffentlicht 18.05.2021 15:15:07
- Zuletzt bearbeitet 21.11.2024 05:14:07
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
- EPSS 0.19%
- Veröffentlicht 18.05.2021 15:15:07
- Zuletzt bearbeitet 21.11.2024 05:14:07
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-2020-15470
- EPSS 0.15%
- Veröffentlicht 01.07.2020 11:15:10
- Zuletzt bearbeitet 21.11.2024 05:05:34
ffjpeg through 2020-02-24 has a heap-based buffer overflow in jfif_decode in jfif.c.