|
|
|
|
|
by Flowdalic
1483 days ago
|
|
It appears that Gloox, a relative low-level XMPP-client C library, rolled much of its Unicode and XML parsing itself, which made such vulnerabilities more likely. There maybe good reasons to not re-use existing modules and rely on external libraries, especially if you target constraint low-end embedded devices, but you should always be aware of the drawbacks. And the Zoom client typically does not run on those. |
|
That being said, as you indicated Gloox is C-based, and the reference implementation of SAX is in C. There is no excuse.