GStreamer streaming media framework "bad" plugins
Backport upstream commit 380b072efc78 to fix a bytes/bits
confusion in gst_av1_parser_parse_tile_list_obu(). The
gst_bit_reader_skip() function expects a number of bits but
was being passed the tile data size in bytes, causing an
assertion failure. The fix multiplies the size by 8 to
correctly convert bytes to bits.
CVE: CVE-2026-52718
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| 0001-dvbsuboverlay-Mark-parsed-byte-array-as-const.patch | ||
| 0001-h265parser-Fix-max_dec_pic_buffering_minus1-bound-ch.patch | ||
| 0001-rfbsrc-Use-correct-bpp-for-copying-hextile-data.patch | ||
| 0002-dvbsuboverlay-Add-missing-bounds-checks-to-the-parse.patch | ||
| 0002-rfbsrc-Read-the-correct-number-of-bytes-for-color-va.patch | ||
| 0003-dvbsuboverlay-Avoid-integer-overflows-and-unreasonab.patch | ||
| 0004-libs-jpegparser-boundary-checks-before-copying-it.patch | ||
| 0005-av1parser-Fix-bytes-bits-confusion-when-parsing-tile.patch | ||
| gating.yaml | ||
| gst-p-bad-cleanup.sh | ||
| gstreamer1-plugins-bad-free-1.22.12-CVE-2026-52719.patch | ||
| gstreamer1-plugins-bad-free-1.22.12-CVE-2026-52720.patch | ||
| gstreamer1-plugins-bad-free-1.22.12-CVE-2026-52722.patch | ||
| gstreamer1-plugins-bad-free-1.22.12-CVE-2026-59692.patch | ||
| gstreamer1-plugins-bad-free.spec | ||
| openh264-add-license-file.patch | ||
| openh264-drop-runtime-version-checks.patch | ||
| sources | ||