An information disclosure flaw was discovered in the way Pidgin parsed XMPP messages. A malicious remote server or a man-in-the-middle attacker could potentially use this flaw to disclose a portion of memory belonging to the Pidgin process by sending a specially crafted XMPP message.
DescriptionMurray McAllister
2014-10-21 03:24:49 UTC
A flaw was found in the way XMPP messages were parsed. A malicious server or possibly a remote attacker could send a crafted XMPP message that would cause Pidgin to send an XMPP message containing arbitrary memory.
Acknowledgements:
Name: the Pidgin project
Upstream: Thijs Alkemade, Paul Aurich
Comment 1Murray McAllister
2014-10-21 03:25:24 UTC
Analysis:
In code of jutil.c, jid being calloced, missing g_strndup would lead to NULL derefs in callers, which wont be something typically leading to info leaks and attacker wont get much even if in any scenario is able to read arbitrary memory.