First published: Fri Dec 30 2022(Updated: )
A null pointer dereference issue was discovered in 'FFmpeg' in decode_main_header() function of libavformat/nutdec.c file. The flaw occurs because the function lacks check of the return value of avformat_new_stream() and triggers the null pointer dereference error, causing an application to crash.
Credit: patrick@puiterwijk.org
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/ffmpeg | <5.1 | 5.1 |
FFmpeg | <5.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-3341 is a null pointer dereference issue in FFmpeg.
The null pointer dereference issue occurs in the decode_main_header() function of the libavformat/nutdec.c file in FFmpeg when the return value of avformat_new_stream() is not checked.
The vulnerability can cause an application using FFmpeg to crash due to the null pointer dereference error.
To fix CVE-2022-3341, update FFmpeg to version 5.1 or later.
You can find more information about CVE-2022-3341 at the following references: [1] [2] [3]