<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for mozilla-nss</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2025:20030-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-02-03T08:51:41Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-02-03T08:51:41Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-02-03T08:51:41Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for mozilla-nss</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for mozilla-nss fixes the following issues:

- update to NSS 3.101.2
  - ChaChaXor to return after the function

- update to NSS 3.101.1 
  - missing sqlite header.
  - GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.

- update to NSS 3.101
  - add diagnostic assertions for SFTKObject refcount.
  - freeing the slot in DeleteCertAndKey if authentication failed
  - fix formatting issues.
  - Add Firmaprofesional CA Root-A Web to NSS.
  - remove invalid acvp fuzz test vectors.
  - pad short P-384 and P-521 signatures gtests.
  - remove unused FreeBL ECC code.
  - pad short P-384 and P-521 signatures.
  - be less strict about ECDSA private key length.
  - Integrate HACL* P-521.
  - Integrate HACL* P-384.
  - memory leak in create_objects_from_handles.
  - ensure all input is consumed in a few places in mozilla::pkix
  - SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
  - clean up escape handling
  - Use lib::pkix as default validator instead of the old-one
  - Need to add high level support for PQ signing.
  - Certificate Compression: changing the allocation/freeing of buffer + Improving the documentation
  - SMIME/CMS and PKCS #12 do not integrate with modern NSS policy
  - Allow for non-full length ecdsa signature when using softoken
  - Modification of .taskcluster.yml due to mozlint indent defects
  - Implement support for PBMAC1 in PKCS#12
  - disable VLA warnings for fuzz builds.
  - remove redundant AllocItem implementation.
  - add PK11_ReadDistrustAfterAttribute.
  - Clang-formatting of SEC_GetMgfTypeByOidTag update
  - Set SEC_ERROR_LIBRARY_FAILURE on self-test failure
  - sftk_getParameters(): Fix fallback to default variable after error with configfile.
  - Switch to the mozillareleases/image_builder image

- update to NSS 3.100
 - merge pk11_kyberSlotList into pk11_ecSlotList for faster Xyber operations.
 - remove ckcapi.
 - avoid a potential PK11GenericObject memory leak.
 - Remove incomplete ESDH code.
 - Decrypt RSA OAEP encrypted messages.
 - Fix certutil CRLDP URI code.
 - Don't set CKA_DERIVE for CKK_EC_EDWARDS private keys.
 - Add ability to encrypt and decrypt CMS messages using ECDH.
 - Correct Templates for key agreement in smime/cmsasn.c.
 - Moving the decodedCert allocation to NSS.
 - Allow developers to speed up repeated local execution of NSS tests that depend on certificates.

- update to NSS 3.99
  - Removing check for message len in ed25519
  - add ed25519 to SECU_ecName2params.
  - add EdDSA wycheproof tests.
  - nss/lib layer code for EDDSA.
  - Adding EdDSA implementation.
  - Exporting Certificate Compression types
  - Updating ACVP docker to rust 1.74
  - Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552
  - Add NSS_CMSRecipient_IsSupported.

- update to NSS 3.98
  - CVE-2023-5388: Timing attack against RSA decryption in TLS
  - Certificate Compression: enabling the check that the compression was advertised
  - Move Windows workers to nss-1/b-win2022-alpha
  - Remove Email trust bit from OISTE WISeKey Global Root GC CA
  - Replace `distutils.spawn.find_executable` with `shutil.which` within `mach` in `nss`
  - Certificate Compression: Updating nss_bogo_shim to support Certificate compression
  - TLS Certificate Compression (RFC 8879) Implementation
  - Add valgrind annotations to freebl kyber operations for constant-time execution tests
  - Set nssckbi version number to 2.66
  - Add Telekom Security roots
  - Add D-Trust 2022 S/MIME roots
  - Remove expired Security Communication RootCA1 root
  - move keys to a slot that supports concatenation in PK11_ConcatSymKeys
  - remove unmaintained tls-interop tests
  - bogo: add support for the -ipv6 and -shim-id shim flags
  - bogo: add support for the -curves shim flag and update Kyber expectations
  - bogo: adjust expectation for a key usage bit test
  - mozpkix: add option to ignore invalid subject alternative names
  - Fix selfserv not stripping `publicname:` from -X value
  - take ownership of ecckilla shims
  - add valgrind annotations to freebl/ec.c
  - PR_INADDR_ANY needs PR_htonl before assignment to inet.ip
  - Update zlib to 1.3.1

- update to NSS 3.97
  - make Xyber768d00 opt-in by policy
  - add libssl support for xyber768d00
  - add PK11_ConcatSymKeys
  - add Kyber and a PKCS#11 KEM interface to softoken
  - add a FreeBL API for Kyber
  - part 2: vendor github.com/pq-crystals/kyber/commit/e0d1c6ff
  - part 1: add a script for vendoring kyber from pq-crystals repo
  - Removing the calls to RSA Blind from loader.*
  - fix worker type for level3 mac tasks
  - RSA Blind implementation
  - Remove DSA selftests
  - read KWP testvectors from JSON
  - Backed out changeset dcb174139e4f
  - Fix CKM_PBE_SHA1_DES2_EDE_CBC derivation
  - Wrap CC shell commands in gyp expansions

- update to NSS 3.96.1
  - Use pypi dependencies for MacOS worker in ./build_gyp.sh
  - p7sign: add -a hash and -u certusage (also p7verify cleanups)
  - add a defensive check for large ssl_DefSend return values
  - Add dependency to the taskcluster script for Darwin
  - Upgrade version of the MacOS worker for the CI

- update to NSS 3.95
  - Bump builtins version number.
  - Remove Email trust bit from Autoridad de Certificacion Firmaprofesional CIF A62634068 root cert.
  - Remove 4 DigiCert (Symantec/Verisign) Root Certificates
  - Remove 3 TrustCor Root Certificates from NSS.
  - Remove Camerfirma root certificates from NSS.
  - Remove old Autoridad de Certificacion Firmaprofesional Certificate.
  - Add four Commscope root certificates to NSS.
  - Add TrustAsia Global Root CA G3 and G4 root certificates.
  - Include P-384 and P-521 Scalar Validation from HACL*
  - Include P-256 Scalar Validation from HACL*.
  - After the HACL 256 ECC patch, NSS incorrectly encodes 256 ECC without DER wrapping at the softoken level
  - Add means to provide library parameters to C_Initialize
  - clang format
  - add OSXSAVE and XCR0 tests to AVX2 detection.
  - Typo in ssl3_AppendHandshakeNumber
  - Introducing input check of ssl3_AppendHandshakeNumber
  - Fix Invalid casts in instance.c

- update to NSS 3.94
  - Updated code and commit ID for HACL*
  - update ACVP fuzzed test vector: refuzzed with current NSS
  - Softoken C_ calls should use system FIPS setting to select NSC_ or FC_ variants
  - NSS needs a database tool that can dump the low level representation of the database
  - declare string literals using char in pkixnames_tests.cpp
  - avoid implicit conversion for ByteString
  - update rust version for acvp docker
  - Moving the init function of the mpi_ints before clean-up in ec.c
  - P-256 ECDH and ECDSA from HACL*
  - Add ACVP test vectors to the repository
  - Stop relying on std::basic_string&lt;uint8_t&gt;
  - Transpose the PPC_ABI check from Makefile to gyp

- Update to NSS 3.93:
  - Update zlib in NSS to 1.3.
  - softoken: iterate hashUpdate calls for long inputs.
  - regenerate NameConstraints test certificates (bsc#1214980).

- update to NSS 3.92
  - Set nssckbi version number to 2.62
  - Add 4 Atos TrustedRoot Root CA certificates to NSS
  - Add 4 SSL.com Root CA certificates
  - Add Sectigo E46 and R46 Root CA certificates
  - Add LAWtrust Root CA2 (4096)
  - Remove E-Tugra Certification Authority root
  - Remove Camerfirma Chambers of Commerce Root.
  - Remove Hongkong Post Root CA 1
  - Remove E-Tugra Global Root CA ECC v3 and RSA v3
  - Avoid redefining BYTE_ORDER on hppa Linux

- update to NSS 3.91
  - Implementation of the HW support check for ADX instruction
  - Removing the support of Curve25519
  - Fix comment about the addition of ticketSupportsEarlyData
  - Adding args to enable-legacy-db build
  - dbtests.sh failure in "certutil dump keys with explicit default trust flags"
  - Initialize flags in slot structures
  - Improve the length check of RSA input to avoid heap overflow
  - Followup Fixes
  - avoid processing unexpected inputs by checking for m_exptmod base sign
  - add a limit check on order_k to avoid infinite loop
  - Update HACL* to commit 5f6051d2
  - add SHA3 to cryptohi and softoken
  - HACL SHA3
  - Disabling ASM C25519 for A but X86_64

- update to NSS 3.90.3
  - GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.
  - clean up escape handling.
  - remove redundant AllocItem implementation.
  - Disable ASM support for Curve25519.
  - Disable ASM support for Curve25519 for all but X86_64. 
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-SLE-Micro-6.0-59</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2025/suse-su-202520030-1/</URL>
      <Description>Link for SUSE-SU-2025:20030-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-June/021346.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:20030-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1214980</URL>
      <Description>SUSE Bug 1214980</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1216198</URL>
      <Description>SUSE Bug 1216198</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222804</URL>
      <Description>SUSE Bug 1222804</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222807</URL>
      <Description>SUSE Bug 1222807</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222811</URL>
      <Description>SUSE Bug 1222811</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222813</URL>
      <Description>SUSE Bug 1222813</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222814</URL>
      <Description>SUSE Bug 1222814</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222821</URL>
      <Description>SUSE Bug 1222821</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222822</URL>
      <Description>SUSE Bug 1222822</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222826</URL>
      <Description>SUSE Bug 1222826</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222828</URL>
      <Description>SUSE Bug 1222828</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222830</URL>
      <Description>SUSE Bug 1222830</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222833</URL>
      <Description>SUSE Bug 1222833</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1222834</URL>
      <Description>SUSE Bug 1222834</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1223724</URL>
      <Description>SUSE Bug 1223724</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224113</URL>
      <Description>SUSE Bug 1224113</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224115</URL>
      <Description>SUSE Bug 1224115</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224116</URL>
      <Description>SUSE Bug 1224116</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1224118</URL>
      <Description>SUSE Bug 1224118</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1227918</URL>
      <Description>SUSE Bug 1227918</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1325335</URL>
      <Description>SUSE Bug 1325335</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1548723</URL>
      <Description>SUSE Bug 1548723</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1573097</URL>
      <Description>SUSE Bug 1573097</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1615555</URL>
      <Description>SUSE Bug 1615555</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1748105</URL>
      <Description>SUSE Bug 1748105</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1753026</URL>
      <Description>SUSE Bug 1753026</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1757758</URL>
      <Description>SUSE Bug 1757758</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1774659</URL>
      <Description>SUSE Bug 1774659</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1775046</URL>
      <Description>SUSE Bug 1775046</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1780432</URL>
      <Description>SUSE Bug 1780432</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1784253</URL>
      <Description>SUSE Bug 1784253</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1793811</URL>
      <Description>SUSE Bug 1793811</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1813401</URL>
      <Description>SUSE Bug 1813401</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1818766</URL>
      <Description>SUSE Bug 1818766</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1822450</URL>
      <Description>SUSE Bug 1822450</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1822935</URL>
      <Description>SUSE Bug 1822935</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1822936</URL>
      <Description>SUSE Bug 1822936</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1826451</URL>
      <Description>SUSE Bug 1826451</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1826652</URL>
      <Description>SUSE Bug 1826652</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1827224</URL>
      <Description>SUSE Bug 1827224</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1827303</URL>
      <Description>SUSE Bug 1827303</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1827444</URL>
      <Description>SUSE Bug 1827444</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1829112</URL>
      <Description>SUSE Bug 1829112</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1830415</URL>
      <Description>SUSE Bug 1830415</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1830978</URL>
      <Description>SUSE Bug 1830978</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1831552</URL>
      <Description>SUSE Bug 1831552</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1833270</URL>
      <Description>SUSE Bug 1833270</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1834851</URL>
      <Description>SUSE Bug 1834851</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1835357</URL>
      <Description>SUSE Bug 1835357</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1835425</URL>
      <Description>SUSE Bug 1835425</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1835828</URL>
      <Description>SUSE Bug 1835828</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1836781</URL>
      <Description>SUSE Bug 1836781</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1836925</URL>
      <Description>SUSE Bug 1836925</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1837431</URL>
      <Description>SUSE Bug 1837431</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1837617</URL>
      <Description>SUSE Bug 1837617</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1837987</URL>
      <Description>SUSE Bug 1837987</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1839327</URL>
      <Description>SUSE Bug 1839327</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1839795</URL>
      <Description>SUSE Bug 1839795</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1839992</URL>
      <Description>SUSE Bug 1839992</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1840429</URL>
      <Description>SUSE Bug 1840429</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1840437</URL>
      <Description>SUSE Bug 1840437</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1840505</URL>
      <Description>SUSE Bug 1840505</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1840510</URL>
      <Description>SUSE Bug 1840510</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1841029</URL>
      <Description>SUSE Bug 1841029</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1842928</URL>
      <Description>SUSE Bug 1842928</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1842932</URL>
      <Description>SUSE Bug 1842932</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1842935</URL>
      <Description>SUSE Bug 1842935</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1842937</URL>
      <Description>SUSE Bug 1842937</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1847845</URL>
      <Description>SUSE Bug 1847845</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1848183</URL>
      <Description>SUSE Bug 1848183</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1849077</URL>
      <Description>SUSE Bug 1849077</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1849471</URL>
      <Description>SUSE Bug 1849471</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1850598</URL>
      <Description>SUSE Bug 1850598</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1850982</URL>
      <Description>SUSE Bug 1850982</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1851044</URL>
      <Description>SUSE Bug 1851044</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1851049</URL>
      <Description>SUSE Bug 1851049</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1852011</URL>
      <Description>SUSE Bug 1852011</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1852179</URL>
      <Description>SUSE Bug 1852179</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1853737</URL>
      <Description>SUSE Bug 1853737</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1854438</URL>
      <Description>SUSE Bug 1854438</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1854439</URL>
      <Description>SUSE Bug 1854439</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1854795</URL>
      <Description>SUSE Bug 1854795</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1855318</URL>
      <Description>SUSE Bug 1855318</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1858241</URL>
      <Description>SUSE Bug 1858241</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1860670</URL>
      <Description>SUSE Bug 1860670</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1861265</URL>
      <Description>SUSE Bug 1861265</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1861728</URL>
      <Description>SUSE Bug 1861728</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1863605</URL>
      <Description>SUSE Bug 1863605</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1865450</URL>
      <Description>SUSE Bug 1865450</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1867408</URL>
      <Description>SUSE Bug 1867408</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1869378</URL>
      <Description>SUSE Bug 1869378</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1869408</URL>
      <Description>SUSE Bug 1869408</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1869642</URL>
      <Description>SUSE Bug 1869642</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1870673</URL>
      <Description>SUSE Bug 1870673</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1871152</URL>
      <Description>SUSE Bug 1871152</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1871219</URL>
      <Description>SUSE Bug 1871219</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1871630</URL>
      <Description>SUSE Bug 1871630</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1871631</URL>
      <Description>SUSE Bug 1871631</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1873095</URL>
      <Description>SUSE Bug 1873095</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1873296</URL>
      <Description>SUSE Bug 1873296</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1874017</URL>
      <Description>SUSE Bug 1874017</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1874111</URL>
      <Description>SUSE Bug 1874111</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1874458</URL>
      <Description>SUSE Bug 1874458</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1874937</URL>
      <Description>SUSE Bug 1874937</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1875356</URL>
      <Description>SUSE Bug 1875356</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1875506</URL>
      <Description>SUSE Bug 1875506</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1875965</URL>
      <Description>SUSE Bug 1875965</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1876179</URL>
      <Description>SUSE Bug 1876179</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1876390</URL>
      <Description>SUSE Bug 1876390</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1876800</URL>
      <Description>SUSE Bug 1876800</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1877344</URL>
      <Description>SUSE Bug 1877344</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1877730</URL>
      <Description>SUSE Bug 1877730</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1879513</URL>
      <Description>SUSE Bug 1879513</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1879945</URL>
      <Description>SUSE Bug 1879945</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1880857</URL>
      <Description>SUSE Bug 1880857</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1881027</URL>
      <Description>SUSE Bug 1881027</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1884276</URL>
      <Description>SUSE Bug 1884276</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1884444</URL>
      <Description>SUSE Bug 1884444</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1885404</URL>
      <Description>SUSE Bug 1885404</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1887996</URL>
      <Description>SUSE Bug 1887996</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1889671</URL>
      <Description>SUSE Bug 1889671</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1890069</URL>
      <Description>SUSE Bug 1890069</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1893029</URL>
      <Description>SUSE Bug 1893029</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1893162</URL>
      <Description>SUSE Bug 1893162</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1893334</URL>
      <Description>SUSE Bug 1893334</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1893404</URL>
      <Description>SUSE Bug 1893404</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1893752</URL>
      <Description>SUSE Bug 1893752</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1894572</URL>
      <Description>SUSE Bug 1894572</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1895012</URL>
      <Description>SUSE Bug 1895012</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1895032</URL>
      <Description>SUSE Bug 1895032</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1896353</URL>
      <Description>SUSE Bug 1896353</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1897487</URL>
      <Description>SUSE Bug 1897487</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1898074</URL>
      <Description>SUSE Bug 1898074</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1898627</URL>
      <Description>SUSE Bug 1898627</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1898825</URL>
      <Description>SUSE Bug 1898825</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1898830</URL>
      <Description>SUSE Bug 1898830</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1898858</URL>
      <Description>SUSE Bug 1898858</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1899593</URL>
      <Description>SUSE Bug 1899593</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1899759</URL>
      <Description>SUSE Bug 1899759</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1899883</URL>
      <Description>SUSE Bug 1899883</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1900413</URL>
      <Description>SUSE Bug 1900413</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1901080</URL>
      <Description>SUSE Bug 1901080</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1901932</URL>
      <Description>SUSE Bug 1901932</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1905691</URL>
      <Description>SUSE Bug 1905691</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/215997</URL>
      <Description>SUSE Bug 215997</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/671060</URL>
      <Description>SUSE Bug 671060</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/676100</URL>
      <Description>SUSE Bug 676100</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/676118</URL>
      <Description>SUSE Bug 676118</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/864039</URL>
      <Description>SUSE Bug 864039</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-5388/</URL>
      <Description>SUSE CVE CVE-2023-5388 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Micro 6.0">
      <Branch Type="Product Name" Name="SUSE Linux Micro 6.0">
        <FullProductName ProductID="SUSE Linux Micro 6.0" CPE="cpe:/o:suse:sl-micro:6.0">SUSE Linux Micro 6.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libfreebl3-3.101.2-1.1">
      <FullProductName ProductID="libfreebl3-3.101.2-1.1">libfreebl3-3.101.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libsoftokn3-3.101.2-1.1">
      <FullProductName ProductID="libsoftokn3-3.101.2-1.1">libsoftokn3-3.101.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-3.101.2-1.1">
      <FullProductName ProductID="mozilla-nss-3.101.2-1.1">mozilla-nss-3.101.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-certs-3.101.2-1.1">
      <FullProductName ProductID="mozilla-nss-certs-3.101.2-1.1">mozilla-nss-certs-3.101.2-1.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mozilla-nss-tools-3.101.2-1.1">
      <FullProductName ProductID="mozilla-nss-tools-3.101.2-1.1">mozilla-nss-tools-3.101.2-1.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libfreebl3-3.101.2-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libfreebl3-3.101.2-1.1">libfreebl3-3.101.2-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsoftokn3-3.101.2-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:libsoftokn3-3.101.2-1.1">libsoftokn3-3.101.2-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-3.101.2-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:mozilla-nss-3.101.2-1.1">mozilla-nss-3.101.2-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-certs-3.101.2-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:mozilla-nss-certs-3.101.2-1.1">mozilla-nss-certs-3.101.2-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="mozilla-nss-tools-3.101.2-1.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Micro 6.0">
      <FullProductName ProductID="SUSE Linux Micro 6.0:mozilla-nss-tools-3.101.2-1.1">mozilla-nss-tools-3.101.2-1.1 as a component of SUSE Linux Micro 6.0</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">NSS was susceptible to a timing side-channel attack when performing RSA decryption. This attack could potentially allow an attacker to recover the private data. This vulnerability affects Firefox &lt; 124, Firefox ESR &lt; 115.9, and Thunderbird &lt; 115.9.</Note>
    </Notes>
    <CVE>CVE-2023-5388</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Micro 6.0:libfreebl3-3.101.2-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:libsoftokn3-3.101.2-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:mozilla-nss-3.101.2-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:mozilla-nss-certs-3.101.2-1.1</ProductID>
        <ProductID>SUSE Linux Micro 6.0:mozilla-nss-tools-3.101.2-1.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>critical</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2025/suse-su-202520030-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-5388.html</URL>
        <Description>CVE-2023-5388</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216198</URL>
        <Description>SUSE Bug 1216198</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1221327</URL>
        <Description>SUSE Bug 1221327</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
