Ffmpeg

Ffmpeg

489 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.03.2026 00:00:00
  • Zuletzt bearbeitet 19.03.2026 14:19:12

Out-of-bounds read in FFmpeg 8.0 and 8.0.1 RV60 video decoder (libavcodec/rv60dec.c). The quantization parameter (qp) validation at line 2267 only checks the lower bound (qp < 0) but is missing upper bound validation. The qp value can reach 65 (base ...

  • EPSS 0.01%
  • Veröffentlicht 18.02.2026 20:28:08
  • Zuletzt bearbeitet 26.02.2026 22:32:44

A flaw was found in FFmpeg’s TensorFlow backend within the libavfilter/dnn_backend_tf.c source file. The issue occurs in the dnn_execute_model_tf() function, where a task object is freed multiple times in certain error-handling paths. This redundant ...

  • EPSS 0.01%
  • Veröffentlicht 18.02.2026 20:26:46
  • Zuletzt bearbeitet 26.02.2026 22:33:18

A NULL pointer dereference vulnerability exists in FFmpeg’s Firequalizer filter (libavfilter/af_firequalizer.c) due to a missing check on the return value of av_malloc_array() in the config_input() function. An attacker could exploit this by tricking...

  • EPSS 0.07%
  • Veröffentlicht 18.12.2025 00:00:00
  • Zuletzt bearbeitet 30.12.2025 20:04:35

Integer overflow vulnerability in the yuv2ya16_X_c_template function in libswscale/output.c in FFmpeg 8.0.

  • EPSS 0.09%
  • Veröffentlicht 07.11.2025 19:16:27
  • Zuletzt bearbeitet 12.11.2025 16:20:22

A flaw was found in FFmpeg’s ALS audio decoder, where it does not properly check for memory allocation failures. This can cause the application to crash when processing certain malformed audio files. While it does not lead to data theft or system con...

  • EPSS 0.02%
  • Veröffentlicht 06.10.2025 08:09:44
  • Zuletzt bearbeitet 19.10.2025 15:15:39

It is possible to cause an use-after-free write in SANM decoding with a carefully crafted animation using subversion <2. When a STOR chunk is present, a subsequent FOBJ chunk will be saved in ctx->stored_frame. Stored frames can later be referenced ...

  • EPSS 0.02%
  • Veröffentlicht 06.10.2025 08:09:37
  • Zuletzt bearbeitet 19.10.2025 15:15:38

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type (and size), and that if there are four channels, the first four are "B", "G", "R" and "A". The channel p...

  • EPSS 0.02%
  • Veröffentlicht 06.10.2025 08:09:31
  • Zuletzt bearbeitet 19.10.2025 15:15:38

When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that the height and width are divisible by 8. If the height or width of the image is not divisible by 8, the copy loops at [0] and [1] will continue to ...

  • EPSS 0.02%
  • Veröffentlicht 06.10.2025 08:09:23
  • Zuletzt bearbeitet 19.10.2025 15:15:38

When decoding an OpenEXR file that uses DWAA or DWAB compression, the specified raw length of run-length-encoded data is not checked when using it to calculate the output data. We read rle_raw_size from the input file at [0], we decompress and decod...

  • EPSS 0.02%
  • Veröffentlicht 06.10.2025 08:09:11
  • Zuletzt bearbeitet 06.10.2025 14:56:21

When decoding a frame for a SANM file (ANIM v0 variant), the decoded data can be larger than the buffer allocated for it. Frames encoded with codec 48 can specify their resolution (width x height). A buffer of appropriate size is allocated depending...