Debian Package Tracker
Register | Log in
Subscribe

gst-plugins-good1.0

Choose email to subscribe with

general
  • source: gst-plugins-good1.0 (main)
  • version: 1.28.2-4
  • maintainer: Maintainers of GStreamer packages (DMD)
  • uploaders: Sebastian Dröge [DMD] – Sjoerd Simons [DMD] – Marc Leeman [DMD]
  • arch: any
  • std-ver: 4.7.3
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.18.4-2+deb11u2
  • o-o-sec: 1.18.4-2+deb11u4
  • oldstable: 1.22.0-5+deb12u3
  • old-sec: 1.22.0-5+deb12u2
  • stable: 1.26.2-1
  • testing: 1.28.2-4
  • unstable: 1.28.2-4
  • exp: 1.29.1-1
versioned links
  • 1.18.4-2+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.18.4-2+deb11u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.22.0-5+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.22.0-5+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.26.2-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.28.2-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.29.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • gstreamer1.0-gtk3
  • gstreamer1.0-plugins-good (3 bugs: 0, 3, 0, 0)
  • gstreamer1.0-pulseaudio
  • gstreamer1.0-qt5
  • gstreamer1.0-qt6
action needed
The VCS repository is not up to date, push the missing commits. high
vcswatch reports that the current version of the package is not in its VCS.
Either you need to push your commits and/or your tags, or the information about the package's VCS are out of date. A common cause of the latter issue when using the Git VCS is not specifying the correct branch when the packaging is not in the default one (remote HEAD branch), which is usually "master" but can be modified in salsa.debian.org in the project's general settings with the "Default Branch" field). Alternatively the Vcs-Git field in debian/control can contain a "-b <branch-name>" suffix to indicate what branch is used for the Debian packaging.
Created: 2026-03-23 Last update: 2026-05-06 05:04
4 security issues in trixie high

There are 4 open security issues in trixie.

1 important issue:
  • CVE-2026-5056:
3 issues left for the package maintainer to handle:
  • CVE-2026-1940: (needs triaging) An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
  • CVE-2026-3083: (needs triaging) GStreamer rtpqdm2depay Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payload elements. When parsing the packetid element, the process does not properly validate user-supplied data, which can result in a write past the end of an allocated array. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28850.
  • CVE-2026-3085: (needs triaging) GStreamer rtpqdm2depay Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payloads. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28851.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-03-10 Last update: 2026-05-04 06:17
4 security issues in bullseye high

There are 4 open security issues in bullseye.

1 important issue:
  • CVE-2026-5056:
3 issues postponed or untriaged:
  • CVE-2026-1940: (postponed; to be fixed through a stable update) An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
  • CVE-2026-3083: (postponed; to be fixed through a stable update) GStreamer rtpqdm2depay Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payload elements. When parsing the packetid element, the process does not properly validate user-supplied data, which can result in a write past the end of an allocated array. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28850.
  • CVE-2026-3085: (postponed; to be fixed through a stable update) GStreamer rtpqdm2depay Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payloads. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28851.
Created: 2026-05-01 Last update: 2026-05-04 06:17
5 security issues in bookworm high

There are 5 open security issues in bookworm.

1 important issue:
  • CVE-2026-5056:
4 issues left for the package maintainer to handle:
  • CVE-2026-1940: (needs triaging) An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
  • CVE-2026-3083: (needs triaging) GStreamer rtpqdm2depay Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payload elements. When parsing the packetid element, the process does not properly validate user-supplied data, which can result in a write past the end of an allocated array. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28850.
  • CVE-2026-3085: (needs triaging) GStreamer rtpqdm2depay Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the processing of X-QDM RTP payloads. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-28851.
  • CVE-2025-47183: (needs triaging) In GStreamer through 1.26.1, the isomp4 plugin's qtdemux_parse_tree function may read past the end of a heap buffer while parsing an MP4 file, leading to information disclosure.

You can find information about how to handle these issues in the security team's documentation.

Created: 2025-08-09 Last update: 2026-05-04 06:17
Depends on packages which need a new maintainer normal
The packages that gst-plugins-good1.0 depends on which need a new maintainer are:
  • libdv (#814889)
    • Depends: libdv4t64
    • Build-Depends: libdv4-dev
Created: 2019-11-22 Last update: 2026-05-11 05:30
debian/patches: 1 patch to forward upstream low

Among the 1 debian patch available in version 1.28.2-4 of the package, we noticed the following issues:

  • 1 patch where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2024-03-06 Last update: 2026-04-29 11:32
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2026-02-27 Last update: 2026-04-09 10:34
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.3).
Created: 2026-03-31 Last update: 2026-04-29 00:17
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-05-04] gst-plugins-good1.0 1.28.2-4 MIGRATED to testing (Debian testing watch)
  • [2026-04-28] Accepted gst-plugins-good1.0 1.28.2-4 (source) into unstable (Jeremy Bícha)
  • [2026-04-25] gst-plugins-good1.0 1.28.2-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-20] Accepted gst-plugins-good1.0 1.28.2-3 (source) into unstable (Marc Leeman)
  • [2026-04-15] gst-plugins-good1.0 1.28.2-2 MIGRATED to testing (Debian testing watch)
  • [2026-04-09] Accepted gst-plugins-good1.0 1.28.2-2 (source) into unstable (Jeremy Bícha)
  • [2026-04-08] Accepted gst-plugins-good1.0 1.28.2-1 (source) into unstable (Marc Leeman)
  • [2026-03-23] Accepted gst-plugins-good1.0 1.29.1-1 (source) into experimental (Marc Leeman)
  • [2026-03-03] gst-plugins-good1.0 1.28.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-26] Accepted gst-plugins-good1.0 1.28.1-1 (source) into unstable (Marc Leeman)
  • [2026-02-02] gst-plugins-good1.0 1.28.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-01-28] Accepted gst-plugins-good1.0 1.28.0-1 (source) into unstable (Marc Leeman)
  • [2026-01-06] Accepted gst-plugins-good1.0 1.27.90-1 (source) into experimental (Marc Leeman)
  • [2026-01-01] gst-plugins-good1.0 1.26.10-1 MIGRATED to testing (Debian testing watch)
  • [2025-12-26] Accepted gst-plugins-good1.0 1.26.10-1 (source) into unstable (Marc Leeman)
  • [2025-12-24] Accepted gst-plugins-good1.0 1.18.4-2+deb11u4 (source) into oldoldstable-security (Utkarsh Gupta)
  • [2025-12-11] Accepted gst-plugins-good1.0 1.27.50-2 (source) into experimental (Marc Leeman)
  • [2025-12-11] Accepted gst-plugins-good1.0 1.27.50-1 (source) into experimental (Marc Leeman)
  • [2025-12-07] gst-plugins-good1.0 1.26.9-1 MIGRATED to testing (Debian testing watch)
  • [2025-12-02] Accepted gst-plugins-good1.0 1.26.9-1 (source) into unstable (Marc Leeman)
  • [2025-11-18] gst-plugins-good1.0 1.26.8-1 MIGRATED to testing (Debian testing watch)
  • [2025-11-12] Accepted gst-plugins-good1.0 1.26.8-1 (source) into unstable (Marc Leeman)
  • [2025-10-20] gst-plugins-good1.0 1.26.7-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-15] Accepted gst-plugins-good1.0 1.26.7-1 (source) into unstable (Marc Leeman)
  • [2025-09-20] gst-plugins-good1.0 1.26.6-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-15] Accepted gst-plugins-good1.0 1.26.6-1 (source) into unstable (Marc Leeman)
  • [2025-09-11] Accepted gst-plugins-good1.0 1.27.2-1 (source) into experimental (Marc Leeman)
  • [2025-08-28] gst-plugins-good1.0 1.26.5-3 MIGRATED to testing (Debian testing watch)
  • [2025-08-27] Accepted gst-plugins-good1.0 1.22.0-5+deb12u3 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2025-08-23] Accepted gst-plugins-good1.0 1.26.5-3 (source) into unstable (Marc Leeman)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 0
  • I&N: 4
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, exp, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (-, 74)
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.28.2-2
  • 9 bugs

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing