]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ffmpeg: Ignore two CVEs fixed in 5.0.3
authorDaniel Díaz <daniel.diaz@sonos.com>
Wed, 23 Jul 2025 23:34:35 +0000 (17:34 -0600)
committerSteve Sakoman <steve@sakoman.com>
Thu, 24 Jul 2025 19:42:58 +0000 (12:42 -0700)
commit78aef4b1002c515aa2c1a64fea5bb013c9bc86a8
tree138b9c3292df7409a4016bfcd99b887b606625ce
parent467081219407cd30bcc9e575bedcb127b6bcea65
ffmpeg: Ignore two CVEs fixed in 5.0.3

These two CVEs were fixed via the 5.0.3 release, and the
backported patches that fixed them were subsequently left
behind (although not deleted) by dadb16481810 ("ffmpeg:
upgrade 5.0.1 -> 5.0.3")

* CVE-2022-3109: An issue was discovered in the FFmpeg
  package, where vp3_decode_frame in libavcodec/vp3.c lacks
  check of the return value of av_malloc() and will cause a
  null pointer dereference, impacting availability.

* CVE-2022-3341: 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.

`bitbake ffmpeg` reports these two as "Unpatched".

Ignore them for now, until the NVD updates the versions where
these do not affect anymore.

Signed-off-by: Daniel Díaz <daniel.diaz@sonos.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb