
CVE-2025-5992 – Passing values outside of expected range to QColorTransferGenericFunction can cause a denial of service
https://notcve.org/view.php?id=CVE-2025-5992
11 Jul 2025 — When passing values outside of the expected range to QColorTransferGenericFunction it can cause a denial of service, for example, this can happen when passing a specifically crafted ICC profile to QColorSpace::fromICCProfile.This issue affects Qt from 6.6.0 through 6.8.3, from 6.9.0 through 6.9.1. This is fixed in 6.8.4 and 6.9.2. • https://codereview.qt-project.org/c/qt/qtbase/+/647919 • CWE-20: Improper Input Validation •

CVE-2025-5991 – Use after free in QHttp2ProtocolHandler
https://notcve.org/view.php?id=CVE-2025-5991
11 Jun 2025 — There is a "Use After Free" vulnerability in Qt's QHttp2ProtocolHandler in the QtNetwork module. This only affects HTTP/2 handling, HTTP handling is not affected by this at all. This happens due to a race condition between how QHttp2Stream uploads the body of a POST request and the simultaneous handling of HTTP error responses. This issue only affects Qt 6.9.0 and has been fixed for Qt 6.9.1. • https://codereview.qt-project.org/c/qt/qtbase/+/643777 • CWE-416: Use After Free •

CVE-2025-5683
https://notcve.org/view.php?id=CVE-2025-5683
05 Jun 2025 — When loading a specifically crafted ICNS format image file in QImage then it will trigger a crash. This issue affects Qt from versions 6.3.0 through 6.5.9, from 6.6.0 through 6.8.4, 6.9.0. This is fixed in 6.5.10, 6.8.5 and 6.9.1. Al cargar un archivo de imagen con formato ICNS especialmente manipulado en QImage, se produce un bloqueo. Este problema afecta a Qt desde la versión 6.3.0 hasta la 6.5.9, desde la 6.6.0 hasta la 6.8.4 y la 6.9.0. • https://codereview.qt-project.org/c/qt/qtimageformats/+/644548 • CWE-770: Allocation of Resources Without Limits or Throttling •

CVE-2025-5455 – Possible denial of service when passing malformed data in a URL to qDecodeDataUrl
https://notcve.org/view.php?id=CVE-2025-5455
02 Jun 2025 — 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 fixe... • https://codereview.qt-project.org/c/qt/qtbase/+/642006 • CWE-20: Improper Input Validation CWE-617: Reachable Assertion •

CVE-2025-4211 – Improper Link Resolution Before File Access in QFileSystemEngine on Windows
https://notcve.org/view.php?id=CVE-2025-4211
16 May 2025 — Improper Link Resolution Before File Access ('Link Following') vulnerability in QFileSystemEngine in the Qt corelib module on Windows which potentially allows Symlink Attacks and the use of Malicious Files. Issue originates from CVE-2024-38081. The vulnerability arises from the use of the GetTempPath API, which can be exploited by attackers to manipulate temporary file paths, potentially leading to unauthorized access and privilege escalation. The affected public API in the Qt Framework is QDir::tempPath() ... • https://codereview.qt-project.org/c/qt/qtbase/+/632231 • CWE-59: Improper Link Resolution Before File Access ('Link Following') •

CVE-2025-3512 – Buffer overflow in QTextMarkdownImporter
https://notcve.org/view.php?id=CVE-2025-3512
11 Apr 2025 — There is a Heap-based Buffer Overflow vulnerability in QTextMarkdownImporter. This requires an incorrectly formatted markdown file to be passed to QTextMarkdownImporter to trigger the overflow.This issue affects Qt from 6.8.0 to 6.8.4. Versions up to 6.6.0 are known to be unaffected, and the fix is in 6.8.4 and later. • https://codereview.qt-project.org/c/qt/qtbase/+/635546 • CWE-122: Heap-based Buffer Overflow •