<?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 clamav</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:0325-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-02-03T09:39:04Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-02-03T09:39:04Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-02-03T09:39:04Z</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 clamav</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for clamav fixes the following issues:

New version 1.4.2:

  * CVE-2025-20128, bsc#1236307: Fixed a possible buffer overflow
    read bug in the OLE2 file parser that could cause a
    denial-of-service (DoS) condition.  

- Start clamonacc with --fdpass to avoid errors due to
  clamd not being able to access user files. (bsc#1232242)

- New version 1.4.1:

  * https://blog.clamav.net/2024/09/clamav-141-132-107-and-010312-security.html

- New version 1.4.0:

  * Added support for extracting ALZ archives.
  * Added support for extracting LHA/LZH archives.
  * Added the ability to disable image fuzzy hashing, if needed.
    For context, image fuzzy hashing is a detection mechanism
    useful for identifying malware by matching images included with
    the malware or phishing email/document.
  * https://blog.clamav.net/2024/08/clamav-140-feature-release-and-clamav.html

- New version 1.3.2:

  * CVE-2024-20506: Changed the logging module to disable following
    symlinks on Linux and Unix systems so as to prevent an attacker
    with existing access to the 'clamd' or 'freshclam' services from
    using a symlink to corrupt system files.
  * CVE-2024-20505: Fixed a possible out-of-bounds read bug in the PDF
    file parser that could cause a denial-of-service condition.
  * Removed unused Python modules from freshclam tests including
    deprecated 'cgi' module that is expected to cause test failures in
    Python 3.13.
  * Fix unit test caused by expiring signing certificate.
  * Fixed a build issue on Windows with newer versions of Rust. Also
    upgraded GitHub Actions imports to fix CI failures.
  * Fixed an unaligned pointer dereference issue on select architectures.
  * Fixes to Jenkins CI pipeline.
  

- New Version: 1.3.1:

  * CVE-2024-20380: Fixed a possible crash in the HTML file parser
    that could cause a denial-of-service (DoS) condition.
  * Updated select Rust dependencies to the latest versions.
  * Fixed a bug causing some text to be truncated when converting
    from UTF-16.
  * Fixed assorted complaints identified by Coverity static
    analysis.
  * Fixed a bug causing CVDs downloaded by the DatabaseCustomURL
  * Added the new 'valhalla' database name to the list of optional
    databases in preparation for future work.

- New version: 1.3.0:

  * Added support for extracting and scanning attachments found in
    Microsoft OneNote section files. OneNote parsing will be
    enabled by default, but may be optionally disabled.
  * Added file type recognition for compiled Python ('.pyc') files.
  * Improved support for decrypting PDFs with empty passwords.
  * Fixed a warning when scanning some HTML files.
  * ClamOnAcc: Fixed an infinite loop when a watched directory
    does not exist.
  * ClamOnAcc: Fixed an infinite loop when a file has been deleted
    before a scan.

- New version: 1.2.0:

  * Added support for extracting Universal Disk Format (UDF)
    partitions.
  * Added an option to customize the size of ClamAV's clean file
    cache.
  * Raised the MaxScanSize limit so the total amount of data
    scanned when scanning a file or archive may exceed 4 gigabytes.
  * Added ability for Freshclam to use a client certificate PEM
    file and a private key PEM file for authentication to a private
    mirror.
  * Fix an issue extracting files from ISO9660 partitions where the
    files are listed in the plain ISO tree and there also exists an
    empty Joliet tree.
  * PID and socket are now located under /run/clamav/clamd.pid and
    /run/clamav/clamd.sock .
  * bsc#1211594: Fixed an issue where ClamAV does not abort the
    signature load process after partially loading an invalid
    signature.

- New version 1.1.0:

  * https://blog.clamav.net/2023/05/clamav-110-released.html
  * Added the ability to extract images embedded in HTML CSS
    &lt;style&gt; blocks.
  * Updated to Sigtool so that the '--vba' option will extract VBA
    code from Microsoft Office documents the same way that
    libclamav extracts VBA.
  * Added a new option --fail-if-cvd-older-than=days to clamscan
    and clamd, and FailIfCvdOlderThan to clamd.conf
  * Added a new function 'cl_cvdgetage()' to the libclamav API.
  * Added a new function 'cl_engine_set_clcb_vba()' to the
    libclamav API.
- bsc#1180296: Integrate clamonacc as a service.
- New version 1.0.1 LTS (including changes in 0.104 and 0.105):
  * As of ClamAV 0.104, CMake is required to build ClamAV.
  * As of ClamAV 0.105, Rust is now required to compile ClamAV.
  * Increased the default limits for file and scan size:
    * MaxScanSize: 100M to 400M
    * MaxFileSize: 25M to 100M
    * StreamMaxLength: 25M to 100M
    * PCREMaxFileSize: 25M to 100M
    * MaxEmbeddedPE: 10M to 40M
    * MaxHTMLNormalize: 10M to 40M
    * MaxScriptNormalize: 5M to 20M
    * MaxHTMLNoTags: 2M to 8M
  * Added image fuzzy hash subsignatures for logical signatures.
  * Support for decrypting read-only OLE2-based XLS files that are
    encrypted with the default password.
  * Overhauled the implementation of the all-match feature.
  * Added a new callback to the public API for inspecting file
    content during a scan at each layer of archive extraction.
  * Added a new function to the public API for unpacking CVD
    signature archives.
  * The option to build with an external TomsFastMath library has
    been removed. ClamAV requires non-default build options for
    TomsFastMath to support bigger floating point numbers.
  * For a full list of changes see the release announcements:
    * https://blog.clamav.net/2022/11/clamav-100-lts-released.html
    * https://blog.clamav.net/2022/05/clamav-01050-01043-01036-released.html
    * https://blog.clamav.net/2021/09/clamav-01040-released.html
- Build clamd with systemd support.

* CVE-2023-20197: Fixed a possible denial of service vulnerability in
  the HFS+ file parser. (bsc#1214342)
* CVE-2018-14679: Fixed that an issue was discovered in mspack/chmd.c
  in libmspack before 0.7alpha. There isan off-by-one error in the CHM
  PMGI/PMGL chunk number validity checks, which could lead to denial of
  service (uninitialized da (bsc#1103032)
  
- Package huge .html documentation in a separate subpackage.

- Update to 0.103.7 (bsc#1202986)

  - Zip parser: tolerate 2-byte overlap in file entries
  - Fix bug with logical signature Intermediates feature
  - Update to UnRAR v6.1.7
  - Patch UnRAR: allow skipping files in solid archives
  - Patch UnRAR: limit dict winsize to 1GB

- Use a split-provides for clamav-milter instead of recommending it.
- Package clamav-milter in a subpackage
- Remove virus signatures upon uninstall
- Check for database existence before starting clamd
- Restart clamd when it exits
- Don't daemonize freshclam, but use a systemd timer instead to
  trigger updates
</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">Image SLES15-SP3-SAP-Azure-LI-BYOS-Production-2025-325,Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production-2025-325,SUSE-2025-325,SUSE-SLE-Micro-5.5-2025-325,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-325,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-325,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-325,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-325,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-325,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-325,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-325,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-325,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-325,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-325,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-325,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-325,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-325,SUSE-Storage-7.1-2025-325</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-20250325-1/</URL>
      <Description>Link for SUSE-SU-2025:0325-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-February/020258.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:0325-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/1102840</URL>
      <Description>SUSE Bug 1102840</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1103032</URL>
      <Description>SUSE Bug 1103032</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180296</URL>
      <Description>SUSE Bug 1180296</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1202986</URL>
      <Description>SUSE Bug 1202986</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1211594</URL>
      <Description>SUSE Bug 1211594</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1214342</URL>
      <Description>SUSE Bug 1214342</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1232242</URL>
      <Description>SUSE Bug 1232242</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1236307</URL>
      <Description>SUSE Bug 1236307</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2018-14679/</URL>
      <Description>SUSE CVE CVE-2018-14679 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-20197/</URL>
      <Description>SUSE CVE CVE-2023-20197 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-20380/</URL>
      <Description>SUSE CVE CVE-2024-20380 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-20505/</URL>
      <Description>SUSE CVE CVE-2024-20505 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-20506/</URL>
      <Description>SUSE CVE CVE-2024-20506 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-20128/</URL>
      <Description>SUSE CVE CVE-2025-20128 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp4">SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp5">SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.5">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5" CPE="cpe:/o:suse:sle-micro:5.5">SUSE Linux Enterprise Micro 5.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP4-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp4">SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP5-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp5">SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4" CPE="cpe:/o:suse:sles_sap:15:sp4">SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5" CPE="cpe:/o:suse:sles_sap:15:sp5">SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.3">
        <FullProductName ProductID="SUSE Manager Proxy 4.3" CPE="cpe:/o:suse:suse-manager-proxy:4.3">SUSE Manager Proxy 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.3">
        <FullProductName ProductID="SUSE Manager Server 4.3" CPE="cpe:/o:suse:suse-manager-server:4.3">SUSE Manager Server 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="clamav-1.4.2-150200.8.3.1">
      <FullProductName ProductID="clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libclamav12-1.4.2-150200.8.3.1">
      <FullProductName ProductID="libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libclammspack0-1.4.2-150200.8.3.1">
      <FullProductName ProductID="libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libfreshclam3-1.4.2-150200.8.3.1">
      <FullProductName ProductID="libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="clamav-devel-1.4.2-150200.8.3.1">
      <FullProductName ProductID="clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="clamav-docs-html-1.4.2-150200.8.3.1">
      <FullProductName ProductID="clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="clamav-milter-1.4.2-150200.8.3.1">
      <FullProductName ProductID="clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.5">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Micro 5.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP4-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP4-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP5-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server 15 SP5-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP5">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP5</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.3">
      <FullProductName ProductID="SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Manager Proxy 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1">clamav-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-devel-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1">clamav-devel-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-docs-html-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1">clamav-docs-html-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="clamav-milter-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1">clamav-milter-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclamav12-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1">libclamav12-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libclammspack0-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1">libclammspack0-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libfreshclam3-1.4.2-150200.8.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.3">
      <FullProductName ProductID="SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.3.1">libfreshclam3-1.4.2-150200.8.3.1 as a component of SUSE Manager Server 4.3</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">An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. There is an off-by-one error in the CHM PMGI/PMGL chunk number validity checks, which could lead to denial of service (uninitialized data dereference and application crash).</Note>
    </Notes>
    <CVE>CVE-2018-14679</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2018-14679.html</URL>
        <Description>CVE-2018-14679</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1102922</URL>
        <Description>SUSE Bug 1102922</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103032</URL>
        <Description>SUSE Bug 1103032</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1103040</URL>
        <Description>SUSE Bug 1103040</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">A vulnerability in the filesystem image parser for Hierarchical File System Plus (HFS+) of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.

 This vulnerability is due to an incorrect check for completion when a file is decompressed, which may result in a loop condition that could cause the affected software to stop responding. An attacker could exploit this vulnerability by submitting a crafted HFS+ filesystem image to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to stop responding, resulting in a DoS condition on the affected software and consuming available system resources.

 For a description of this vulnerability, see the ClamAV blog .</Note>
    </Notes>
    <CVE>CVE-2023-20197</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-20197.html</URL>
        <Description>CVE-2023-20197</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1214342</URL>
        <Description>SUSE Bug 1214342</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">A vulnerability in the HTML parser of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.
The vulnerability is due to an issue in the C to Rust foreign function interface. An attacker could exploit this vulnerability by submitting a crafted file containing HTML content to be scanned by ClamAV on an affected device. An exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.</Note>
    </Notes>
    <CVE>CVE-2024-20380</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-20380.html</URL>
        <Description>CVE-2024-20380</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223132</URL>
        <Description>SUSE Bug 1223132</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A vulnerability in the PDF parsing module of Clam AntiVirus (ClamAV) versions 1.4.0, 1.3.2 and prior versions, all 1.2.x versions, 1.0.6 and prior versions, all 0.105.x versions, all 0.104.x versions, and 0.103.11 and all prior versions could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.

The vulnerability is due to an out of bounds read. An attacker could exploit this vulnerability by submitting a crafted PDF file to be scanned by ClamAV on an affected device. An exploit could allow the attacker to terminate the scanning process.</Note>
    </Notes>
    <CVE>CVE-2024-20505</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-20505.html</URL>
        <Description>CVE-2024-20505</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1230161</URL>
        <Description>SUSE Bug 1230161</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A vulnerability in the ClamD service module of Clam AntiVirus (ClamAV) versions 1.4.0, 1.3.2 and prior versions, all 1.2.x versions, 1.0.6 and prior versions, all 0.105.x versions, all 0.104.x versions, and 0.103.11 and all prior versions could allow an authenticated, local attacker to corrupt critical system files.

The vulnerability is due to allowing the ClamD process to write to its log file while privileged without checking if the logfile has been replaced with a symbolic link. An attacker could exploit this vulnerability if they replace the ClamD log file with a symlink to a critical system file and then find a way to restart the ClamD process. An exploit could allow the attacker to corrupt a critical system file by appending ClamD log messages after restart.</Note>
    </Notes>
    <CVE>CVE-2024-20506</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-20506.html</URL>
        <Description>CVE-2024-20506</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1230162</URL>
        <Description>SUSE Bug 1230162</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A vulnerability in the Object Linking and Embedding 2 (OLE2) decryption routine of ClamAV could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.

This vulnerability is due to an integer underflow in a bounds check that allows for a heap buffer overflow read. An attacker could exploit this vulnerability by submitting a crafted file containing OLE2 content to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to terminate the ClamAV scanning process, resulting in a DoS condition on the affected software.
For a description of this vulnerability, see the .
Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.</Note>
    </Notes>
    <CVE>CVE-2025-20128</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP4-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP5-LTSS:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP4:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP5:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.3:libfreshclam3-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-devel-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-docs-html-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:clamav-milter-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclamav12-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libclammspack0-1.4.2-150200.8.3.1</ProductID>
        <ProductID>SUSE Manager Server 4.3:libfreshclam3-1.4.2-150200.8.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-20250325-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-20128.html</URL>
        <Description>CVE-2025-20128</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1236307</URL>
        <Description>SUSE Bug 1236307</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
