QStringConverter has an invalid pointer being passed as a callback
which can allow modification of the stack. Qt itself is not vulnerable
to remote attack however an application using QStringDecoder either
directly or indirectly can be vulnerable.
This requires:
- the attacker be able to tell the application a specific codec to use
- the attacker be able to feed the application data in a specific way to cause the desired modification
- the attacker what in the stack will get modified, which requires knowing the build of the application (and not all builds will be vulnerable)
- the modification do anything in particular that is useful to the attacker, besides maybe crashing the application
Qt does not automatically use any of those codecs, so this needs the application
to implement something using QStringDecoder to be vulnerable.