CVE-2026-9499
MEDIUM
6.3
CVSS 4.0
Description
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.
Metadata
Severity & Metrics
6.3
MEDIUM CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
SSVC — CISA Coordinator
Affected products (2)
| Vendor | Product | Platform | Versions |
|---|---|---|---|
| Qt | Qt | — | 6.0.0 < 6.8.8, 6.9.0 < 6.11.1 |
| Qt | Qt | — | 4.0.0 < 6.0.0 |
Weakness (CWE)
| CWE | Source | Description |
|---|---|---|
| CWE-125 | cna | CWE-125 Out-of-bounds Read |
CVSS scores (1)
| Score | Severity | Version | Source | Vector |
|---|---|---|---|---|
| 6.3 | MEDIUM | 4.0 | cna | CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N |
References (4)
- Fix (dev, released in Qt 6.12.0) https://codereview.qt-project.org/c/qt/qt5compat/+/723911
- Fix (6.11 branch, released in Qt 6.11.1) https://codereview.qt-project.org/c/qt/qt5compat/+/724348
- Fix (6.10 branch) https://codereview.qt-project.org/c/qt/qt5compat/+/724995
- Fix (6.8 LTS branch, released in Qt 6.8.8) https://codereview.qt-project.org/c/qt/tqtc-qt5compat/+/725112