GNOME Bugzilla – Bug 695106
CVE-2013-1799: Do not send the credentials before notifying the user of an invalid SSL certificate
Last modified: 2013-03-04 14:27:42 UTC
The fix for CVE-2013-0240 was incomplete. For providers like ownCloud and Exchange which use libsoup to talk to a HTTPS server it we should not be sending the credentials over the wire before the user has had a chance to react to the "certificate is invalid" message. This is fixed in master and gnome-3-8.
Created attachment 237934 [details] [review] Guard against invalid SSL certificates The patch for master and gnome-3-8.
Created attachment 237969 [details] [review] [3.6.x] Guard against invalid SSL certificates Patch for the gnome-3-6 branch. I have tested this, but a 2nd opinion would be nice.