An issue was discovered in the HTTP2 implementation in Qt before 5.15.17, 6.x before 6.2.11, 6.3.x through 6.5.x before 6.5.4, and 6.6.x before 6.6.2. network/access/http2/hpacktable.cpp has an incorrect HPack integer overflow check.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://codereview.qt-project.org/c/qt/qtbase/+/524864 | product patch |
https://codereview.qt-project.org/c/qt/qtbase/+/524865/3 | product patch |
https://lists.debian.org/debian-lts-announce/2024/04/msg00027.html | third party advisory mailing list |