Bugzilla – Bug 862300
VUL-0: CVE-2014-1490: mozilla-nss: TOCTOU - potential use-after-free in libssl's session ticket processing
Last modified: 2016-04-27 18:59:15 UTC
CVE-2014-1490 It appear there are race conditions (TOCTOU, potentially use-after-free) to lack of locking around reads and updates of the sessionTicket field of sslSessionIDStr. For example, these races can happen when thread A is trying to resume a session concurrently with thread B that has already started resuming session that same session, and where thread B has received a NewSessionTicket extension that will cause it to update the sessionTicket field of the sid that thread A is trying to read. This may cause a use-after-free when ssl3_SetSIDSessionTicket calls SECITEM_FreeItem to free the session ticket data when ssl3_SendSessionTicketXtn is trying to read it. There are probably other similar problems. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-1490 https://bugzilla.redhat.com/show_bug.cgi?id=1060953
bugbot adjusting priority
we already released 3.15.4 mozilla nss where this is fixed.