<?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 php8</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:1012-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2025-03-25T12:47:30Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2025-03-25T12:47:30Z</InitialReleaseDate>
    <CurrentReleaseDate>2025-03-25T12:47:30Z</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 php8</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for php8 fixes the following issues:

- CVE-2025-1217: Fixed header parser of `http` stream wrapper not handling folded headers (bsc#1239664)
- CVE-2024-11235: Fixed reference counting in php_request_shutdown causing Use-After-Free (bsc#1239666)
- CVE-2025-1219: Fixed libxml streams using wrong `content-type` header when requesting a redirected resource (bsc#1239667)
- CVE-2025-1734: Fixed streams HTTP wrapper not failing for headers with invalid name and no colon (bsc#1239668)
- CVE-2025-1861: Fixed stream HTTP wrapper truncate redirect location to 1024 bytes (bsc#1239669)
- CVE-2025-1736: Fixed stream HTTP wrapper header check might omitting basic auth header (bsc#1239670)

Version update to 8.2.28:
    Core:
        Fixed bug GH-17211 (observer segfault on function loaded with dl()).
    LibXML:
        Fixed GHSA-wg4p-4hqh-c3g9.
        Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header when requesting a redirected resource).
    Streams:
        Fixed GHSA-hgf5-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header).
        Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location to 1024 bytes).
        Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers without colon).
        Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not handle folded headers).
  
Version update version 8.2.27
    Calendar:
        Fixed jdtogregorian overflow.
        Fixed cal_to_jd julian_days argument overflow.
    COM:
        Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults).
    Core:
        Fail early in *nix configuration build script.
        Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)).
        Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469).
        Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs).
        Fix is_zend_ptr() huge block comparison.
        Fixed potential OOB read in zend_dirname() on Windows.
    Curl:
        Fix various memory leaks in curl mime handling.
    FPM:
        Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status).
    GD:
        Fixed GH-16776 (imagecreatefromstring overflow).
    GMP:
        Revert gmp_pow() overly restrictive overflow checks.
    Hash:
        Fixed GH-16711: Segfault in mhash().
    Opcache:
        Fixed bug GH-16770 (Tracing JIT type mismatch when returning UNDEF).
        Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads).
        Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64).
    OpenSSL:
        Prevent unexpected array entry conversion when reading key.
        Fix various memory leaks related to openssl exports.
        Fix memory leak in php_openssl_pkey_from_zval().
    PDO:
        Fixed memory leak of `setFetchMode()`.
    Phar:
        Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks).
    PHPDBG:
        Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()).
    SAPI:
        Fixed bug GH-16998 (UBSAN warning in rfc1867).
    SimpleXML:
        Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator -&gt;current() with a xml element input).
    SNMP:
        Fixed bug GH-16959 (snmget modifies the object_id array).
    Standard:
        Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF properties).
    Streams:
        Fixed network connect poll interuption handling.
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2025-1012,SUSE-SLE-Module-Web-Scripting-15-SP6-2025-1012,openSUSE-SLE-15.6-2025-1012</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-20251012-1/</URL>
      <Description>Link for SUSE-SU-2025:1012-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2025-March/020599.html</URL>
      <Description>E-Mail link for SUSE-SU-2025:1012-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/1239664</URL>
      <Description>SUSE Bug 1239664</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1239666</URL>
      <Description>SUSE Bug 1239666</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1239667</URL>
      <Description>SUSE Bug 1239667</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1239668</URL>
      <Description>SUSE Bug 1239668</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1239669</URL>
      <Description>SUSE Bug 1239669</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1239670</URL>
      <Description>SUSE Bug 1239670</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2024-11235/</URL>
      <Description>SUSE CVE CVE-2024-11235 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-1217/</URL>
      <Description>SUSE CVE CVE-2025-1217 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-1219/</URL>
      <Description>SUSE CVE CVE-2025-1219 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-1734/</URL>
      <Description>SUSE CVE CVE-2025-1734 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-1736/</URL>
      <Description>SUSE CVE CVE-2025-1736 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-1861/</URL>
      <Description>SUSE CVE CVE-2025-1861 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
        <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6" CPE="cpe:/o:suse:sle-module-web-scripting:15:sp6">SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.6">
      <Branch Type="Product Name" Name="openSUSE Leap 15.6">
        <FullProductName ProductID="openSUSE Leap 15.6" CPE="cpe:/o:opensuse:leap:15.6">openSUSE Leap 15.6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="apache2-mod_php8-8.2.28-150600.3.16.1">
      <FullProductName ProductID="apache2-mod_php8-8.2.28-150600.3.16.1">apache2-mod_php8-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-8.2.28-150600.3.16.1">php8-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-bcmath-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-bcmath-8.2.28-150600.3.16.1">php8-bcmath-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-bz2-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-bz2-8.2.28-150600.3.16.1">php8-bz2-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-calendar-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-calendar-8.2.28-150600.3.16.1">php8-calendar-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-cli-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-cli-8.2.28-150600.3.16.1">php8-cli-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-ctype-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-ctype-8.2.28-150600.3.16.1">php8-ctype-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-curl-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-curl-8.2.28-150600.3.16.1">php8-curl-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-dba-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-dba-8.2.28-150600.3.16.1">php8-dba-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-devel-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-devel-8.2.28-150600.3.16.1">php8-devel-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-dom-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-dom-8.2.28-150600.3.16.1">php8-dom-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-embed-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-embed-8.2.28-150600.3.16.1">php8-embed-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-enchant-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-enchant-8.2.28-150600.3.16.1">php8-enchant-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-exif-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-exif-8.2.28-150600.3.16.1">php8-exif-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-fastcgi-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-fastcgi-8.2.28-150600.3.16.1">php8-fastcgi-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-ffi-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-ffi-8.2.28-150600.3.16.1">php8-ffi-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-fileinfo-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-fileinfo-8.2.28-150600.3.16.1">php8-fileinfo-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-fpm-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-fpm-8.2.28-150600.3.16.1">php8-fpm-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-fpm-apache-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-fpm-apache-8.2.28-150600.3.16.1">php8-fpm-apache-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-ftp-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-ftp-8.2.28-150600.3.16.1">php8-ftp-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-gd-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-gd-8.2.28-150600.3.16.1">php8-gd-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-gettext-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-gettext-8.2.28-150600.3.16.1">php8-gettext-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-gmp-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-gmp-8.2.28-150600.3.16.1">php8-gmp-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-iconv-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-iconv-8.2.28-150600.3.16.1">php8-iconv-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-intl-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-intl-8.2.28-150600.3.16.1">php8-intl-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-ldap-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-ldap-8.2.28-150600.3.16.1">php8-ldap-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-mbstring-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-mbstring-8.2.28-150600.3.16.1">php8-mbstring-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-mysql-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-mysql-8.2.28-150600.3.16.1">php8-mysql-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-odbc-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-odbc-8.2.28-150600.3.16.1">php8-odbc-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-opcache-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-opcache-8.2.28-150600.3.16.1">php8-opcache-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-openssl-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-openssl-8.2.28-150600.3.16.1">php8-openssl-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-pcntl-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-pcntl-8.2.28-150600.3.16.1">php8-pcntl-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-pdo-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-pdo-8.2.28-150600.3.16.1">php8-pdo-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-pgsql-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-pgsql-8.2.28-150600.3.16.1">php8-pgsql-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-phar-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-phar-8.2.28-150600.3.16.1">php8-phar-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-posix-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-posix-8.2.28-150600.3.16.1">php8-posix-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-readline-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-readline-8.2.28-150600.3.16.1">php8-readline-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-shmop-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-shmop-8.2.28-150600.3.16.1">php8-shmop-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-snmp-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-snmp-8.2.28-150600.3.16.1">php8-snmp-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-soap-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-soap-8.2.28-150600.3.16.1">php8-soap-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sockets-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sockets-8.2.28-150600.3.16.1">php8-sockets-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sodium-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sodium-8.2.28-150600.3.16.1">php8-sodium-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sqlite-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sqlite-8.2.28-150600.3.16.1">php8-sqlite-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sysvmsg-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sysvmsg-8.2.28-150600.3.16.1">php8-sysvmsg-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sysvsem-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sysvsem-8.2.28-150600.3.16.1">php8-sysvsem-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-sysvshm-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-sysvshm-8.2.28-150600.3.16.1">php8-sysvshm-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-test-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-test-8.2.28-150600.3.16.1">php8-test-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-tidy-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-tidy-8.2.28-150600.3.16.1">php8-tidy-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-tokenizer-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-tokenizer-8.2.28-150600.3.16.1">php8-tokenizer-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-xmlreader-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-xmlreader-8.2.28-150600.3.16.1">php8-xmlreader-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-xmlwriter-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-xmlwriter-8.2.28-150600.3.16.1">php8-xmlwriter-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-xsl-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-xsl-8.2.28-150600.3.16.1">php8-xsl-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-zip-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-zip-8.2.28-150600.3.16.1">php8-zip-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="php8-zlib-8.2.28-150600.3.16.1">
      <FullProductName ProductID="php8-zlib-8.2.28-150600.3.16.1">php8-zlib-8.2.28-150600.3.16.1</FullProductName>
    </Branch>
    <Relationship ProductReference="apache2-mod_php8-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1">apache2-mod_php8-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1">php8-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-bcmath-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1">php8-bcmath-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-bz2-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1">php8-bz2-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-calendar-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1">php8-calendar-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-cli-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1">php8-cli-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ctype-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1">php8-ctype-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-curl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1">php8-curl-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-dba-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1">php8-dba-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-devel-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1">php8-devel-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-dom-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1">php8-dom-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-embed-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1">php8-embed-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-enchant-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1">php8-enchant-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-exif-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1">php8-exif-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fastcgi-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1">php8-fastcgi-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fileinfo-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1">php8-fileinfo-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fpm-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1">php8-fpm-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ftp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1">php8-ftp-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gd-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1">php8-gd-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gettext-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1">php8-gettext-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gmp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1">php8-gmp-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-iconv-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1">php8-iconv-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-intl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1">php8-intl-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ldap-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1">php8-ldap-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-mbstring-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1">php8-mbstring-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-mysql-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1">php8-mysql-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-odbc-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1">php8-odbc-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-opcache-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1">php8-opcache-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-openssl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1">php8-openssl-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pcntl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1">php8-pcntl-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pdo-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1">php8-pdo-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pgsql-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1">php8-pgsql-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-phar-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1">php8-phar-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-posix-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1">php8-posix-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-readline-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1">php8-readline-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-shmop-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1">php8-shmop-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-snmp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1">php8-snmp-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-soap-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1">php8-soap-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sockets-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1">php8-sockets-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sodium-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1">php8-sodium-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sqlite-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1">php8-sqlite-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvmsg-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1">php8-sysvmsg-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvsem-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1">php8-sysvsem-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvshm-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1">php8-sysvshm-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-test-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1">php8-test-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-tidy-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1">php8-tidy-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-tokenizer-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1">php8-tokenizer-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xmlreader-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1">php8-xmlreader-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xmlwriter-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1">php8-xmlwriter-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xsl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1">php8-xsl-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-zip-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1">php8-zip-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-zlib-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Module for Web and Scripting 15 SP6">
      <FullProductName ProductID="SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1">php8-zlib-8.2.28-150600.3.16.1 as a component of SUSE Linux Enterprise Module for Web and Scripting 15 SP6</FullProductName>
    </Relationship>
    <Relationship ProductReference="apache2-mod_php8-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1">apache2-mod_php8-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1">php8-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-bcmath-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1">php8-bcmath-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-bz2-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1">php8-bz2-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-calendar-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1">php8-calendar-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-cli-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1">php8-cli-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ctype-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1">php8-ctype-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-curl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1">php8-curl-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-dba-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1">php8-dba-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-devel-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1">php8-devel-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-dom-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1">php8-dom-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-embed-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1">php8-embed-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-enchant-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1">php8-enchant-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-exif-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1">php8-exif-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fastcgi-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1">php8-fastcgi-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ffi-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1">php8-ffi-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fileinfo-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1">php8-fileinfo-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fpm-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1">php8-fpm-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-fpm-apache-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1">php8-fpm-apache-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ftp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1">php8-ftp-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gd-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1">php8-gd-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gettext-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1">php8-gettext-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-gmp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1">php8-gmp-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-iconv-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1">php8-iconv-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-intl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1">php8-intl-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-ldap-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1">php8-ldap-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-mbstring-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1">php8-mbstring-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-mysql-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1">php8-mysql-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-odbc-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1">php8-odbc-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-opcache-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1">php8-opcache-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-openssl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1">php8-openssl-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pcntl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1">php8-pcntl-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pdo-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1">php8-pdo-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-pgsql-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1">php8-pgsql-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-phar-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1">php8-phar-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-posix-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1">php8-posix-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-readline-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1">php8-readline-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-shmop-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1">php8-shmop-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-snmp-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1">php8-snmp-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-soap-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1">php8-soap-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sockets-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1">php8-sockets-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sodium-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1">php8-sodium-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sqlite-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1">php8-sqlite-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvmsg-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1">php8-sysvmsg-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvsem-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1">php8-sysvsem-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-sysvshm-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1">php8-sysvshm-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-test-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1">php8-test-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-tidy-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1">php8-tidy-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-tokenizer-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1">php8-tokenizer-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xmlreader-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1">php8-xmlreader-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xmlwriter-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1">php8-xmlwriter-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-xsl-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1">php8-xsl-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-zip-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1">php8-zip-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
    <Relationship ProductReference="php8-zlib-8.2.28-150600.3.16.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.6">
      <FullProductName ProductID="openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.1">php8-zlib-8.2.28-150600.3.16.1 as a component of openSUSE Leap 15.6</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2024-11235</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2024-11235.html</URL>
        <Description>CVE-2024-11235</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239666</URL>
        <Description>SUSE Bug 1239666</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">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2025-1217</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-1217.html</URL>
        <Description>CVE-2025-1217</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239664</URL>
        <Description>SUSE Bug 1239664</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">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2025-1219</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-1219.html</URL>
        <Description>CVE-2025-1219</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239667</URL>
        <Description>SUSE Bug 1239667</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">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2025-1734</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-1734.html</URL>
        <Description>CVE-2025-1734</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239668</URL>
        <Description>SUSE Bug 1239668</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">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2025-1736</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-1736.html</URL>
        <Description>CVE-2025-1736</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239670</URL>
        <Description>SUSE Bug 1239670</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">** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.</Note>
    </Notes>
    <CVE>CVE-2025-1861</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>SUSE Linux Enterprise Module for Web and Scripting 15 SP6:php8-zlib-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:apache2-mod_php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bcmath-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-bz2-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-calendar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-cli-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ctype-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-curl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dba-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-devel-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-dom-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-embed-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-enchant-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-exif-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fastcgi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ffi-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fileinfo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-fpm-apache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ftp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gd-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gettext-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-gmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-iconv-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-intl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-ldap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mbstring-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-mysql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-odbc-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-opcache-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-openssl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pcntl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pdo-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-pgsql-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-phar-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-posix-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-readline-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-shmop-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-snmp-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-soap-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sockets-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sodium-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sqlite-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvmsg-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvsem-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-sysvshm-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-test-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tidy-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-tokenizer-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlreader-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xmlwriter-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-xsl-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zip-8.2.28-150600.3.16.1</ProductID>
        <ProductID>openSUSE Leap 15.6:php8-zlib-8.2.28-150600.3.16.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-20251012-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-1861.html</URL>
        <Description>CVE-2025-1861</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1239669</URL>
        <Description>SUSE Bug 1239669</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
