First published: Thu Sep 19 2019(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
libavutil | <=12.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-9720 has a medium severity rating, indicating it can lead to significant issues including potential remote code execution.
To fix CVE-2019-9720, upgrade Libav to version 12.4 or later as it contains the necessary patches.
CVE-2019-9720 can be exploited by attackers using crafted video files in Matroska format to trigger a stack-based buffer overflow.
CVE-2019-9720 affects Libav versions up to and including 12.3.
The vulnerability in CVE-2019-9720 exists in the subtitle decoder, specifically in the srt_to_ass function of the libavcodec library.