<?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 liboqs, oqs-provider</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:0005-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-01-02T08:01:41Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-01-02T08:01:41Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-01-02T08:01: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 liboqs, oqs-provider</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for liboqs, oqs-provider fixes the following issues:

This update supplies the new FIPS standardized ML-KEM, ML-DSA, SHL-DSA algorithms.

This update liboqs to 0.12.0:

  - This release updates the ML-DSA implementation to the [final
    FIPS 204](https://csrc.nist.gov/pubs/fips/204/final) version. This
    release still includes the NIST Round 3 version of Dilithium for
    interoperability purposes, but we plan to remove Dilithium Round 3 in
    a future release.
  - This will be the last release of liboqs to include Kyber (that is,
    the NIST Round 3 version of Kyber, prior to its standardization by NIST
    as ML-KEM in FIPS 203). Applications should switch to ML-KEM (FIPS 203).
  - The addition of ML-DSA FIPS 204 final version to liboqs has
    introduced a new signature API which includes a context string
    parameter. We are planning to remove the old version of the API
    without a context string in the next release to streamline the
    API and bring it in line with NIST specifications. Users who
    have an opinion on this removal are invited to provide input at
    https://github.com/open-quantum-safe/liboqs/issues/2001.

  Security issues:

  - CVE-2024-54137: Fixed bug in HQC decapsulation that leads to incorrect
    shared secret value during decapsulation when called with an invalid
    ciphertext. (bsc#1234292)
  - new library major version 7

Updated to 0.11.0:

  * This release updates ML-KEM implementations to their final FIPS 203
    https://csrc.nist.gov/pubs/fips/203/final versions .
  * This release still includes the NIST Round 3 version of Kyber for
    interoperability purposes, but we plan to remove Kyber Round 3 in a
    future release.
  * Additionally, this release adds support for MAYO and CROSS
    digital signature schemes from [NIST Additional Signatures Round 1
    https://csrc.nist.gov/Projects/pqc-dig-sig/round-1-additional-signatures
    along with stateful hash-based signature schemes XMSS
    https://datatracker.ietf.org/doc/html/rfc8391 and LMS
    https://datatracker.ietf.org/doc/html/rfc8554.
  * Finally, this release provides formally verified
    implementations of Kyber-512 and Kyber-768 from libjade
    https://github.com/formosa-crypto/libjade/releases/tag/release%2F2023.05-2
  * LMS and XMSS are disabled by default due to the security risks associated with their use in software.
    See the note on stateful hash-based signatures in CONFIGURE.md
  * Key encapsulation mechanisms:
  - Kyber: Added formally-verified portable C and AVX2 implementations
    of Kyber-512 and Kyber-768 from libjade.
  - ML-KEM: Updated portable C and AVX2 implementations of ML-KEM-512,
    ML-KEM-768, and ML-KEM-1024 to FIP 203 version.
  - Kyber: Patched ARM64 implementations of Kyber-512, Kyber-768, and
    Kyber-1024 to work with AddressSanitizer.
  * Digital signature schemes:
  - LMS/XMSS: Added implementations of stateful hash-based signature
    schemes: XMSS and LMS
  - MAYO: Added portable C and AVX2 implementations of MAYO signature
    scheme from NIST Additional Signatures Round 1.
  - CROSS: Added portable C and AVX2 implementations of CROSS signature
    scheme from NIST Additional Signatures Round 1.
  * Other changes:
  - Added callback API to use custom implementations of AES, SHA2, and SHA3.
  - Refactor SHA3 implementation to use OpenSSL's EVP_DigestSqueeze() API.

  - new library major version 6

Updated to 0.10.1:

- This release is a security release which fixes potential
  non-constant-time behaviour in ML-KEM and Kyber. (bsc#1226162
  CVE-2024-36405)
  It also includes a fix for incorrectly named macros in the ML-DSA
  implementation.

updated to 0.10.0:

  Key encapsulation mechanisms:

  - BIKE: Updated portable C implementation to include constant-time fixes from upstream.
  - HQC: Updated to NIST Round 4 version.
  - ML-KEM: Added portable C and AVX2 implementations of Initial Public Draft (IPD) versions of ML-KEM-512, ML-KEM-768, and ML-KEM-1024.

  Digital signature schemes:

  - Falcon: Updated portable C, AVX2, and AArch64 implementations to support fixed-length (PADDED-format) signatures. Fixed the maximum length of variable-length signatures to comply with the NIST Round 3 specification.
  - ML-DSA: Added portable C and AVX2 implementations of Initial Public Draft (IPD) versions of ML-DSA-44, ML-DSA-65, and ML-DSA-87.

  Other changes:

  - Improved thread safety.
  - Removed support for the 'NIST-KAT' DRBG.
  - Added extended KAT test programs.

- library major version changed from 4 to 5

This update also updates oqs-provider to 0.7.0:


- Adds support for MAYO from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
- Adds support for CROSS from Round 1 of NIST’s Post-Quantum Signature On-Ramp process.
- Updates ML-KEM's code points in line with internet draft draft-kwiatkowski-tls-ecdhe-mlkem-02.
- Reverses keyshares for X25519MLKEM768 and X448-ML-KEM-768 TLS hybrids in line with draft-kwiatkowski-tls-ecdhe-mlkem-02.

Updated to 0.6.1:

- CVE-2024-37305: Fixed buffer overflow in deserialization of hybrid keys and signatures (bsc#1226468)

Updated to 0.6.0:

- First availability of standardized PQ algorithms, e.g., ML-KEM, ML-DSA
- Support for Composite PQ operations
- Alignment with PQ algorithm implementations as provided by liboqs 0.10.0, most notably updating HQC and Falcon.
- Implementation of security code review recommendations
- Support for more hybrid operations as fully documented here.
- Support for extraction of classical and hybrid key material

Updated to 0.5.3:

- only tracking parallel liboqs security update

Updated to 0.5.2:

- Algorithm updates as documented in the liboqs 0.9.0 release notes
- Standard coding style
- Enhanced memory leak protection
- Added community cooperation documentation
- (optional) KEM algorithm en-/decoder feature

Updated to 0.5.1:

- Documentation update
- document specs
- General documentation overhaul
- change TLS demo to use QSC alg
- Build a module instead of a shared library.
- explain groups in USAGE
</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-2025-5,SUSE-SLE-Module-Basesystem-15-SP6-2025-5,openSUSE-SLE-15.6-2025-5</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-20250005-1/</URL>
      <Description>Link for SUSE-SU-2025:0005-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-January/020060.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0005-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/1226162</URL>
      <Description>SUSE Bug 1226162</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1226468</URL>
      <Description>SUSE Bug 1226468</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1234292</URL>
      <Description>SUSE Bug 1234292</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-36405/</URL>
      <Description>SUSE CVE CVE-2024-36405 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-37305/</URL>
      <Description>SUSE CVE CVE-2024-37305 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-54137/</URL>
      <Description>SUSE CVE CVE-2024-54137 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Basesystem 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6" CPE="cpe:/o:suse:sle-module-basesystem:15:sp6">SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="liboqs-devel-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs-devel-0.12.0-150600.3.3.1">liboqs-devel-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liboqs-devel-32bit-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs-devel-32bit-0.12.0-150600.3.3.1">liboqs-devel-32bit-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liboqs-devel-64bit-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs-devel-64bit-0.12.0-150600.3.3.1">liboqs-devel-64bit-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liboqs7-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs7-0.12.0-150600.3.3.1">liboqs7-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liboqs7-32bit-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs7-32bit-0.12.0-150600.3.3.1">liboqs7-32bit-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="liboqs7-64bit-0.12.0-150600.3.3.1">
      <FullProductName ProductID="liboqs7-64bit-0.12.0-150600.3.3.1">liboqs7-64bit-0.12.0-150600.3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="oqs-provider-0.7.0-150600.3.3.1">
      <FullProductName ProductID="oqs-provider-0.7.0-150600.3.3.1">oqs-provider-0.7.0-150600.3.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="liboqs-devel-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs-devel-0.12.0-150600.3.3.1">liboqs-devel-0.12.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="liboqs7-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs7-0.12.0-150600.3.3.1">liboqs7-0.12.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="oqs-provider-0.7.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Basesystem 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Basesystem 15 SP6:oqs-provider-0.7.0-150600.3.3.1">oqs-provider-0.7.0-150600.3.3.1 as a component of SUSE Linux Enterprise Module for Basesystem 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="liboqs-devel-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:liboqs-devel-0.12.0-150600.3.3.1">liboqs-devel-0.12.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="liboqs-devel-32bit-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:liboqs-devel-32bit-0.12.0-150600.3.3.1">liboqs-devel-32bit-0.12.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="liboqs7-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:liboqs7-0.12.0-150600.3.3.1">liboqs7-0.12.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="liboqs7-32bit-0.12.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:liboqs7-32bit-0.12.0-150600.3.3.1">liboqs7-32bit-0.12.0-150600.3.3.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="oqs-provider-0.7.0-150600.3.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:oqs-provider-0.7.0-150600.3.3.1">oqs-provider-0.7.0-150600.3.3.1 as a component of openSUSE Leap 15.6</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">liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A control-flow timing lean has been identified in the reference implementation of the Kyber key encapsulation mechanism when it is compiled with Clang 15-18 for `-Os`, `-O1`, and other compilation options. A proof-of-concept local attack on the reference implementation leaks the entire ML-KEM 512 secret key in ~10 minutes using end-to-end decapsulation timing measurements. The issue has been fixed in version 0.10.1. As a possible workaround, some compiler options may produce vectorized code that does not leak secret information, however relying on these compiler options as a workaround may not be reliable.</Note>
    </Notes>
    <CVE>CVE-2024-36405</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</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-20250005-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-36405.html</URL>
        <Description>CVE-2024-36405</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1226162</URL>
        <Description>SUSE Bug 1226162</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">oqs-provider is a provider for the OpenSSL 3 cryptography library that adds support for post-quantum cryptography in TLS, X.509, and S/MIME using post-quantum algorithms from liboqs. Flaws have been identified in the way oqs-provider handles lengths decoded with DECODE_UINT32 at the start of serialized hybrid (traditional + post-quantum) keys and signatures. Unchecked length values are later used for memory reads and writes; malformed input can lead to crashes or information leakage. Handling of plain/non-hybrid PQ key operation is not affected. This issue has been patched in in v0.6.1. All users are advised to upgrade. There are no workarounds for this issue.</Note>
    </Notes>
    <CVE>CVE-2024-37305</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</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-20250005-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-37305.html</URL>
        <Description>CVE-2024-37305</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1226468</URL>
        <Description>SUSE Bug 1226468</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A correctness error has been identified in the reference implementation of the HQC key encapsulation mechanism. Due to an indexing error, part of the secret key is incorrectly treated as non-secret data. This results in an incorrect shared secret value being returned when the decapsulation function is called with a malformed ciphertext. This vulnerability is fixed in 0.12.0.</Note>
    </Notes>
    <CVE>CVE-2024-54137</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Basesystem 15 SP6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs-devel-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:liboqs7-32bit-0.12.0-150600.3.3.1</ProductID>
        <ProductID>openSUSE Leap 15.6:oqs-provider-0.7.0-150600.3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</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-20250005-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-54137.html</URL>
        <Description>CVE-2024-54137</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1234292</URL>
        <Description>SUSE Bug 1234292</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
