Debian Package Tracker
Register | Log in
Subscribe

qtbase-opensource-src

Choose email to subscribe with

general
  • source: qtbase-opensource-src (main)
  • version: 5.15.19+dfsg-4
  • maintainer: Debian Qt/KDE Maintainers (archive) (DMD)
  • uploaders: Sune Vuorela [DMD] – Timo Jyrinki [DMD] – Pino Toscano [DMD] – Dmitry Shachnev [DMD] – Simon Quigley [DMD]
  • arch: all any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 5.15.2+dfsg-9+deb11u1
  • o-o-sec: 5.15.2+dfsg-9+deb11u2
  • oldstable: 5.15.8+dfsg-11+deb12u3
  • stable: 5.15.15+dfsg-6+deb13u1
  • testing: 5.15.19+dfsg-3
  • unstable: 5.15.19+dfsg-4
versioned links
  • 5.15.2+dfsg-9+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.15.2+dfsg-9+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.15.8+dfsg-11+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.15.15+dfsg-6+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.15.19+dfsg-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.15.19+dfsg-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libqt5concurrent5t64
  • libqt5core5t64 (1 bugs: 0, 1, 0, 0)
  • libqt5dbus5t64
  • libqt5gui5t64
  • libqt5network5t64
  • libqt5opengl5-dev
  • libqt5opengl5t64
  • libqt5printsupport5t64
  • libqt5sql5-ibase
  • libqt5sql5-mysql
  • libqt5sql5-odbc
  • libqt5sql5-psql
  • libqt5sql5-sqlite
  • libqt5sql5-tds
  • libqt5sql5t64
  • libqt5test5t64
  • libqt5widgets5t64
  • libqt5xml5t64
  • qt5-gtk-platformtheme (4 bugs: 0, 3, 1, 0)
  • qt5-qmake
  • qt5-qmake-bin
  • qt5-xdgdesktopportal-platformtheme
  • qtbase5-dev (5 bugs: 0, 2, 3, 0)
  • qtbase5-dev-tools
  • qtbase5-doc
  • qtbase5-doc-dev
  • qtbase5-doc-html
  • qtbase5-examples (2 bugs: 0, 2, 0, 0)
  • qtbase5-private-dev
action needed
lintian reports 8 errors and 16 warnings high
Lintian reports 8 errors and 16 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-07-29 Last update: 2026-07-30 17:48
2 security issues in trixie high

There are 2 open security issues in trixie.

2 important issues:
  • CVE-2026-9499: An out-of-bounds read (buffer over-read) vulnerability exists in QTextCodec::codecForName() in Qt. When the function is called with a QByteArray that is not NUL-terminated (for example, one created with QByteArray::fromRawData()), the codec-name matching routine reads past the end of the supplied buffer. In most cases this results in an incorrect text codec being selected; in the worst case, if the over-read reaches unmapped memory, the process crashes (denial of service). The over-read is bounded by the length of the longest codec-name candidate, and the out-of-bounds bytes are only compared internally against Qt's fixed list of codec names, so no data is disclosed to an attacker. Applications that do not pass non-NUL-terminated QByteArrays to QTextCodec::codecForName() are not exposed. The affected code resides in the Qt5Compat module from Qt 6.0.0 onward, and in Qt Core (qtbase) in Qt 4.x and Qt 5.x.
  • CVE-2026-15037: Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
Created: 2026-07-21 Last update: 2026-07-30 06:31
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2026-15037: Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
Created: 2026-07-21 Last update: 2026-07-30 06:31
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2026-9499: An out-of-bounds read (buffer over-read) vulnerability exists in QTextCodec::codecForName() in Qt. When the function is called with a QByteArray that is not NUL-terminated (for example, one created with QByteArray::fromRawData()), the codec-name matching routine reads past the end of the supplied buffer. In most cases this results in an incorrect text codec being selected; in the worst case, if the over-read reaches unmapped memory, the process crashes (denial of service). The over-read is bounded by the length of the longest codec-name candidate, and the out-of-bounds bytes are only compared internally against Qt's fixed list of codec names, so no data is disclosed to an attacker. Applications that do not pass non-NUL-terminated QByteArrays to QTextCodec::codecForName() are not exposed. The affected code resides in the Qt5Compat module from Qt 6.0.0 onward, and in Qt Core (qtbase) in Qt 4.x and Qt 5.x.
  • CVE-2026-15037: Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
Created: 2026-07-21 Last update: 2026-07-30 06:31
3 security issues in bullseye high

There are 3 open security issues in bullseye.

2 important issues:
  • CVE-2026-9499: An out-of-bounds read (buffer over-read) vulnerability exists in QTextCodec::codecForName() in Qt. When the function is called with a QByteArray that is not NUL-terminated (for example, one created with QByteArray::fromRawData()), the codec-name matching routine reads past the end of the supplied buffer. In most cases this results in an incorrect text codec being selected; in the worst case, if the over-read reaches unmapped memory, the process crashes (denial of service). The over-read is bounded by the length of the longest codec-name candidate, and the out-of-bounds bytes are only compared internally against Qt's fixed list of codec names, so no data is disclosed to an attacker. Applications that do not pass non-NUL-terminated QByteArrays to QTextCodec::codecForName() are not exposed. The affected code resides in the Qt5Compat module from Qt 6.0.0 onward, and in Qt Core (qtbase) in Qt 4.x and Qt 5.x.
  • CVE-2026-15037: Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
1 issue postponed or untriaged:
  • CVE-2025-5455: (postponed; to be fixed through a stable update) An issue was found in the private API function qDecodeDataUrl() in QtCore, which is used in QTextDocument and QNetworkReply, and, potentially, in user code. If the function was called with malformed data, for example, an URL that contained a "charset" parameter that lacked a value (such as "data:charset,"), and Qt was built with assertions enabled, then it would hit an assertion, resulting in a denial of service (abort). This impacts Qt up to 5.15.18, 6.0.0->6.5.8, 6.6.0->6.8.3 and 6.9.0. This has been fixed in 5.15.19, 6.5.9, 6.8.4 and 6.9.1.
Created: 2026-07-21 Last update: 2026-07-30 06:31
3 security issues in bookworm high

There are 3 open security issues in bookworm.

2 important issues:
  • CVE-2026-9499: An out-of-bounds read (buffer over-read) vulnerability exists in QTextCodec::codecForName() in Qt. When the function is called with a QByteArray that is not NUL-terminated (for example, one created with QByteArray::fromRawData()), the codec-name matching routine reads past the end of the supplied buffer. In most cases this results in an incorrect text codec being selected; in the worst case, if the over-read reaches unmapped memory, the process crashes (denial of service). The over-read is bounded by the length of the longest codec-name candidate, and the out-of-bounds bytes are only compared internally against Qt's fixed list of codec names, so no data is disclosed to an attacker. Applications that do not pass non-NUL-terminated QByteArrays to QTextCodec::codecForName() are not exposed. The affected code resides in the Qt5Compat module from Qt 6.0.0 onward, and in Qt Core (qtbase) in Qt 4.x and Qt 5.x.
  • CVE-2026-15037: Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
1 issue left for the package maintainer to handle:
  • CVE-2025-5455: (needs triaging) An issue was found in the private API function qDecodeDataUrl() in QtCore, which is used in QTextDocument and QNetworkReply, and, potentially, in user code. If the function was called with malformed data, for example, an URL that contained a "charset" parameter that lacked a value (such as "data:charset,"), and Qt was built with assertions enabled, then it would hit an assertion, resulting in a denial of service (abort). This impacts Qt up to 5.15.18, 6.0.0->6.5.8, 6.6.0->6.8.3 and 6.9.0. This has been fixed in 5.15.19, 6.5.9, 6.8.4 and 6.9.1.

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

Created: 2025-06-02 Last update: 2026-07-30 06:31
debian/patches: 1 patch with invalid metadata, 24 patches to forward upstream high

Among the 30 debian patches available in version 5.15.19+dfsg-4 of the package, we noticed the following issues:

  • 1 patch with invalid metadata that ought to be fixed.
  • 24 patches 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: 2023-02-26 Last update: 2026-07-29 18:30
2 bugs tagged patch in the BTS normal
The BTS contains patches fixing 2 bugs, consider including or untagging them.
Created: 2026-06-02 Last update: 2026-08-02 11:30
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.
  • excuses:
    • Migration status for qtbase-opensource-src (5.15.19+dfsg-3 to 5.15.19+dfsg-4): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for mumble/1.5.857-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Test triggered, loong64: Test triggered, ppc64el: Pass, riscv64: Pass, s390x: Test triggered
    • ∙ ∙ Too young, only 4 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/q/qtbase-opensource-src.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-07-29] Accepted qtbase-opensource-src 5.15.19+dfsg-4 (source) into unstable (Dmitry Shachnev)
  • [2026-06-27] qtbase-opensource-src 5.15.19+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2026-06-18] Accepted qtbase-opensource-src 5.15.19+dfsg-3 (source) into unstable (Dmitry Shachnev)
  • [2026-06-10] Accepted qtbase-opensource-src 5.15.19+dfsg-2 (source) into experimental (Dmitry Shachnev)
  • [2026-05-26] qtbase-opensource-src 5.15.17+dfsg-8 MIGRATED to testing (Debian testing watch)
  • [2026-05-24] Accepted qtbase-opensource-src 5.15.19+dfsg-1 (source) into experimental (Dmitry Shachnev)
  • [2026-05-05] Accepted qtbase-opensource-src 5.15.17+dfsg-8 (source) into unstable (Dmitry Shachnev)
  • [2026-03-01] Accepted qtbase-opensource-src 5.15.15+dfsg-6+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Dmitry Shachnev)
  • [2026-02-04] qtbase-opensource-src 5.15.17+dfsg-7 MIGRATED to testing (Debian testing watch)
  • [2026-01-30] Accepted qtbase-opensource-src 5.15.18+dfsg-2 (source) into experimental (Dmitry Shachnev)
  • [2026-01-29] Accepted qtbase-opensource-src 5.15.17+dfsg-7 (source) into unstable (Dmitry Shachnev)
  • [2026-01-06] qtbase-opensource-src 5.15.17+dfsg-6 MIGRATED to testing (Debian testing watch)
  • [2025-12-31] Accepted qtbase-opensource-src 5.15.17+dfsg-6 (source) into unstable (Dmitry Shachnev)
  • [2025-12-27] Accepted qtbase-opensource-src 5.15.18+dfsg-1 (source) into experimental (Dmitry Shachnev)
  • [2025-12-20] qtbase-opensource-src 5.15.17+dfsg-5 MIGRATED to testing (Debian testing watch)
  • [2025-12-15] Accepted qtbase-opensource-src 5.15.17+dfsg-5 (source) into unstable (Dmitry Shachnev)
  • [2025-11-29] Accepted qtbase-opensource-src 5.15.2+dfsg-9+deb11u2 (source) into oldoldstable-security (Sylvain Beucler)
  • [2025-10-04] qtbase-opensource-src 5.15.17+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2025-09-29] Accepted qtbase-opensource-src 5.15.17+dfsg-4 (source) into unstable (Pino Toscano)
  • [2025-09-17] qtbase-opensource-src 5.15.17+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2025-09-10] Accepted qtbase-opensource-src 5.15.17+dfsg-3 (source) into unstable (Dmitry Shachnev)
  • [2025-09-10] qtbase-opensource-src 5.15.17+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2025-09-01] Accepted qtbase-opensource-src 5.15.17+dfsg-2 (source) into unstable (Dmitry Shachnev)
  • [2025-07-06] qtbase-opensource-src 5.15.15+dfsg-6 MIGRATED to testing (Debian testing watch)
  • [2025-06-29] Accepted qtbase-opensource-src 5.15.15+dfsg-6 (source) into unstable (Dmitry Shachnev)
  • [2025-05-24] Accepted qtbase-opensource-src 5.15.17+dfsg-1 (source) into experimental (Dmitry Shachnev)
  • [2025-03-29] qtbase-opensource-src 5.15.15+dfsg-5 MIGRATED to testing (Debian testing watch)
  • [2025-03-27] Accepted qtbase-opensource-src 5.15.8+dfsg-11+deb12u3 (source) into proposed-updates (Debian FTP Masters) (signed by: Dmitry Shachnev)
  • [2025-03-24] Accepted qtbase-opensource-src 5.15.15+dfsg-5 (source) into unstable (Dmitry Shachnev)
  • [2025-02-14] qtbase-opensource-src 5.15.15+dfsg-4 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 52 59
  • RC: 0
  • I&N: 41 43
  • M&W: 9 11
  • F&P: 2 5
  • patch: 2
links
  • homepage
  • lintian (8, 16)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 5.15.19+dfsg-2ubuntu1
  • patches for 5.15.19+dfsg-2ubuntu1

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