Source code
Revision control
Copy as Markdown
Other Tools
.. _mozilla_projects_nss_nss_3_123_release_notes:
NSS 3.123 release notes
=======================
`Introduction <#introduction>`__
--------------------------------
.. container::
Network Security Services (NSS) 3.123 was released on *16 April 2026**.
`Distribution Information <#distribution_information>`__
--------------------------------------------------------
.. container::
The HG tag is NSS_3_123_RTM. NSS 3.123 requires NSPR 4.38.2 or newer.
NSS 3.123 source distributions are available on ftp.mozilla.org for secure HTTPS download:
- Source tarballs:
Other releases are available :ref:`mozilla_projects_nss_releases`.
.. _changes_in_nss_3.123:
`Changes in NSS 3.123 <#changes_in_nss_3.123>`__
------------------------------------------------------------------
.. container::
- Bug 2029425 - Heap use-after-free in cert_VerifyCertChainOld via dangling certsList[] entry on NameConstraints violation.
- Bug 2023209 - ensure permittedSubtrees don't match wildcards that could be outside the permitted tree r?jschanck.
- Bug 1964722 - free digest objects in SEC_PKCS7DecoderFinish if they haven't already been freed r?#nss-reviewers.
- Bug 2029783 - fix use of PORT_ArenaGrow when decoding multi-chunk PKCS#7 EncryptedData with no content callback.
- Bug 2029771 - Heap use-after-free in [@ token_destructor] reading tok->pk11slot after nssToken_Destroy frees the token arena.
- Bug 2029774 - Invalid free of arena-interior pointer in [@ DSA_NewRandom] due to inverted arena guard.