In Qt through 5.14.1, the WebSocket implementation accepts up to 2GB for frames and 2GB for messages. Smaller limits cannot be configured. This makes it easier for attackers to cause a denial of service (memory consumption).
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
Link | Tags |
---|---|
https://codereview.qt-project.org/c/qt/qtwebsockets/+/284735 | third party advisory patch |
https://bugreports.qt.io/browse/QTBUG-70693 | third party advisory exploit |