![](/assets/img/cve_300x82_sin_bg.png)
CVE-2020-18778
https://notcve.org/view.php?id=CVE-2020-18778
23 Aug 2021 — In Libav 12.3, there is a heap-based buffer over-read in vc1_decode_p_mb_intfi in vc1_block.c that allows an attacker to cause denial-of-service via a crafted file. En Libav versión 12.3, se presenta una lectura excesiva del búfer en la región heap de la memoria en la función vc1_decode_p_mb_intfi en el archivo vc1_block.c, que permite a un atacante causar una denegación de servicio por medio de un archivo diseñado. • https://bugzilla.libav.org/show_bug.cgi?id=1155 • CWE-125: Out-of-bounds Read •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2020-18776
https://notcve.org/view.php?id=CVE-2020-18776
23 Aug 2021 — In Libav 12.3, there is a segmentation fault in vc1_decode_b_mb_intfr in vc1_block.c that allows an attacker to cause denial-of-service via a crafted file. En Libav versión 12.3, se presenta un fallo de segmentación en la función vc1_decode_b_mb_intfr en el archivo vc1_block.c que permite a un atacante provocar una denegación de servicio por medio de un archivo diseñado. • https://bugzilla.libav.org/show_bug.cgi?id=1153 • CWE-125: Out-of-bounds Read •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2020-18775
https://notcve.org/view.php?id=CVE-2020-18775
23 Aug 2021 — In Libav 12.3, there is a heap-based buffer over-read in vc1_decode_b_mb_intfi in vc1_block.c that allows an attacker to cause denial-of-service via a crafted file. En Libav versión 12.3, se presenta una lectura excesiva del búfer en la región heap de la memoria en la función vc1_decode_b_mb_intfi en el archivo vc1_block.c, que permite a un atacante causar una denegación de servicio por medio de un archivo diseñado. • https://bugzilla.libav.org/show_bug.cgi?id=1152 • CWE-125: Out-of-bounds Read •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-9720
https://notcve.org/view.php?id=CVE-2019-9720
19 Sep 2019 — A stack-based buffer overflow in the subtitle decoder in Libav 12.3 allows attackers to corrupt the stack via a crafted video file in Matroska format, because srt_to_ass in libavcodec/srtdec.c misuses snprintf. Un desbordamiento del búfer en la región stack de la memoria en el decodificador de subtítulos en Libav versión 12.3, permite a atacantes corromper la pila por medio de un archivo de video diseñado en formato Matroska, porque la función srt_to_ass en el archivo libavcodec/srtdec.c utiliza inapropiada... • https://github.com/libav/libav/blob/df744e3cf66548c9167ea857104a29d2ea92819e/libavcodec/srtdec.c#L161 • CWE-787: Out-of-bounds Write •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-9719
https://notcve.org/view.php?id=CVE-2019-9719
19 Sep 2019 — A stack-based buffer overflow in the subtitle decoder in Libav 12.3 allows attackers to corrupt the stack via a crafted video file in Matroska format, because srt_to_ass in libavcodec/srtdec.c misuses snprintf. NOTE: Third parties dispute that this is a vulnerability because “no evidence of a vulnerability is provided” and only “a generic warning from a static code analysis” is provided ** EN DISPUTA ** Un desbordamiento de búfer basado en pila en el decodificador de subtítulos en Libav 12.3 permite a los a... • https://github.com/libav/libav/blob/df744e3cf66548c9167ea857104a29d2ea92819e/libavcodec/srtdec.c#L113 • CWE-787: Out-of-bounds Write •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-9717
https://notcve.org/view.php?id=CVE-2019-9717
19 Sep 2019 — In Libav 12.3, a denial of service in the subtitle decoder allows attackers to hog the CPU via a crafted video file in Matroska format, because srt_to_ass in libavcodec/srtdec.c has a complex format argument to sscanf. En Libav versión 12.3, una denegación de servicio en el decodificador de subtítulos permite a atacantes acaparar la CPU por medio de un archivo de video diseñado en formato Matroska, porque la función srt_to_ass en el archivo libavcodec/srtdec.c tiene un argumento de formato complejo para ssc... • https://github.com/libav/libav/blob/df744e3cf66548c9167ea857104a29d2ea92819e/libavcodec/srtdec.c#L90 • CWE-400: Uncontrolled Resource Consumption •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-14443
https://notcve.org/view.php?id=CVE-2019-14443
30 Jul 2019 — An issue was discovered in Libav 12.3. Division by zero in range_decode_culshift in libavcodec/apedec.c allows remote attackers to cause a denial of service (application crash), as demonstrated by avconv. Se detectó un problema en Libav versión 12.3. La división por cero en la función range_decode_culshift en el archivo libavcodec/apedec.c permite a los atacantes remotos causar una denegación de servicio (bloqueo de aplicación), como es demostrado por avconv. • https://bugzilla.libav.org/show_bug.cgi?id=1161#c1 • CWE-369: Divide By Zero •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-14442 – TortoiseSVN 1.12.1 Remote Code Execution
https://notcve.org/view.php?id=CVE-2019-14442
30 Jul 2019 — In mpc8_read_header in libavformat/mpc8.c in Libav 12.3, an input file can result in an avio_seek infinite loop and hang, with 100% CPU consumption. Attackers could leverage this vulnerability to cause a denial of service via a crafted file. En la función mpc8_read_header en el archivo libavformat/mpc8.c en Libav versión 12.3, un archivo de entrada puede resultar en un bucle infinito y suspensión de avio_seek, con un consumo del 100% de la CPU. Los atacantes podrían aprovechar esta vulnerabilidad para causa... • https://packetstorm.news/files/id/154038 • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-14441
https://notcve.org/view.php?id=CVE-2019-14441
30 Jul 2019 — An issue was discovered in Libav 12.3. An access violation allows remote attackers to cause a denial of service (application crash), as demonstrated by avconv. This is related to ff_mpa_synth_filter_float in avcodec/mpegaudiodsp_template.c. NOTE: This may be a duplicate of CVE-2018-19129 ** EN DISPUTA ** Se detectó un problema en Libav versión 12.3. Una violación de acceso permite a los atacantes remotos causar una denegación de servicio (bloqueo de aplicación), como es demostrado por avconv. • https://bugzilla.libav.org/show_bug.cgi?id=1161#c0 •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2019-14372
https://notcve.org/view.php?id=CVE-2019-14372
28 Jul 2019 — In Libav 12.3, there is an infinite loop in the function wv_read_block_header() in the file wvdec.c. En Libav versión 12.3, se presenta un bucle infinito en la función wv_read_block_header() en el archivo wvdec.c. • https://bugzilla.libav.org/show_bug.cgi?id=1165 • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') •