Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.21 KB

nss_3_68_3.rst

File metadata and controls

72 lines (43 loc) · 2.21 KB

NSS 3.68.3 (ESR) release notes

Network Security Services (NSS) 3.68.3 (ESR) was released on 28 March 2022.

The HG tag is NSS_3_68_3_RTM. NSS 3.68.3 requires NSPR 4.32 or newer.

NSS 3.68.3 source distributions are available on ftp.mozilla.org for secure HTTPS download:

Other releases are available :ref:`mozilla_projects_nss_releases`.

  • Bug 1756271 - Remove token member from NSSSlot struct.
  • Bug 1755555 - Hold tokensLock through nssToken_GetSlot calls in nssTrustDomain_GetActiveSlots.
  • Bug 1370866 - Check return value of PK11Slot_GetNSSToken.
NSS 3.68.3 shared libraries are backwards-compatible with all older NSS 3.x shared libraries. A program linked with older NSS 3.x shared libraries will work with this new version of the shared libraries without recompiling or relinking. Furthermore, applications that restrict their use of NSS APIs to the functions listed in NSS Public Functions will remain compatible with future versions of the NSS shared libraries.
Bugs discovered should be reported by filing a bug report on bugzilla.mozilla.org (product NSS).
This release improves the stability of NSS when used in a multi-threaded environment. In particular, it fixes memory safety violations that can occur when PKCS#11 tokens are removed while in use (CVE-2022-1097). We presume that with enough effort these memory safety violations are exploitable.