First published: Thu Sep 19 2019(Updated: )
** DISPUTED ** 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.
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.
The severity of CVE-2019-9719 is currently disputed, with some claiming it does not constitute a vulnerability due to lack of evidence of exploitability.
To address CVE-2019-9719, it is recommended to upgrade to a newer version of Libav beyond 12.3 where this issue is resolved.
CVE-2019-9719 affects Libav versions up to and including 12.3.
CVE-2019-9719 can potentially be exploited by attackers through a crafted video file in Matroska format that triggers a stack-based buffer overflow.
The subtitle decoder component in Libav is involved in CVE-2019-9719, specifically the srt_to_ass function in the srtdec.c file.