Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 948789 Details for
Bug 1154911
CVE-2014-3698 pidgin: remote information leak via crafted XMPP message
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch from upstream
CVE-2014-3698.diff (text/plain), 1.33 KB, created by
Murray McAllister
on 2014-10-21 03:25:24 UTC
(
hide
)
Description:
patch from upstream
Filename:
MIME Type:
Creator:
Murray McAllister
Created:
2014-10-21 03:25:24 UTC
Size:
1.33 KB
patch
obsolete
>diff -r c890736a8d5a -r ea46ab68f0dc ChangeLog >--- a/ChangeLog Mon Oct 13 23:06:08 2014 -0700 >+++ b/ChangeLog Mon Oct 13 23:47:37 2014 -0700 >@@ -45,6 +45,11 @@ version 2.10.10 (10/22/14): > (CVE-2014-NNNN) > > XMPP: >+ * Fix potential information leak where a malicious XMPP server and >+ possibly even a malicious remote user could create a carefully crafted >+ XMPP message that causes libpurple to send an XMPP message containing >+ arbitrary memory. (Discovered and fixed by Thijs Alkemade and Paul >+ Aurich) (CVE-2014-NNNN) > * Fix Facebook XMPP roster quirks. (#15041, #15957) > > Yahoo: >diff -r c890736a8d5a -r ea46ab68f0dc libpurple/protocols/jabber/jutil.c >--- a/libpurple/protocols/jabber/jutil.c Mon Oct 13 23:06:08 2014 -0700 >+++ b/libpurple/protocols/jabber/jutil.c Mon Oct 13 23:47:37 2014 -0700 >@@ -81,10 +81,10 @@ jabber_idn_validate(const char *str, con > > if (slash) { > domain_len = slash - str; >- resource = slash; >+ resource = slash + 1; > resource_len = null - (slash + 1); > } else { >- domain_len = null - (str + 1); >+ domain_len = null - str; > } > } > >@@ -126,6 +126,8 @@ jabber_idn_validate(const char *str, con > jid = NULL; > goto out; > } >+ >+ jid->domain = g_strndup(domain, domain_len); > } else { > /* Apply nameprep */ > if (stringprep_nameprep(idn_buffer, sizeof(idn_buffer)) != STRINGPREP_OK) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1154911
: 948789