Action not permitted
Modal body text goes here.
CVE-2023-0567
Vulnerability from cvelistv5
Published
2023-02-16 06:15
Modified
2024-08-02 05:17
Severity ?
EPSS score ?
Summary
password_verify() always returns true for some invalid hashes
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81744 | Vendor Advisory | |
security@php.net | https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4 | Exploit, Vendor Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T05:17:50.104Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "https://security.netapp.com/advisory/ntap-20230331-0008/" }, { "tags": [ "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=81744" }, { "tags": [ "x_transferred" ], "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:php_group:php:8.0.0:*:*:*:*:*:*:*", "cpe:2.3:a:php_group:php:8.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:php_group:php:8.2.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "php", "vendor": "php_group", "versions": [ { "lessThan": "80.28", "status": "affected", "version": "8.0.0", "versionType": "semver" }, { "lessThan": "8.1.16", "status": "affected", "version": "8.1.0", "versionType": "semver" }, { "lessThan": "8.2.3", "status": "affected", "version": "8.2.0", "versionType": "semver" } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2023-0567", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-08-01T15:34:47.733360Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-916", "description": "CWE-916 Use of Password Hash With Insufficient Computational Effort", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-08-01T15:34:50.014Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "affected", "product": "PHP", "programRoutines": [ { "name": "password_verify" } ], "repo": "https://github.com/php/php-src", "vendor": "PHP Group", "versions": [ { "lessThan": "8.0.28", "status": "affected", "version": "8.0.x", "versionType": "semver" }, { "lessThan": "8.1.16", "status": "affected", "version": "8.1.x", "versionType": "semver" }, { "lessThan": "8.2.3", "status": "affected", "version": "8.2.x", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "type": "remediation developer", "user": "00000000-0000-4000-9000-000000000000", "value": "Tim D\u00fcsterhus" }, { "lang": "en", "type": "finder", "user": "00000000-0000-4000-9000-000000000000", "value": "tech at mkdgs dot fr" } ], "datePublic": "2023-02-13T05:40:00.000Z", "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cbr\u003e\u003cp\u003eIn PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.\u0026nbsp;\u003c/p\u003e" } ], "value": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.\u00a0\n\n" } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.7, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2023-03-01T05:45:13.020935Z", "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "shortName": "php" }, "references": [ { "url": "https://bugs.php.net/bug.php?id=81744" }, { "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "source": { "discovery": "EXTERNAL" }, "title": "password_verify() always returns true for some invalid hashes", "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "assignerShortName": "php", "cveId": "CVE-2023-0567", "datePublished": "2023-02-16T06:15:50.127Z", "dateReserved": "2023-01-29T07:45:55.380Z", "dateUpdated": "2024-08-02T05:17:50.104Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-0567\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2023-03-01T08:15:11.530\",\"lastModified\":\"2024-08-01T16:35:02.767\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.\u00a0\\n\\n\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.7,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":5.2},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-916\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-916\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.28\",\"matchCriteriaId\":\"BBCCD85D-5679-42EE-B6C6-A9A309E2B4BC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.16\",\"matchCriteriaId\":\"EDC7B443-3E3C-4888-AC9B-7415D2C5C059\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.3\",\"matchCriteriaId\":\"7C14298C-48A4-4FD8-BFA0-808CF935490B\"}]}]}],\"references\":[{\"url\":\"https://bugs.php.net/bug.php?id=81744\",\"source\":\"security@php.net\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}" } }
rhsa-2023_5927
Vulnerability from csaf_redhat
Published
2023-10-19 13:33
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php:8.0 security update
Notes
Topic
An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
Security Fix(es):
* php: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:5927", "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5927.json" } ], "title": "Red Hat Security Advisory: php:8.0 security update", "tracking": { "current_release_date": "2024-11-08T09:02:28+00:00", "generator": { "date": "2024-11-08T09:02:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5927", "initial_release_date": "2023-10-19T13:33:11+00:00", "revision_history": [ { "date": "2023-10-19T13:33:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-19T13:33:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:28+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8080020231006102311:0b4eb31d", "product": { "name": "php:8.0:8080020231006102311:0b4eb31d", "product_id": "php:8.0:8080020231006102311:0b4eb31d", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8080020231006102311:0b4eb31d" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, "product_reference": "php:8.0:8080020231006102311:0b4eb31d", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
rhsa-2023_5926
Vulnerability from csaf_redhat
Published
2023-10-19 13:19
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php security update
Notes
Topic
An update for php is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
Security Fix(es):
* php: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for php is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2023:5926", "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5926.json" } ], "title": "Red Hat Security Advisory: php security update", "tracking": { "current_release_date": "2024-11-08T09:02:17+00:00", "generator": { "date": "2024-11-08T09:02:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5926", "initial_release_date": "2023-10-19T13:19:20+00:00", "revision_history": [ { "date": "2023-10-19T13:19:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-19T13:19:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:17+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.src", "product": { "name": "php-0:8.0.30-1.el9_2.src", "product_id": "php-0:8.0.30-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-0:8.0.30-1.el9_2.aarch64", "product_id": "php-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product_id": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-cli-0:8.0.30-1.el9_2.aarch64", "product_id": "php-cli-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-common-0:8.0.30-1.el9_2.aarch64", "product_id": "php-common-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dba-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dba-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-devel-0:8.0.30-1.el9_2.aarch64", "product_id": "php-devel-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product_id": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product_id": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product_id": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gd-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gd-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-intl-0:8.0.30-1.el9_2.aarch64", "product_id": "php-intl-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product_id": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product_id": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-process-0:8.0.30-1.el9_2.aarch64", "product_id": "php-process-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product_id": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-soap-0:8.0.30-1.el9_2.aarch64", "product_id": "php-soap-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-xml-0:8.0.30-1.el9_2.aarch64", "product_id": "php-xml-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product_id": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-common-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-common-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-process-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-process-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-0:8.0.30-1.el9_2.x86_64", "product_id": "php-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product_id": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-cli-0:8.0.30-1.el9_2.x86_64", "product_id": "php-cli-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-common-0:8.0.30-1.el9_2.x86_64", "product_id": "php-common-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dba-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dba-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-devel-0:8.0.30-1.el9_2.x86_64", "product_id": "php-devel-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product_id": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product_id": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product_id": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gd-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gd-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-intl-0:8.0.30-1.el9_2.x86_64", "product_id": "php-intl-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product_id": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product_id": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-process-0:8.0.30-1.el9_2.x86_64", "product_id": "php-process-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product_id": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-soap-0:8.0.30-1.el9_2.x86_64", "product_id": "php-soap-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-xml-0:8.0.30-1.el9_2.x86_64", "product_id": "php-xml-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product_id": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-0:8.0.30-1.el9_2.s390x", "product_id": "php-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product_id": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-cli-0:8.0.30-1.el9_2.s390x", "product_id": "php-cli-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-common-0:8.0.30-1.el9_2.s390x", "product_id": "php-common-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dba-0:8.0.30-1.el9_2.s390x", "product_id": "php-dba-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.s390x", "product_id": "php-dbg-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-devel-0:8.0.30-1.el9_2.s390x", "product_id": "php-devel-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.s390x", "product_id": "php-embedded-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.s390x", "product_id": "php-enchant-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.s390x", "product_id": "php-ffi-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.s390x", "product_id": "php-fpm-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gd-0:8.0.30-1.el9_2.s390x", "product_id": "php-gd-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.s390x", "product_id": "php-gmp-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-intl-0:8.0.30-1.el9_2.s390x", "product_id": "php-intl-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.s390x", "product_id": "php-ldap-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product_id": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.s390x", "product_id": "php-odbc-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.s390x", "product_id": "php-opcache-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pdo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product_id": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-process-0:8.0.30-1.el9_2.s390x", "product_id": "php-process-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.s390x", "product_id": "php-snmp-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-soap-0:8.0.30-1.el9_2.s390x", "product_id": "php-soap-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-xml-0:8.0.30-1.el9_2.s390x", "product_id": "php-xml-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product_id": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src" }, "product_reference": "php-0:8.0.30-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-common-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-common-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-common-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-common-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-process-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-process-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-process-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-process-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
rhsa-2024_0387
Vulnerability from csaf_redhat
Published
2024-01-24 09:59
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php:8.1 security update
Notes
Topic
An update for the php:8.1 module is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
Security Fix(es):
* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.1 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nSecurity Fix(es):\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2024:0387", "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0387.json" } ], "title": "Red Hat Security Advisory: php:8.1 security update", "tracking": { "current_release_date": "2024-11-08T09:02:40+00:00", "generator": { "date": "2024-11-08T09:02:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:0387", "initial_release_date": "2024-01-24T09:59:57+00:00", "revision_history": [ { "date": "2024-01-24T09:59:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-01-24T09:59:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:40+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.1:9030020231221080340:9", "product": { "name": "php:8.1:9030020231221080340:9", "product_id": "php:8.1:9030020231221080340:9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.1:9030020231221080340:9" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product": { "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product_id": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=src" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, "product_reference": "php:8.1:9030020231221080340:9", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch" }, "product_reference": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
ssa-806742
Vulnerability from csaf_siemens
Published
2024-02-13 00:00
Modified
2024-02-13 00:00
Summary
SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4
Notes
Summary
SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.
Siemens has released an update for SCALANCE X-300 and recommends to update to the latest version.
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
{ "document": { "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)", "tlp": { "label": "WHITE" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SCALANCE X-300 and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "productcert@siemens.com", "name": "Siemens ProductCERT", "namespace": "https://www.siemens.com" }, "references": [ { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-806742.html" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-806742.json" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-806742.pdf" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-806742.txt" } ], "title": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4", "tracking": { "current_release_date": "2024-02-13T00:00:00Z", "generator": { "engine": { "name": "Siemens ProductCERT CSAF Generator", "version": "1" } }, "id": "SSA-806742", "initial_release_date": "2024-02-13T00:00:00Z", "revision_history": [ { "date": "2024-02-13T00:00:00Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "interim", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)", "product_id": "1", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2EC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)", "product_id": "2", "product_identification_helper": { "model_numbers": [ "6GK5324-8TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)", "product_id": "3", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)", "product_id": "4", "product_identification_helper": { "model_numbers": [ "6GK5332-0GA01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)", "product_id": "5", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2ER3" ] } } } ], "category": "product_name", "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)", "product_id": "6", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)", "product_id": "7", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)", "product_id": "8", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)", "product_id": "9", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)", "product_id": "10", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)", "product_id": "11", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2006-20001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash.\n\nThis issue affects Apache HTTP Server 2.4.54 and earlier.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2006-20001" }, { "cve": "CVE-2020-10735", "cwe": { "id": "CWE-704", "name": "Incorrect Type Conversion or Cast" }, "notes": [ { "category": "summary", "text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2020-10735" }, { "cve": "CVE-2021-3445", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "A flaw was found in libdnf\u0027s signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then trick a user or system into installing it. The highest risk of this vulnerability is to confidentiality, integrity, as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-3445" }, { "cve": "CVE-2021-3638", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the ATI VGA device emulation of QEMU. This flaw occurs in the ati_2d_blt() routine while handling MMIO write operations when the guest provides invalid values for the destination display parameters. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-3638" }, { "cve": "CVE-2021-4037", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-4037" }, { "cve": "CVE-2021-36369", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dropbear through 2020.81. Due to a non-RFC-compliant check of the available authentication methods in the client-side SSH code, it is possible for an SSH server to change the login process in its favor. This attack can bypass additional security measures such as FIDO2 tokens or SSH-Askpass. Thus, it allows an attacker to abuse a forwarded agent for logging on to another server unnoticed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-36369" }, { "cve": "CVE-2021-43666", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A Denial of Service vulnerability exists in mbed TLS 3.0.0 and earlier in the mbedtls_pkcs12_derivation function when an input password\u0027s length is 0.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-43666" }, { "cve": "CVE-2021-45451", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "notes": [ { "category": "summary", "text": "In Mbed TLS before 3.1.0, psa_aead_generate_nonce allows policy bypass or oracle-based decryption when the output buffer is at memory locations accessible to an untrusted application.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2021-45451" }, { "cve": "CVE-2022-1015", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-1015" }, { "cve": "CVE-2022-1348", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-1348" }, { "cve": "CVE-2022-2586", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-2586" }, { "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-2880" }, { "cve": "CVE-2022-3294", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2022-3437", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3437" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-4415", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in systemd. This security flaw can cause a local information leak due to systemd-coredump not respecting the fs.suid_dumpable kernel setting.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4415" }, { "cve": "CVE-2022-4743", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A potential memory leak issue was discovered in SDL2 in GLES_CreateTexture() function in SDL_render_gles.c. The vulnerability allows an attacker to cause a denial of service attack. The vulnerability affects SDL2 v2.0.4 and above. SDL-1.x are not affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4743" }, { "cve": "CVE-2022-4744", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double-free flaw was found in the Linux kernel\u2019s TUN/TAP device driver functionality in how a user registers the device when the register_netdevice function fails (NETDEV_REGISTER notifier). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4744" }, { "cve": "CVE-2022-4900", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4900" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-1284", "name": "Improper Validation of Specified Quantity in Input" }, "notes": [ { "category": "summary", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-4904" }, { "cve": "CVE-2022-23471", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. A bug was found in containerd\u0027s CRI implementation where a user can exhaust memory on the host. In the CRI stream server, a goroutine is launched to handle terminal resize events if a TTY is requested. If the user\u0027s process fails to launch due to, for example, a faulty command, the goroutine will be stuck waiting to send without a receiver, resulting in a memory leak. Kubernetes and crictl can both be configured to use containerd\u0027s CRI implementation and the stream server is used for handling container IO. This bug has been fixed in containerd 1.6.12 and 1.5.16. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used and that only trusted users have permissions to execute commands in running containers.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-23471" }, { "cve": "CVE-2022-23521", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-23521" }, { "cve": "CVE-2022-24834", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. A specially crafted Lua script executing in Redis can trigger a heap overflow in the cjson library, and result with heap corruption and potentially remote code execution. The problem exists in all versions of Redis with Lua scripting support, starting from 2.6, and affects only authenticated and authorized users. The problem is fixed in versions 7.0.12, 6.2.13, and 6.0.20.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-24834" }, { "cve": "CVE-2022-26691", "cwe": { "id": "CWE-697", "name": "Incorrect Comparison" }, "notes": [ { "category": "summary", "text": "A logic issue was addressed with improved state management. This issue is fixed in Security Update 2022-003 Catalina, macOS Monterey 12.3, macOS Big Sur 11.6.5. An application may be able to gain elevated privileges.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-26691" }, { "cve": "CVE-2022-28737", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "There\u0027s a possible overflow in handle_image() when shim tries to load and execute crafted EFI executables; The handle_image() function takes into account the SizeOfRawData field from each section to be loaded. An attacker can leverage this to perform out-of-bound writes into memory. Arbitrary code execution is not discarded in such scenario.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28737" }, { "cve": "CVE-2022-28738", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free was found in the Regexp compiler in Ruby 3.x before 3.0.4 and 3.1.x before 3.1.2. If a victim attempts to create a Regexp from untrusted user input, an attacker may be able to write to unexpected memory locations.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28738" }, { "cve": "CVE-2022-28739", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "There is a buffer over-read in Ruby before 2.6.10, 2.7.x before 2.7.6, 3.x before 3.0.4, and 3.1.x before 3.1.2. It occurs in String-to-Float conversion, including Kernel#Float and String#to_f.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-28739" }, { "cve": "CVE-2022-29154", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An issue was discovered in rsync before 3.2.5 that allows malicious remote servers to write arbitrary files inside the directories of connecting peers. The server chooses which files/directories are sent to the client. However, the rsync client performs insufficient validation of file names. A malicious rsync server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the rsync client target directory and subdirectories (for example, overwrite the .ssh/authorized_keys file).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29154" }, { "cve": "CVE-2022-29162", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "notes": [ { "category": "summary", "text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29187", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29536", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In GNOME Epiphany before 41.4 and 42.x before 42.2, an HTML document can trigger a client buffer overflow (in ephy_string_shorten in the UI process) via a long page title. The issue occurs because the number of bytes for a UTF-8 ellipsis character is not properly considered.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-29536" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-32148" }, { "cve": "CVE-2022-34903", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim\u0027s keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-34903" }, { "cve": "CVE-2022-34918", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-34918" }, { "cve": "CVE-2022-36021", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36021" }, { "cve": "CVE-2022-36227", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the code-execution impact: \"In rare circumstances, when NULL is equivalent to the 0x0 memory address and privileged code can access it, then writing or reading memory is possible, which may lead to code execution.\"", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027) vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2022-37436", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "notes": [ { "category": "summary", "text": "Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37436" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37797", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In lighttpd 1.4.65, mod_wstunnel does not initialize a handler function pointer if an invalid HTTP request (websocket handshake) is received. It leads to null pointer dereference which crashes the server. It could be used by an external attacker to cause denial of service condition.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-37797" }, { "cve": "CVE-2022-38725", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "An integer overflow in the RFC3164 parser in One Identity syslog-ng 3.0 through 3.37 allows remote attackers to cause a Denial of Service via crafted syslog input that is mishandled by the tcp or network function. syslog-ng Premium Edition 7.0.30 and syslog-ng Store Box 6.10.0 are also affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-38725" }, { "cve": "CVE-2022-39189", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-39189" }, { "cve": "CVE-2022-39260", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-39260" }, { "cve": "CVE-2022-41409", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Integer overflow vulnerability in pcre2test before 10.41 allows attackers to cause a denial of service or other unspecified impacts via negative input.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41409" }, { "cve": "CVE-2022-41556", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A resource leak in gw_backend.c in lighttpd 1.4.56 through 1.4.66 could lead to a denial of service (connection-slot exhaustion) after a large amount of anomalous TCP behavior by clients. It is related to RDHUP mishandling in certain HTTP/1.1 chunked situations. Use of mod_fastcgi is, for example, affected. This is fixed in 1.4.67.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41715", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41723", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41860", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In freeradius, when an EAP-SIM supplicant sends an unknown SIM option, the server will try to look that option up in the internal dictionaries. This lookup will fail, but the SIM code will not check for that failure. Instead, it will dereference a NULL pointer, and cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41860" }, { "cve": "CVE-2022-41861", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A flaw was found in freeradius. A malicious RADIUS client or home server can send a malformed abinary attribute which can cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41861" }, { "cve": "CVE-2022-41862", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41862" }, { "cve": "CVE-2022-41903", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-41903" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-44370", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NASM v2.16 was discovered to contain a heap buffer overflow in the component quote_for_pmake() asm/nasm.c:856", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-44370" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45142", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding \"!= 0\" comparisons to the result of memcmp. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0 branches (and possibly other branches) a logic inversion sneaked in causing the validation of message integrity codes in gssapi/arcfour to be inverted.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45142" }, { "cve": "CVE-2022-45919", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-45919" }, { "cve": "CVE-2022-46392", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) can recover an RSA private key after observing the victim performing a single private-key operation, if the window size (MBEDTLS_MPI_WINDOW_SIZE) used for the exponentiation is 3 or smaller.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-46392" }, { "cve": "CVE-2022-46393", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. There is a potential heap-based buffer overflow and heap-based buffer over-read in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX \u003e 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-46393" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48434", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "libavcodec/pthread_frame.c in FFmpeg before 5.1.2, as used in VLC and other products, leaves stale hwaccel state in worker threads, which allows attackers to trigger a use-after-free and execute arbitrary code in some circumstances (e.g., hardware re-initialization upon a mid-video SPS change when Direct3D11 is used).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2022-48434" }, { "cve": "CVE-2023-0160", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A deadlock flaw was found in the Linux kernel\u2019s BPF subsystem. This flaw allows a local user to potentially crash the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0160" }, { "cve": "CVE-2023-0330", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0330" }, { "cve": "CVE-2023-0361", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0494", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in X.Org. This issue occurs due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo() and ProcXkbGetDeviceInfo() to read and write into freed memory. This can lead to local privilege elevation on systems where the X server runs privileged and remote code execution for ssh X forwarding sessions.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0590", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-0662" }, { "cve": "CVE-2023-1206", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1380", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info-\u003ereq_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1380" }, { "cve": "CVE-2023-1393", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window (aka COW), the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-free later.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1611", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btrfs_search_slot in fs/btrfs/ctree.c in btrfs in the Linux Kernel.This flaw allows an attacker to crash the system and possibly cause a kernel information lea", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1611" }, { "cve": "CVE-2023-1670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw use after free in the Linux kernel Xircom 16-bit PCMCIA (PC-card) Ethernet driver was found.A local user could use this flaw to crash the system or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1670" }, { "cve": "CVE-2023-1838", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in vhost_net_set_backend in drivers/vhost/net.c in virtio network subcomponent in the Linux kernel due to a double fget. This flaw could allow a local attacker to crash the system, and could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1838" }, { "cve": "CVE-2023-1855", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xgene_hwmon_remove in drivers/hwmon/xgene-hwmon.c in the Hardware Monitoring Linux Kernel Driver (xgene-hwmon). This flaw could allow a local attacker to crash the system due to a race problem. This vulnerability could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1859", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1859" }, { "cve": "CVE-2023-1989", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btsdio_remove in drivers\\bluetooth\\btsdio.c in the Linux Kernel. In this flaw, a call to btsdio_remove with an unfinished job, may cause a race problem leading to a UAF on hdev devices.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-1990" }, { "cve": "CVE-2023-2002", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the HCI sockets implementation due to a missing capability check in net/bluetooth/hci_sock.c in the Linux Kernel. This flaw allows an attacker to unauthorized execution of management commands, compromising the confidentiality, integrity, and availability of Bluetooth communication.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2002" }, { "cve": "CVE-2023-2124", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2124" }, { "cve": "CVE-2023-2194", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability was found in the Linux kernel\u0027s SLIMpro I2C device driver. The userspace \"data-\u003eblock[0]\" variable was not capped to a number between 0-255 and was used as the size of a memcpy, possibly writing beyond the end of dma_buffer. This flaw could allow a local privileged user to crash the system or potentially achieve code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2194" }, { "cve": "CVE-2023-2269", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2269" }, { "cve": "CVE-2023-2861", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A flaw was found in the 9p passthrough filesystem (9pfs) implementation in QEMU. The 9pfs server did not prohibit opening special files on the host side, potentially allowing a malicious client to escape from the exported 9p tree by creating and opening a device file in the shared folder.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2861" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3006", "cwe": { "id": "CWE-212", "name": "Improper Removal of Sensitive Information Before Storage or Transfer" }, "notes": [ { "category": "summary", "text": "A known cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, becomes actual again for the new hw AmpereOne. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim\u0027s hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3006" }, { "cve": "CVE-2023-3090", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A heap out-of-bounds write vulnerability in the Linux Kernel ipvlan network driver can be exploited to achieve local privilege escalation.\n\nThe out-of-bounds write is caused by missing skb-\u003ecb initialization in the ipvlan network driver. The vulnerability is reachable if\u00a0CONFIG_IPVLAN is enabled.\n\n\nWe recommend upgrading past commit 90cbed5247439a966b645b34eb0a2e037836ea8e.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3090" }, { "cve": "CVE-2023-3111", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-3141", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This flaw allows a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3141" }, { "cve": "CVE-2023-3212", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3212" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "notes": [ { "category": "summary", "text": "In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client\u0027s nonce.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3247" }, { "cve": "CVE-2023-3268", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An out of bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw could allow a local attacker to crash the system or leak kernel internal information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3268" }, { "cve": "CVE-2023-3301", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in QEMU. The async nature of hot-unplug enables a race scenario where the net device backend is cleared before the virtio-net pci frontend has been unplugged. A malicious guest could use this time window to trigger an assertion and cause a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3301" }, { "cve": "CVE-2023-3316", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3316" }, { "cve": "CVE-2023-3390", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s netfilter subsystem in net/netfilter/nf_tables_api.c.\n\nMishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.\n\nWe recommend upgrading past commit\u00a01240eb93f0616b21c675416516ff3d74798fdc97.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3390" }, { "cve": "CVE-2023-3611", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3611" }, { "cve": "CVE-2023-3776", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3776" }, { "cve": "CVE-2023-3863", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nfc_llcp_find_local in net/nfc/llcp_core.c in NFC in the Linux kernel. This flaw allows a local user with special privileges to impact a kernel information leak issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-3863" }, { "cve": "CVE-2023-4128", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel allows a local attacker to perform a local privilege escalation due to incorrect handling of the existing filter, leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-4128" }, { "cve": "CVE-2023-4194", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel\u0027s TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-\u003ei_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-4194" }, { "cve": "CVE-2023-20593", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue in \u201cZen 2\u201d CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-20593" }, { "cve": "CVE-2023-21255", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-21255" }, { "cve": "CVE-2023-22490", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source `$GIT_DIR/objects` directory contains symbolic links, the `objects` directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim\u0027s filesystem within the malicious repository\u0027s working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.\n\nA fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with `--recurse-submodules`. Instead, consider cloning repositories without recursively cloning their submodules, and instead run `git submodule update` at each layer. Before doing so, inspect each new `.gitmodules` file to ensure that it does not contain suspicious module URLs.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22742", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Prior versions of libgit2 require the caller to set the `certificate_check` field of libgit2\u0027s `git_remote_callbacks` structure - if a certificate check callback is not set, libgit2 does not perform any certificate checking. This means that by default - without configuring a certificate check callback, clients will not perform validation on the server SSH keys and may be subject to a man-in-the-middle attack. Users are encouraged to upgrade to v1.4.5 or v1.5.1. Users unable to upgrade should ensure that all relevant certificates are manually checked.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22742" }, { "cve": "CVE-2023-22745", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "tpm2-tss is an open source software implementation of the Trusted Computing Group (TCG) Trusted Platform Module (TPM) 2 Software Stack (TSS2). In affected versions `Tss2_RC_SetHandler` and `Tss2_RC_Decode` both index into `layer_handler` with an 8 bit layer number, but the array only has `TPM2_ERROR_TSS2_RC_LAYER_COUNT` entries, so trying to add a handler for higher-numbered layers or decode a response code with such a layer number reads/writes past the end of the buffer. This Buffer overrun, could result in arbitrary code execution. An example attack would be a MiTM bus attack that returns 0xFFFFFFFF for the RC. Given the common use case of TPM modules an attacker must have local access to the target machine with local system privileges which allows access to the TPM system. Usually TPM access requires administrative privilege.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-22745" }, { "cve": "CVE-2023-23454", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23454" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23931" }, { "cve": "CVE-2023-23934", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Werkzeug is a comprehensive WSGI web application library. Browsers may allow \"nameless\" cookies that look like `=value` instead of `key=value`. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like `=__Host-test=bad` for another subdomain. Werkzeug prior to 2.2.3 will parse the cookie `=__Host-test=bad` as __Host-test=bad`. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key. The issue is fixed in Werkzeug 2.2.3.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23934" }, { "cve": "CVE-2023-23946", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is running `git apply`. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use `git apply --stat` to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-23946" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-24538" }, { "cve": "CVE-2023-25153", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25153" }, { "cve": "CVE-2023-25155", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25155" }, { "cve": "CVE-2023-25193", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "hb-ot-layout-gsubgpos.hh in HarfBuzz through 6.0.0 allows attackers to trigger quadratic growth via consecutive marks during the process of looking back for base glyphs when attaching marks.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25588", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "A flaw was found in Binutils. The field `the_bfd` of `asymbol`struct is uninitialized in the `bfd_mach_o_get_synthetic_symtab` function, which may lead to an application crash and local denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25588" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25727", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-25727" }, { "cve": "CVE-2023-26081", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "In Epiphany (aka GNOME Web) through 43.0, untrusted web content can trick users into exfiltrating passwords, because autofill occurs in sandboxed contexts.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-26081" }, { "cve": "CVE-2023-26965", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-28450", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dnsmasq before 2.90. The default maximum EDNS.0 UDP packet size was set to 4096 but should be 1232 because of DNS Flag Day 2020.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28466", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "do_tls_getsockopt in net/tls/tls_main.c in the Linux kernel through 6.2.6 lacks a lock_sock call, leading to a race condition (with a resultant use-after-free or NULL pointer dereference).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28466" }, { "cve": "CVE-2023-28486", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in log messages.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in sudoreplay output.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-28487" }, { "cve": "CVE-2023-29402", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via \"go get\", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29404", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-29409" }, { "cve": "CVE-2023-30086", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30086" }, { "cve": "CVE-2023-30456", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in arch/x86/kvm/vmx/nested.c in the Linux kernel before 6.2.8. nVMX on x86_64 lacks consistency checks for CR0 and CR4.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30456" }, { "cve": "CVE-2023-30772", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/power/supply/da9150-charger.c if a physically proximate attacker unplugs a device.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-30772" }, { "cve": "CVE-2023-31084", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(\u0026fepriv-\u003esem) is called. However, wait_event_interruptible would put the process to sleep, and down(\u0026fepriv-\u003esem) may block the process.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31084" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31436", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "qfq_change_class in net/sched/sch_qfq.c in the Linux kernel before 6.2.13 allows an out-of-bounds write because lmax can exceed QFQ_MIN_LMAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31436" }, { "cve": "CVE-2023-31489", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_capability_llgr() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-31489" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32233", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32233" }, { "cve": "CVE-2023-32573", "cwe": { "id": "CWE-369", "name": "Divide By Zero" }, "notes": [ { "category": "summary", "text": "In Qt before 5.15.14, 6.0.x through 6.2.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1, QtSvg QSvgFont m_unitsPerEm initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-32573" }, { "cve": "CVE-2023-33203", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-33203" }, { "cve": "CVE-2023-34256", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "** DISPUTED ** An issue was discovered in the Linux kernel before 6.3.3. There is an out-of-bounds read in crc16 in lib/crc16.c when called from fs/ext4/super.c because ext4_group_desc_csum does not properly check an offset. NOTE: this is disputed by third parties because the kernel is not intended to defend against attackers with the stated \"When modifying the block device while it is mounted by the filesystem\" access.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34256" }, { "cve": "CVE-2023-34872", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability in Outline.cc for Poppler prior to 23.06.0 allows a remote attacker to cause a Denial of Service (DoS) (crash) via a crafted PDF file in OutlineItem::open.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34872" }, { "cve": "CVE-2023-34969", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "D-Bus before 1.15.6 sometimes allows unprivileged users to crash dbus-daemon. If a privileged user with control over the dbus-daemon is using the org.freedesktop.DBus.Monitoring interface to monitor message bus traffic, then an unprivileged user with the ability to connect to the same dbus-daemon can cause a dbus-daemon crash under some circumstances via an unreplyable message. When done on the well-known system bus, this is a denial-of-service vulnerability. The fixed versions are 1.12.28, 1.14.8, and 1.15.6.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-34969" }, { "cve": "CVE-2023-35001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35001" }, { "cve": "CVE-2023-35788", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35788" }, { "cve": "CVE-2023-35789", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to local attackers by listing a process and its arguments.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35789" }, { "cve": "CVE-2023-35823", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35823" }, { "cve": "CVE-2023-35824", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35824" }, { "cve": "CVE-2023-35828", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-35828" }, { "cve": "CVE-2023-36054", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "notes": [ { "category": "summary", "text": "lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote authenticated user can trigger a kadmind crash. This occurs because _xdr_kadm5_principal_ent_rec does not validate the relationship between n_key_data and the key_data array count.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36054" }, { "cve": "CVE-2023-36617", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this issue exists becuse of an incomplete fix for CVE-2023-28755. Version 0.10.3 is also a fixed version.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36617" }, { "cve": "CVE-2023-36664", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Artifex Ghostscript through 10.01.2 mishandles permission validation for pipe devices (with the %pipe% prefix or the | pipe character prefix).", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-36664" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes \"e-Tugra\" root certificates. e-Tugra\u0027s root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from \"e-Tugra\" from the root store.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-38559", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A buffer overflow flaw was found in base/gdevdevn.c:1973 in devn_pcx_write_rle() in ghostscript. This issue may allow a local attacker to cause a denial of service via outputting a crafted PDF file for a DEVN device with gs.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-38559" }, { "cve": "CVE-2023-40283", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "1", "2", "3", "5", "11", "10", "9", "8", "7", "6" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "4" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "1", "2", "3", "4", "5", "11", "10", "9", "8", "7", "6" ] } ], "title": "CVE-2023-40283" } ] }
wid-sec-w-2023-0383
Vulnerability from csaf_certbund
Published
2023-02-14 23:00
Modified
2024-02-12 23:00
Summary
PHP: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um einen Denial of Service Angriff durchzuführen, um Sicherheitsmechanismen zu umgehen und um unbekannte Auswirkungen zu erzielen.
Betroffene Betriebssysteme
- UNIX
- Linux
- MacOS X
- Windows
- Sonstiges
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren, um Sicherheitsmechanismen zu umgehen und um unbekannte Auswirkungen zu erzielen.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- MacOS X\n- Windows\n- Sonstiges", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0383 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0383.json" }, { "category": "self", "summary": "WID-SEC-2023-0383 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0383" }, { "category": "external", "summary": "PHP 8 Changelog vom 2023-02-14", "url": "https://www.php.net/ChangeLog-8.php" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0476-1 vom 2023-02-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013867.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3345 vom 2023-02-26", "url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00039.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5363 vom 2023-02-27", "url": "https://www.debian.org/security/2023/dsa-5363" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0513-1 vom 2023-02-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013885.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0514-1 vom 2023-02-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013884.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0515-1 vom 2023-02-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013883.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:0527-1 vom 2023-02-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-February/013897.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5902-1 vom 2023-02-28", "url": "https://ubuntu.com/security/notices/USN-5902-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-5905-1 vom 2023-03-02", "url": "https://ubuntu.com/security/notices/USN-5905-1" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20230331-0008 vom 2023-03-31", "url": "https://security.netapp.com/advisory/ntap-20230331-0008/" }, { "category": "external", "summary": "F5 Security Advisory K000133753 vom 2023-05-01", "url": "https://my.f5.com/manage/s/article/K000133753" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6053-1 vom 2023-05-02", "url": "https://ubuntu.com/security/notices/USN-6053-1" }, { "category": "external", "summary": "NetApp Security Advisory NTAP-20230517-0001 vom 2023-05-17", "url": "https://security.netapp.com/advisory/ntap-20230517-0001/" }, { "category": "external", "summary": "F5 Security Advisory K000134747 vom 2023-05-23", "url": "https://my.f5.com/manage/s/article/K000134747" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.1-2023-002 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2023-002.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.2-2023-001 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2023-001.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-002 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-002.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5927 vom 2023-10-20", "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5926 vom 2023-10-19", "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5926 vom 2023-10-23", "url": "https://linux.oracle.com/errata/ELSA-2023-5926.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5927 vom 2023-10-24", "url": "https://linux.oracle.com/errata/ELSA-2023-5927.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-1879 vom 2023-11-03", "url": "https://alas.aws.amazon.com/ALAS-2023-1879.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2023-2375 vom 2023-12-05", "url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2375.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0387 vom 2024-01-25", "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-0387 vom 2024-01-25", "url": "https://linux.oracle.com/errata/ELSA-2024-0387.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:0387 vom 2024-02-12", "url": "https://errata.build.resf.org/RLSA-2024:0387" } ], "source_lang": "en-US", "title": "PHP: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-02-12T23:00:00.000+00:00", "generator": { "date": "2024-02-15T17:14:23.249+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0383", "initial_release_date": "2023-02-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-02-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-02-15T23:00:00.000+00:00", "number": "2", "summary": "Referenz(en) aufgenommen: FEDORA-2023-D12FF09D38, FEDORA-2023-452714DBC6" }, { "date": "2023-02-22T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-02-26T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Debian und SUSE aufgenommen" }, { "date": "2023-02-27T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-02-28T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-03-02T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-03-30T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2023-05-01T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von F5 aufgenommen" }, { "date": "2023-05-02T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von NetApp aufgenommen" }, { "date": "2023-05-23T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von F5 aufgenommen" }, { "date": "2023-09-13T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-10-19T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-10-23T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2023-11-05T23:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-12-04T23:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-01-24T23:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "19", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-02-12T23:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" } ], "status": "final", "version": "20" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Amazon Linux 2", "product": { "name": "Amazon Linux 2", "product_id": "398363", "product_identification_helper": { "cpe": "cpe:/o:amazon:linux_2:-" } } } ], "category": "vendor", "name": "Amazon" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "F5 BIG-IP", "product": { "name": "F5 BIG-IP", "product_id": "T001663", "product_identification_helper": { "cpe": "cpe:/a:f5:big-ip:-" } } } ], "category": "vendor", "name": "F5" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "NetApp Data ONTAP 9", "product_id": "T027038", "product_identification_helper": { "cpe": "cpe:/a:netapp:data_ontap:9" } } } ], "category": "product_name", "name": "Data ONTAP" } ], "category": "vendor", "name": "NetApp" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c 8.0.28", "product": { "name": "Open Source PHP \u003c 8.0.28", "product_id": "T026308", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.0.28" } } }, { "category": "product_version_range", "name": "\u003c 8.1.16", "product": { "name": "Open Source PHP \u003c 8.1.16", "product_id": "T026309", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.1.16" } } }, { "category": "product_version_range", "name": "\u003c 8.2.3", "product": { "name": "Open Source PHP \u003c 8.2.3", "product_id": "T026310", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.2.3" } } } ], "category": "product_name", "name": "PHP" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0662", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in PHP beim Umgang mit mehrteiligen Formularen in der SAPI Komponente. Ein Angreifer kann speziell gestaltete Eingaben \u00fcbermitteln, um Speicher oder andere Ressourcen zu ersch\u00f6pfen, was zu einem Denial of Service-Zustand f\u00fchrt." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T001663", "398363", "T027038", "T004914", "T032255" ] }, "release_date": "2023-02-14T23:00:00Z", "title": "CVE-2023-0662" }, { "cve": "CVE-2023-0568", "notes": [ { "category": "description", "text": "Es gibt eine Schwachstelle in PHP aufgrund eines Ein-Byte-Puffer\u00fcberlaufs in mehreren Komponenten bei der Behandlung von Pfadnamen. Ein Angreifer kann diese Schwachstelle ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T001663", "398363", "T027038", "T004914", "T032255" ] }, "release_date": "2023-02-14T23:00:00Z", "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0567", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in PHP im Zusammenhang mit der \"Password_verify()\" Funktion. Bei bestimmten Hashwerten in der Nutzerdatenbank gibt diese Funktion \"true\" zur\u00fcck. Ein Angreifer kann dadurch die Authentisierung in einer Anwendung umgehen, die diese Funktion nutzt, sofern bei einem Nutzer ein \"schlechter\" Hashwert gespeichert ist." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "T001663", "398363", "T027038", "T004914", "T032255" ] }, "release_date": "2023-02-14T23:00:00Z", "title": "CVE-2023-0567" } ] }
wid-sec-w-2023-1424
Vulnerability from csaf_certbund
Published
2023-06-12 22:00
Modified
2023-06-12 22:00
Summary
Xerox FreeFlow Print Server für Solaris: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- UNIX
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1424 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1424.json" }, { "category": "self", "summary": "WID-SEC-2023-1424 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1424" }, { "category": "external", "summary": "Xerox Security Bulletin vom 2023-06-12", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/06/Xerox-Security-Bulletin-XRX23-009-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server f\u00fcr Solaris: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-06-12T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:30:41.322+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1424", "initial_release_date": "2023-06-12T22:00:00.000+00:00", "revision_history": [ { "date": "2023-06-12T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-28708", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28708" }, { "cve": "CVE-2023-28176", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28176" }, { "cve": "CVE-2023-28164", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28164" }, { "cve": "CVE-2023-28163", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28163" }, { "cve": "CVE-2023-28162", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-28162" }, { "cve": "CVE-2023-27522", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-27522" }, { "cve": "CVE-2023-25752", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25752" }, { "cve": "CVE-2023-25751", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25751" }, { "cve": "CVE-2023-25746", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25746" }, { "cve": "CVE-2023-25744", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25744" }, { "cve": "CVE-2023-25743", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25743" }, { "cve": "CVE-2023-25742", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25742" }, { "cve": "CVE-2023-25739", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25739" }, { "cve": "CVE-2023-25738", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25738" }, { "cve": "CVE-2023-25737", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25737" }, { "cve": "CVE-2023-25735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25735" }, { "cve": "CVE-2023-25734", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25734" }, { "cve": "CVE-2023-25732", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25732" }, { "cve": "CVE-2023-25730", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25730" }, { "cve": "CVE-2023-25729", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25729" }, { "cve": "CVE-2023-25728", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25728" }, { "cve": "CVE-2023-25690", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-25690" }, { "cve": "CVE-2023-24998", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24998" }, { "cve": "CVE-2023-24807", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24807" }, { "cve": "CVE-2023-24580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-24580" }, { "cve": "CVE-2023-23969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23969" }, { "cve": "CVE-2023-23946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23946" }, { "cve": "CVE-2023-23936", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23936" }, { "cve": "CVE-2023-23920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23920" }, { "cve": "CVE-2023-23919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23919" }, { "cve": "CVE-2023-23918", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23918" }, { "cve": "CVE-2023-23605", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23605" }, { "cve": "CVE-2023-23603", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23603" }, { "cve": "CVE-2023-23602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23602" }, { "cve": "CVE-2023-23601", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23601" }, { "cve": "CVE-2023-23599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23599" }, { "cve": "CVE-2023-23598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-23598" }, { "cve": "CVE-2023-22809", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22809" }, { "cve": "CVE-2023-22490", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-22003" }, { "cve": "CVE-2023-21985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21985" }, { "cve": "CVE-2023-21984", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21984" }, { "cve": "CVE-2023-21928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21928" }, { "cve": "CVE-2023-21896", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21896" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21840", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21840" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-21830" }, { "cve": "CVE-2023-0804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0804" }, { "cve": "CVE-2023-0803", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0803" }, { "cve": "CVE-2023-0802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0802" }, { "cve": "CVE-2023-0801", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0801" }, { "cve": "CVE-2023-0800", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0800" }, { "cve": "CVE-2023-0799", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0799" }, { "cve": "CVE-2023-0798", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0798" }, { "cve": "CVE-2023-0797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0797" }, { "cve": "CVE-2023-0796", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0796" }, { "cve": "CVE-2023-0795", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0795" }, { "cve": "CVE-2023-0767", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0767" }, { "cve": "CVE-2023-0662", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0662" }, { "cve": "CVE-2023-0616", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0616" }, { "cve": "CVE-2023-0568", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0567", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0430", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0430" }, { "cve": "CVE-2023-0417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0417" }, { "cve": "CVE-2023-0416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0416" }, { "cve": "CVE-2023-0415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0415" }, { "cve": "CVE-2023-0414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0414" }, { "cve": "CVE-2023-0413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0413" }, { "cve": "CVE-2023-0412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0412" }, { "cve": "CVE-2023-0411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0411" }, { "cve": "CVE-2023-0401", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0401" }, { "cve": "CVE-2023-0286", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0286" }, { "cve": "CVE-2023-0217", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0217" }, { "cve": "CVE-2023-0216", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0216" }, { "cve": "CVE-2023-0215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2023-0215" }, { "cve": "CVE-2022-48281", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-48281" }, { "cve": "CVE-2022-46877", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46877" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46871", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46871" }, { "cve": "CVE-2022-46344", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46344" }, { "cve": "CVE-2022-46343", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46343" }, { "cve": "CVE-2022-46342", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46342" }, { "cve": "CVE-2022-46341", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46341" }, { "cve": "CVE-2022-46340", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-46340" }, { "cve": "CVE-2022-45939", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45939" }, { "cve": "CVE-2022-45199", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45199" }, { "cve": "CVE-2022-45143", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-45143" }, { "cve": "CVE-2022-4450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4450" }, { "cve": "CVE-2022-4345", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4345" }, { "cve": "CVE-2022-4304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4304" }, { "cve": "CVE-2022-42919", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42919" }, { "cve": "CVE-2022-42916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42916" }, { "cve": "CVE-2022-42915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42915" }, { "cve": "CVE-2022-42898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42898" }, { "cve": "CVE-2022-4283", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4283" }, { "cve": "CVE-2022-4203", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-4203" }, { "cve": "CVE-2022-42012", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42012" }, { "cve": "CVE-2022-42011", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42011" }, { "cve": "CVE-2022-42010", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-42010" }, { "cve": "CVE-2022-41903", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41903" }, { "cve": "CVE-2022-41716", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41716" }, { "cve": "CVE-2022-41715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-41715" }, { "cve": "CVE-2022-40898", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40898" }, { "cve": "CVE-2022-40304", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40304" }, { "cve": "CVE-2022-40303", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-40303" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-38784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38784" }, { "cve": "CVE-2022-38171", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-38171" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-3736", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3736" }, { "cve": "CVE-2022-3705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3705" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-36227", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36114", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36114" }, { "cve": "CVE-2022-36113", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-36113" }, { "cve": "CVE-2022-35260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35260" }, { "cve": "CVE-2022-35252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-35252" }, { "cve": "CVE-2022-3515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3515" }, { "cve": "CVE-2022-3352", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3352" }, { "cve": "CVE-2022-3324", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3324" }, { "cve": "CVE-2022-3297", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3297" }, { "cve": "CVE-2022-3296", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3296" }, { "cve": "CVE-2022-3278", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3278" }, { "cve": "CVE-2022-3256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3256" }, { "cve": "CVE-2022-3235", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3235" }, { "cve": "CVE-2022-3234", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3234" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32208" }, { "cve": "CVE-2022-32207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32207" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-32205", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32205" }, { "cve": "CVE-2022-32190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32190" }, { "cve": "CVE-2022-32189", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32189" }, { "cve": "CVE-2022-32148", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-32148" }, { "cve": "CVE-2022-3153", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3153" }, { "cve": "CVE-2022-3134", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3134" }, { "cve": "CVE-2022-3099", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3099" }, { "cve": "CVE-2022-3094", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3094" }, { "cve": "CVE-2022-30635", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30635" }, { "cve": "CVE-2022-30634", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30634" }, { "cve": "CVE-2022-30633", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30633" }, { "cve": "CVE-2022-30632", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30632" }, { "cve": "CVE-2022-30631", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30631" }, { "cve": "CVE-2022-30630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30630" }, { "cve": "CVE-2022-30629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30629" }, { "cve": "CVE-2022-30580", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-30580" }, { "cve": "CVE-2022-3037", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3037" }, { "cve": "CVE-2022-3016", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-3016" }, { "cve": "CVE-2022-29804", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29804" }, { "cve": "CVE-2022-2980", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2980" }, { "cve": "CVE-2022-29526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-29526" }, { "cve": "CVE-2022-2946", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2946" }, { "cve": "CVE-2022-2929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2929" }, { "cve": "CVE-2022-2928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2928" }, { "cve": "CVE-2022-2923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2923" }, { "cve": "CVE-2022-2889", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2889" }, { "cve": "CVE-2022-2880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2880" }, { "cve": "CVE-2022-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2879" }, { "cve": "CVE-2022-2874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2874" }, { "cve": "CVE-2022-2862", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2862" }, { "cve": "CVE-2022-2849", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2849" }, { "cve": "CVE-2022-2845", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2845" }, { "cve": "CVE-2022-28331", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28331" }, { "cve": "CVE-2022-28327", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28327" }, { "cve": "CVE-2022-2819", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2819" }, { "cve": "CVE-2022-2817", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2817" }, { "cve": "CVE-2022-2816", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2816" }, { "cve": "CVE-2022-28131", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-28131" }, { "cve": "CVE-2022-27778", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27778" }, { "cve": "CVE-2022-27664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27664" }, { "cve": "CVE-2022-27536", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27536" }, { "cve": "CVE-2022-27337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-27337" }, { "cve": "CVE-2022-25255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25255" }, { "cve": "CVE-2022-25147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-25147" }, { "cve": "CVE-2022-24963", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24963" }, { "cve": "CVE-2022-24675", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-24675" }, { "cve": "CVE-2022-23521", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-23521" }, { "cve": "CVE-2022-2309", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-2309" }, { "cve": "CVE-2022-21515", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21515" }, { "cve": "CVE-2022-21349", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21349" }, { "cve": "CVE-2022-21291", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-21291" }, { "cve": "CVE-2022-1962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1962" }, { "cve": "CVE-2022-1705", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1705" }, { "cve": "CVE-2022-1292", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1292" }, { "cve": "CVE-2022-1122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-1122" }, { "cve": "CVE-2022-0718", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2022-0718" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-37519", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-37519" }, { "cve": "CVE-2021-35940", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-35940" }, { "cve": "CVE-2021-30860", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-30860" }, { "cve": "CVE-2021-29338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2021-29338" }, { "cve": "CVE-2018-25032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2018-25032" }, { "cve": "CVE-2017-12613", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2017-12613" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053" ] }, "release_date": "2023-06-12T22:00:00Z", "title": "CVE-2006-20001" } ] }
icsa-24-046-11
Vulnerability from csaf_cisa
Published
2024-02-13 00:00
Modified
2024-02-13 00:00
Summary
Siemens SCALANCE XCM-/XRM-300
Notes
Summary
SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.
Siemens has released an update for SCALANCE X-300 and recommends to update to the latest version.
General Recommendations
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download:
https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.
Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
Additional Resources
For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories
Terms of Use
Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter "License Terms"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter "Terms of Use"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.
Legal Notice
All information products included in https://us-cert.cisa.gov/ics are provided "as is" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.
Advisory Conversion Disclaimer
This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.
Critical infrastructure sectors
Multiple
Countries/areas deployed
Worldwide
Company headquarters location
Germany
Recommended Practices
CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.
Recommended Practices
Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.
Recommended Practices
Locate control system networks and remote devices behind firewalls and isolate them from business networks.
Recommended Practices
When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.
Recommended Practices
CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.
Recommended Practices
CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.
Recommended Practices
CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.
Recommended Practices
Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.
{ "document": { "acknowledgments": [ { "organization": "Siemens ProductCERT", "summary": "reporting these vulnerabilities to CISA." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Disclosure is not limited", "tlp": { "label": "WHITE", "url": "https://us-cert.cisa.gov/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "SCALANCE XCM-/XRM-300 before V2.4 is affected by multiple vulnerabilities.\n\nSiemens has released an update for SCALANCE X-300 and recommends to update to the latest version.", "title": "Summary" }, { "category": "general", "text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", "title": "General Recommendations" }, { "category": "general", "text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", "title": "Additional Resources" }, { "category": "legal_disclaimer", "text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", "title": "Terms of Use" }, { "category": "legal_disclaimer", "text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", "title": "Legal Notice" }, { "category": "other", "text": "This CISA CSAF advisory was converted from Siemens ProductCERT\u0027s CSAF advisory.", "title": "Advisory Conversion Disclaimer" }, { "category": "other", "text": "Multiple", "title": "Critical infrastructure sectors" }, { "category": "other", "text": "Worldwide", "title": "Countries/areas deployed" }, { "category": "other", "text": "Germany", "title": "Company headquarters location" }, { "category": "general", "text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", "title": "Recommended Practices" }, { "category": "general", "text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", "title": "Recommended Practices" }, { "category": "general", "text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", "title": "Recommended Practices" }, { "category": "general", "text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", "title": "Recommended Practices" }, { "category": "general", "text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", "title": "Recommended Practices" } ], "publisher": { "category": "other", "contact_details": "central@cisa.dhs.gov", "name": "CISA", "namespace": "https://www.cisa.gov/" }, "references": [ { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - CSAF Version", "url": "https://cert-portal.siemens.com/productcert/csaf/ssa-806742.json" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - HTML Version", "url": "https://cert-portal.siemens.com/productcert/html/ssa-806742.html" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - PDF Version", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-806742.pdf" }, { "category": "self", "summary": "SSA-806742: Multiple Vulnerabilities in SCALANCE XCM-/XRM-300 before V2.4 - TXT Version", "url": "https://cert-portal.siemens.com/productcert/txt/ssa-806742.txt" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-11 JSON", "url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-046-11.json" }, { "category": "self", "summary": "ICS Advisory ICSA-24-046-11 - Web Version", "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-046-11" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/topics/industrial-control-systems" }, { "category": "external", "summary": "Recommended Practices", "url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf" }, { "category": "external", "summary": "Recommended Practices", "url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B" } ], "title": "Siemens SCALANCE XCM-/XRM-300", "tracking": { "current_release_date": "2024-02-13T00:00:00.000000Z", "generator": { "engine": { "name": "CISA CSAF Generator", "version": "1" } }, "id": "ICSA-24-046-11", "initial_release_date": "2024-02-13T00:00:00.000000Z", "revision_history": [ { "date": "2024-02-13T00:00:00.000000Z", "legacy_version": "1.0", "number": "1", "summary": "Publication Date" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)", "product_id": "CSAFPID-0001", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2EC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCH328 (6GK5328-4TS01-2EC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)", "product_id": "CSAFPID-0002", "product_identification_helper": { "model_numbers": [ "6GK5324-8TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM324 (6GK5324-8TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)", "product_id": "CSAFPID-0003", "product_identification_helper": { "model_numbers": [ "6GK5328-4TS01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM328 (6GK5328-4TS01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)", "product_id": "CSAFPID-0004", "product_identification_helper": { "model_numbers": [ "6GK5332-0GA01-2AC2" ] } } } ], "category": "product_name", "name": "SCALANCE XCM332 (6GK5332-0GA01-2AC2)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)", "product_id": "CSAFPID-0005", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2ER3" ] } } } ], "category": "product_name", "name": "SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)", "product_id": "CSAFPID-0006", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)", "product_id": "CSAFPID-0007", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-4AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (2x230 V AC, 12xFO) (6GK5334-3TS01-4AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)", "product_id": "CSAFPID-0008", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)", "product_id": "CSAFPID-0009", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-2AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)", "product_id": "CSAFPID-0010", "product_identification_helper": { "model_numbers": [ "6GK5334-2TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)" }, { "branches": [ { "category": "product_version_range", "name": "\u003cV2.4", "product": { "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)", "product_id": "CSAFPID-0011", "product_identification_helper": { "model_numbers": [ "6GK5334-3TS01-3AR3" ] } } } ], "category": "product_name", "name": "SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)" } ], "category": "vendor", "name": "Siemens" } ] }, "vulnerabilities": [ { "cve": "CVE-2006-20001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash.\n\nThis issue affects Apache HTTP Server 2.4.54 and earlier.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2006-20001" }, { "cve": "CVE-2020-10735", "cwe": { "id": "CWE-704", "name": "Incorrect Type Conversion or Cast" }, "notes": [ { "category": "summary", "text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2020-10735" }, { "cve": "CVE-2021-3445", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "A flaw was found in libdnf\u0027s signature verification functionality in versions before 0.60.1. This flaw allows an attacker to achieve code execution if they can alter the header information of an RPM package and then trick a user or system into installing it. The highest risk of this vulnerability is to confidentiality, integrity, as well as system availability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-3445" }, { "cve": "CVE-2021-3638", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the ATI VGA device emulation of QEMU. This flaw occurs in the ati_2d_blt() routine while handling MMIO write operations when the guest provides invalid values for the destination display parameters. A malicious guest could use this flaw to crash the QEMU process on the host, resulting in a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-3638" }, { "cve": "CVE-2021-4037", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-4037" }, { "cve": "CVE-2021-36369", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dropbear through 2020.81. Due to a non-RFC-compliant check of the available authentication methods in the client-side SSH code, it is possible for an SSH server to change the login process in its favor. This attack can bypass additional security measures such as FIDO2 tokens or SSH-Askpass. Thus, it allows an attacker to abuse a forwarded agent for logging on to another server unnoticed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-36369" }, { "cve": "CVE-2021-43666", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A Denial of Service vulnerability exists in mbed TLS 3.0.0 and earlier in the mbedtls_pkcs12_derivation function when an input password\u0027s length is 0.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-43666" }, { "cve": "CVE-2021-45451", "cwe": { "id": "CWE-327", "name": "Use of a Broken or Risky Cryptographic Algorithm" }, "notes": [ { "category": "summary", "text": "In Mbed TLS before 3.1.0, psa_aead_generate_nonce allows policy bypass or oracle-based decryption when the output buffer is at memory locations accessible to an untrusted application.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2021-45451" }, { "cve": "CVE-2022-1015", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-1015" }, { "cve": "CVE-2022-1348", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in logrotate in how the state file is created. The state file is used to prevent parallel executions of multiple instances of logrotate by acquiring and releasing a file lock. When the state file does not exist, it is created with world-readable permission, allowing an unprivileged user to lock the state file, stopping any rotation. This flaw affects logrotate versions before 3.20.0.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-1348" }, { "cve": "CVE-2022-2586", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-2586" }, { "cve": "CVE-2022-2880", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-2880" }, { "cve": "CVE-2022-3294", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2022-3437", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3437" }, { "cve": "CVE-2022-3515", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the Libksba library due to an integer overflow within the CRL parser. The vulnerability can be exploited remotely for code execution on the target system by passing specially crafted data to the application, for example, a malicious S/MIME attachment.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-3515" }, { "cve": "CVE-2022-4415", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in systemd. This security flaw can cause a local information leak due to systemd-coredump not respecting the fs.suid_dumpable kernel setting.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4415" }, { "cve": "CVE-2022-4743", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A potential memory leak issue was discovered in SDL2 in GLES_CreateTexture() function in SDL_render_gles.c. The vulnerability allows an attacker to cause a denial of service attack. The vulnerability affects SDL2 v2.0.4 and above. SDL-1.x are not affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4743" }, { "cve": "CVE-2022-4744", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double-free flaw was found in the Linux kernel\u2019s TUN/TAP device driver functionality in how a user registers the device when the register_netdevice function fails (NETDEV_REGISTER notifier). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4744" }, { "cve": "CVE-2022-4900", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4900" }, { "cve": "CVE-2022-4904", "cwe": { "id": "CWE-1284", "name": "Improper Validation of Specified Quantity in Input" }, "notes": [ { "category": "summary", "text": "A flaw was found in the c-ares package. The ares_set_sortlist is missing checks about the validity of the input string, which allows a possible arbitrary length stack overflow. This issue may cause a denial of service or a limited impact on confidentiality and integrity.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-4904" }, { "cve": "CVE-2022-23471", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. A bug was found in containerd\u0027s CRI implementation where a user can exhaust memory on the host. In the CRI stream server, a goroutine is launched to handle terminal resize events if a TTY is requested. If the user\u0027s process fails to launch due to, for example, a faulty command, the goroutine will be stuck waiting to send without a receiver, resulting in a memory leak. Kubernetes and crictl can both be configured to use containerd\u0027s CRI implementation and the stream server is used for handling container IO. This bug has been fixed in containerd 1.6.12 and 1.5.16. Users should update to these versions to resolve the issue. Users unable to upgrade should ensure that only trusted images and commands are used and that only trusted users have permissions to execute commands in running containers.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-23471" }, { "cve": "CVE-2022-23521", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a `.gitattributes` file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted `.gitattributes` file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. There are no known workarounds for this issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-23521" }, { "cve": "CVE-2022-24834", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. A specially crafted Lua script executing in Redis can trigger a heap overflow in the cjson library, and result with heap corruption and potentially remote code execution. The problem exists in all versions of Redis with Lua scripting support, starting from 2.6, and affects only authenticated and authorized users. The problem is fixed in versions 7.0.12, 6.2.13, and 6.0.20.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-24834" }, { "cve": "CVE-2022-26691", "cwe": { "id": "CWE-697", "name": "Incorrect Comparison" }, "notes": [ { "category": "summary", "text": "A logic issue was addressed with improved state management. This issue is fixed in Security Update 2022-003 Catalina, macOS Monterey 12.3, macOS Big Sur 11.6.5. An application may be able to gain elevated privileges.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-26691" }, { "cve": "CVE-2022-28737", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "There\u0027s a possible overflow in handle_image() when shim tries to load and execute crafted EFI executables; The handle_image() function takes into account the SizeOfRawData field from each section to be loaded. An attacker can leverage this to perform out-of-bound writes into memory. Arbitrary code execution is not discarded in such scenario.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28737" }, { "cve": "CVE-2022-28738", "cwe": { "id": "CWE-415", "name": "Double Free" }, "notes": [ { "category": "summary", "text": "A double free was found in the Regexp compiler in Ruby 3.x before 3.0.4 and 3.1.x before 3.1.2. If a victim attempts to create a Regexp from untrusted user input, an attacker may be able to write to unexpected memory locations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28738" }, { "cve": "CVE-2022-28739", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "There is a buffer over-read in Ruby before 2.6.10, 2.7.x before 2.7.6, 3.x before 3.0.4, and 3.1.x before 3.1.2. It occurs in String-to-Float conversion, including Kernel#Float and String#to_f.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-28739" }, { "cve": "CVE-2022-29154", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "An issue was discovered in rsync before 3.2.5 that allows malicious remote servers to write arbitrary files inside the directories of connecting peers. The server chooses which files/directories are sent to the client. However, the rsync client performs insufficient validation of file names. A malicious rsync server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the rsync client target directory and subdirectories (for example, overwrite the .ssh/authorized_keys file).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29154" }, { "cve": "CVE-2022-29162", "cwe": { "id": "CWE-276", "name": "Incorrect Default Permissions" }, "notes": [ { "category": "summary", "text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29187", "cwe": { "id": "CWE-282", "name": "Improper Ownership Management" }, "notes": [ { "category": "summary", "text": "Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29536", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In GNOME Epiphany before 41.4 and 42.x before 42.2, an HTML document can trigger a client buffer overflow (in ephy_string_shorten in the UI process) via a long page title. The issue occurs because the number of bytes for a UTF-8 ellipsis character is not properly considered.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-29536" }, { "cve": "CVE-2022-32148", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-32148" }, { "cve": "CVE-2022-34903", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim\u0027s keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-34903" }, { "cve": "CVE-2022-34918", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-34918" }, { "cve": "CVE-2022-36021", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18, 6.2.11, 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36021" }, { "cve": "CVE-2022-36227", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the code-execution impact: \"In rare circumstances, when NULL is equivalent to the 0x0 memory address and privileged code can access it, then writing or reading memory is possible, which may lead to code execution.\"", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36227" }, { "cve": "CVE-2022-36760", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027) vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-36760" }, { "cve": "CVE-2022-37436", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "notes": [ { "category": "summary", "text": "Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37436" }, { "cve": "CVE-2022-37454", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37797", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In lighttpd 1.4.65, mod_wstunnel does not initialize a handler function pointer if an invalid HTTP request (websocket handshake) is received. It leads to null pointer dereference which crashes the server. It could be used by an external attacker to cause denial of service condition.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-37797" }, { "cve": "CVE-2022-38725", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "An integer overflow in the RFC3164 parser in One Identity syslog-ng 3.0 through 3.37 allows remote attackers to cause a Denial of Service via crafted syslog input that is mishandled by the tcp or network function. syslog-ng Premium Edition 7.0.30 and syslog-ng Store Box 6.10.0 are also affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-38725" }, { "cve": "CVE-2022-39189", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-39189" }, { "cve": "CVE-2022-39260", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Git is an open source, scalable, distributed revision control system. `git shell` is a restricted login shell that can be used to implement Git\u0027s push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an `int` to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to `execv()`, it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to `git shell` as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling `git shell` access via remote logins is a viable short-term workaround.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-39260" }, { "cve": "CVE-2022-41409", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Integer overflow vulnerability in pcre2test before 10.41 allows attackers to cause a denial of service or other unspecified impacts via negative input.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41409" }, { "cve": "CVE-2022-41556", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "notes": [ { "category": "summary", "text": "A resource leak in gw_backend.c in lighttpd 1.4.56 through 1.4.66 could lead to a denial of service (connection-slot exhaustion) after a large amount of anomalous TCP behavior by clients. It is related to RDHUP mishandling in certain HTTP/1.1 chunked situations. Use of mod_fastcgi is, for example, affected. This is fixed in 1.4.67.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41715", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41715" }, { "cve": "CVE-2022-41717", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41717" }, { "cve": "CVE-2022-41723", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41860", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "In freeradius, when an EAP-SIM supplicant sends an unknown SIM option, the server will try to look that option up in the internal dictionaries. This lookup will fail, but the SIM code will not check for that failure. Instead, it will dereference a NULL pointer, and cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41860" }, { "cve": "CVE-2022-41861", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "A flaw was found in freeradius. A malicious RADIUS client or home server can send a malformed abinary attribute which can cause the server to crash.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41861" }, { "cve": "CVE-2022-41862", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41862" }, { "cve": "CVE-2022-41903", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Git is distributed revision control system. `git log` can display commits in an arbitrary format using its `--format` specifiers. This functionality is also exposed to `git archive` via the `export-subst` gitattribute. When processing the padding operators, there is a integer overflow in `pretty.c::format_and_pad_commit()` where a `size_t` is stored improperly as an `int`, and then added as an offset to a `memcpy()`. This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., `git log --format=...`). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable `git archive` in untrusted repositories. If you expose git archive via `git daemon`, disable it by running `git config --global daemon.uploadArch false`.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-41903" }, { "cve": "CVE-2022-42919", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-42919" }, { "cve": "CVE-2022-44370", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "NASM v2.16 was discovered to contain a heap buffer overflow in the component quote_for_pmake() asm/nasm.c:856", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-44370" }, { "cve": "CVE-2022-45061", "cwe": { "id": "CWE-407", "name": "Inefficient Algorithmic Complexity" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45061" }, { "cve": "CVE-2022-45142", "cwe": { "id": "CWE-354", "name": "Improper Validation of Integrity Check Value" }, "notes": [ { "category": "summary", "text": "The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding \"!= 0\" comparisons to the result of memcmp. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0 branches (and possibly other branches) a logic inversion sneaked in causing the validation of message integrity codes in gssapi/arcfour to be inverted.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45142" }, { "cve": "CVE-2022-45919", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-45919" }, { "cve": "CVE-2022-46392", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. An adversary with access to precise enough information about memory accesses (typically, an untrusted operating system attacking a secure enclave) can recover an RSA private key after observing the victim performing a single private-key operation, if the window size (MBEDTLS_MPI_WINDOW_SIZE) used for the exponentiation is 3 or smaller.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-46392" }, { "cve": "CVE-2022-46393", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Mbed TLS before 2.28.2 and 3.x before 3.3.0. There is a potential heap-based buffer overflow and heap-based buffer over-read in DTLS if MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled and MBEDTLS_SSL_CID_IN_LEN_MAX \u003e 2 * MBEDTLS_SSL_CID_OUT_LEN_MAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-46393" }, { "cve": "CVE-2022-47629", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Libksba before 1.6.3 is prone to an integer overflow vulnerability in the CRL signature parser.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-47629" }, { "cve": "CVE-2022-48303", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-48303" }, { "cve": "CVE-2022-48434", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "libavcodec/pthread_frame.c in FFmpeg before 5.1.2, as used in VLC and other products, leaves stale hwaccel state in worker threads, which allows attackers to trigger a use-after-free and execute arbitrary code in some circumstances (e.g., hardware re-initialization upon a mid-video SPS change when Direct3D11 is used).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2022-48434" }, { "cve": "CVE-2023-0160", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A deadlock flaw was found in the Linux kernel\u2019s BPF subsystem. This flaw allows a local user to potentially crash the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0160" }, { "cve": "CVE-2023-0330", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.0, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0330" }, { "cve": "CVE-2023-0361", "cwe": { "id": "CWE-203", "name": "Observable Discrepancy" }, "notes": [ { "category": "summary", "text": "A timing side-channel in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be sufficient to recover the key encrypted in the RSA ciphertext across a network in a Bleichenbacher style attack. To achieve a successful decryption the attacker would need to send a large amount of specially crafted messages to the vulnerable server. By recovering the secret from the ClientKeyExchange message, the attacker would be able to decrypt the application data exchanged over that connection.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0361" }, { "cve": "CVE-2023-0494", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in X.Org. This issue occurs due to a dangling pointer in DeepCopyPointerClasses that can be exploited by ProcXkbSetDeviceInfo() and ProcXkbGetDeviceInfo() to read and write into freed memory. This can lead to local privilege elevation on systems where the X server runs privileged and remote code execution for ssh X forwarding sessions.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0494" }, { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0567" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0568" }, { "cve": "CVE-2023-0590", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0590" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-0662" }, { "cve": "CVE-2023-1206", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s IPv6 functionality when a user makes a new kind of SYN flood attack. A user located in the local network or with a high bandwidth connection can increase the CPU usage of the server that accepts IPV6 connections up to 95%.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1206" }, { "cve": "CVE-2023-1380", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info-\u003ereq_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1380" }, { "cve": "CVE-2023-1393", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw was found in X.Org Server Overlay Window. A Use-After-Free may lead to local privilege escalation. If a client explicitly destroys the compositor overlay window (aka COW), the Xserver would leave a dangling pointer to that window in the CompScreen structure, which will trigger a use-after-free later.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1611", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btrfs_search_slot in fs/btrfs/ctree.c in btrfs in the Linux Kernel.This flaw allows an attacker to crash the system and possibly cause a kernel information lea", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1611" }, { "cve": "CVE-2023-1670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A flaw use after free in the Linux kernel Xircom 16-bit PCMCIA (PC-card) Ethernet driver was found.A local user could use this flaw to crash the system or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1670" }, { "cve": "CVE-2023-1838", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in vhost_net_set_backend in drivers/vhost/net.c in virtio network subcomponent in the Linux kernel due to a double fget. This flaw could allow a local attacker to crash the system, and could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1838" }, { "cve": "CVE-2023-1855", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xgene_hwmon_remove in drivers/hwmon/xgene-hwmon.c in the Hardware Monitoring Linux Kernel Driver (xgene-hwmon). This flaw could allow a local attacker to crash the system due to a race problem. This vulnerability could even lead to a kernel information leak problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1855" }, { "cve": "CVE-2023-1859", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in xen_9pfs_front_removet in net/9p/trans_xen.c in Xen transport for 9pfs in the Linux Kernel. This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1859" }, { "cve": "CVE-2023-1989", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in btsdio_remove in drivers\\bluetooth\\btsdio.c in the Linux Kernel. In this flaw, a call to btsdio_remove with an unfinished job, may cause a race problem leading to a UAF on hdev devices.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1989" }, { "cve": "CVE-2023-1990", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-1990" }, { "cve": "CVE-2023-2002", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in the HCI sockets implementation due to a missing capability check in net/bluetooth/hci_sock.c in the Linux Kernel. This flaw allows an attacker to unauthorized execution of management commands, compromising the confidentiality, integrity, and availability of Bluetooth communication.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2002" }, { "cve": "CVE-2023-2124", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2124" }, { "cve": "CVE-2023-2194", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability was found in the Linux kernel\u0027s SLIMpro I2C device driver. The userspace \"data-\u003eblock[0]\" variable was not capped to a number between 0-255 and was used as the size of a memcpy, possibly writing beyond the end of dma_buffer. This flaw could allow a local privileged user to crash the system or potentially achieve code execution.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2194" }, { "cve": "CVE-2023-2269", "cwe": { "id": "CWE-667", "name": "Improper Locking" }, "notes": [ { "category": "summary", "text": "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2269" }, { "cve": "CVE-2023-2861", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A flaw was found in the 9p passthrough filesystem (9pfs) implementation in QEMU. The 9pfs server did not prohibit opening special files on the host side, potentially allowing a malicious client to escape from the exported 9p tree by creating and opening a device file in the shared folder.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2861" }, { "cve": "CVE-2023-2953", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-2953" }, { "cve": "CVE-2023-3006", "cwe": { "id": "CWE-212", "name": "Improper Removal of Sensitive Information Before Storage or Transfer" }, "notes": [ { "category": "summary", "text": "A known cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, becomes actual again for the new hw AmpereOne. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim\u0027s hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3006" }, { "cve": "CVE-2023-3090", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "A heap out-of-bounds write vulnerability in the Linux Kernel ipvlan network driver can be exploited to achieve local privilege escalation.\n\nThe out-of-bounds write is caused by missing skb-\u003ecb initialization in the ipvlan network driver. The vulnerability is reachable if\u00a0CONFIG_IPVLAN is enabled.\n\n\nWe recommend upgrading past commit 90cbed5247439a966b645b34eb0a2e037836ea8e.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3090" }, { "cve": "CVE-2023-3111", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use after free vulnerability was found in prepare_to_relocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfs_ioctl_balance() before calling btrfs_ioctl_defrag().", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3111" }, { "cve": "CVE-2023-3141", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This flaw allows a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3141" }, { "cve": "CVE-2023-3212", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3212" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "notes": [ { "category": "summary", "text": "In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a malicious server to guess the client\u0027s nonce.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3247" }, { "cve": "CVE-2023-3268", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "notes": [ { "category": "summary", "text": "An out of bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw could allow a local attacker to crash the system or leak kernel internal information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3268" }, { "cve": "CVE-2023-3301", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "A flaw was found in QEMU. The async nature of hot-unplug enables a race scenario where the net device backend is cleared before the virtio-net pci frontend has been unplugged. A malicious guest could use this time window to trigger an assertion and cause a denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3301" }, { "cve": "CVE-2023-3316", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3316" }, { "cve": "CVE-2023-3390", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s netfilter subsystem in net/netfilter/nf_tables_api.c.\n\nMishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.\n\nWe recommend upgrading past commit\u00a01240eb93f0616b21c675416516ff3d74798fdc97.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3390" }, { "cve": "CVE-2023-3611", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An out-of-bounds write vulnerability in the Linux kernel\u0027s net/sched: sch_qfq component can be exploited to achieve local privilege escalation.\r\n\r\nThe qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3611" }, { "cve": "CVE-2023-3776", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\r\n\r\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3776" }, { "cve": "CVE-2023-3863", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free flaw was found in nfc_llcp_find_local in net/nfc/llcp_core.c in NFC in the Linux kernel. This flaw allows a local user with special privileges to impact a kernel information leak issue.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-3863" }, { "cve": "CVE-2023-4128", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "A use-after-free vulnerability in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel allows a local attacker to perform a local privilege escalation due to incorrect handling of the existing filter, leading to a kernel information leak.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-4128" }, { "cve": "CVE-2023-4194", "cwe": { "id": "CWE-863", "name": "Incorrect Authorization" }, "notes": [ { "category": "summary", "text": "A flaw was found in the Linux kernel\u0027s TUN/TAP functionality. This issue could allow a local user to bypass network filters and gain unauthorized access to some resources. The original patches fixing CVE-2023-1076 are incorrect or incomplete. The problem is that the following upstream commits - a096ccca6e50 (\"tun: tun_chr_open(): correctly initialize socket uid\"), - 66b2c338adce (\"tap: tap_open(): correctly initialize socket uid\"), pass \"inode-\u003ei_uid\" to sock_init_data_uid() as the last parameter and that turns out to not be accurate.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-4194" }, { "cve": "CVE-2023-20593", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue in \u201cZen 2\u201d CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-20593" }, { "cve": "CVE-2023-21255", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-21255" }, { "cve": "CVE-2023-22490", "cwe": { "id": "CWE-59", "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)" }, "notes": [ { "category": "summary", "text": "Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source `$GIT_DIR/objects` directory contains symbolic links, the `objects` directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim\u0027s filesystem within the malicious repository\u0027s working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.\n\nA fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with `--recurse-submodules`. Instead, consider cloning repositories without recursively cloning their submodules, and instead run `git submodule update` at each layer. Before doing so, inspect each new `.gitmodules` file to ensure that it does not contain suspicious module URLs.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22490" }, { "cve": "CVE-2023-22742", "cwe": { "id": "CWE-347", "name": "Improper Verification of Cryptographic Signature" }, "notes": [ { "category": "summary", "text": "libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Prior versions of libgit2 require the caller to set the `certificate_check` field of libgit2\u0027s `git_remote_callbacks` structure - if a certificate check callback is not set, libgit2 does not perform any certificate checking. This means that by default - without configuring a certificate check callback, clients will not perform validation on the server SSH keys and may be subject to a man-in-the-middle attack. Users are encouraged to upgrade to v1.4.5 or v1.5.1. Users unable to upgrade should ensure that all relevant certificates are manually checked.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22742" }, { "cve": "CVE-2023-22745", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "tpm2-tss is an open source software implementation of the Trusted Computing Group (TCG) Trusted Platform Module (TPM) 2 Software Stack (TSS2). In affected versions `Tss2_RC_SetHandler` and `Tss2_RC_Decode` both index into `layer_handler` with an 8 bit layer number, but the array only has `TPM2_ERROR_TSS2_RC_LAYER_COUNT` entries, so trying to add a handler for higher-numbered layers or decode a response code with such a layer number reads/writes past the end of the buffer. This Buffer overrun, could result in arbitrary code execution. An example attack would be a MiTM bus attack that returns 0xFFFFFFFF for the RC. Given the common use case of TPM modules an attacker must have local access to the target machine with local system privileges which allows access to the TPM system. Usually TPM access requires administrative privilege.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-22745" }, { "cve": "CVE-2023-23454", "cwe": { "id": "CWE-843", "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)" }, "notes": [ { "category": "summary", "text": "cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23454" }, { "cve": "CVE-2023-23931", "cwe": { "id": "CWE-754", "name": "Improper Check for Unusual or Exceptional Conditions" }, "notes": [ { "category": "summary", "text": "cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23931" }, { "cve": "CVE-2023-23934", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "Werkzeug is a comprehensive WSGI web application library. Browsers may allow \"nameless\" cookies that look like `=value` instead of `key=value`. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like `=__Host-test=bad` for another subdomain. Werkzeug prior to 2.2.3 will parse the cookie `=__Host-test=bad` as __Host-test=bad`. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key. The issue is fixed in Werkzeug 2.2.3.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 2.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23934" }, { "cve": "CVE-2023-23946", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to `git apply`, a path outside the working tree can be overwritten as the user who is running `git apply`. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use `git apply --stat` to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-23946" }, { "cve": "CVE-2023-24538", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Templates do not properly consider backticks (`) as Javascript string delimiters, and do not escape them as expected. Backticks are used, since ES6, for JS template literals. If a template contains a Go template action within a Javascript template literal, the contents of the action can be used to terminate the literal, injecting arbitrary Javascript code into the Go template. As ES6 template literals are rather complex, and themselves can do string interpolation, the decision was made to simply disallow Go template actions from being used inside of them (e.g. \"var a = {{.}}\"), since there is no obviously safe way to allow this behavior. This takes the same approach as github.com/google/safehtml. With fix, Template.Parse returns an Error when it encounters templates like this, with an ErrorCode of value 12. This ErrorCode is currently unexported, but will be exported in the release of Go 1.21. Users who rely on the previous behavior can re-enable it using the GODEBUG flag jstmpllitinterp=1, with the caveat that backticks will now be escaped. This should be used with caution.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-24538" }, { "cve": "CVE-2023-25153", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "containerd is an open source container runtime. Before versions 1.6.18 and 1.5.18, when importing an OCI image, there was no limit on the number of bytes read for certain files. A maliciously crafted image with a large file where a limit was not applied could cause a denial of service. This bug has been fixed in containerd 1.6.18 and 1.5.18. Users should update to these versions to resolve the issue. As a workaround, ensure that only trusted images are used and that only trusted users have permissions to import images.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25153" }, { "cve": "CVE-2023-25155", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "notes": [ { "category": "summary", "text": "Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25155" }, { "cve": "CVE-2023-25193", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "notes": [ { "category": "summary", "text": "hb-ot-layout-gsubgpos.hh in HarfBuzz through 6.0.0 allows attackers to trigger quadratic growth via consecutive marks during the process of looking back for base glyphs when attaching marks.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25193" }, { "cve": "CVE-2023-25588", "cwe": { "id": "CWE-908", "name": "Use of Uninitialized Resource" }, "notes": [ { "category": "summary", "text": "A flaw was found in Binutils. The field `the_bfd` of `asymbol`struct is uninitialized in the `bfd_mach_o_get_synthetic_symtab` function, which may lead to an application crash and local denial of service.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25588" }, { "cve": "CVE-2023-25690", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\r\n\r\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. \r\n\r\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25690" }, { "cve": "CVE-2023-25727", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "notes": [ { "category": "summary", "text": "In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-25727" }, { "cve": "CVE-2023-26081", "cwe": { "id": "CWE-668", "name": "Exposure of Resource to Wrong Sphere" }, "notes": [ { "category": "summary", "text": "In Epiphany (aka GNOME Web) through 43.0, untrusted web content can trick users into exfiltrating passwords, because autofill occurs in sandboxed contexts.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-26081" }, { "cve": "CVE-2023-26965", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-26965" }, { "cve": "CVE-2023-27522", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "notes": [ { "category": "summary", "text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27522" }, { "cve": "CVE-2023-27534", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "notes": [ { "category": "summary", "text": "A path traversal vulnerability exists in curl \u003c8.0.0 SFTP implementation causes the tilde (~) character to be wrongly replaced when used as a prefix in the first path element, in addition to its intended use as the first element to indicate a path relative to the user\u0027s home directory. Attackers can exploit this flaw to bypass filtering or execute arbitrary code by crafting a path like /~2/foo while accessing a server with a specific user.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27534" }, { "cve": "CVE-2023-27535", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists in libcurl \u003c8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27535" }, { "cve": "CVE-2023-27536", "cwe": { "id": "CWE-287", "name": "Improper Authentication" }, "notes": [ { "category": "summary", "text": "An authentication bypass vulnerability exists libcurl \u003c8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-27536" }, { "cve": "CVE-2023-28450", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in Dnsmasq before 2.90. The default maximum EDNS.0 UDP packet size was set to 4096 but should be 1232 because of DNS Flag Day 2020.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28466", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "notes": [ { "category": "summary", "text": "do_tls_getsockopt in net/tls/tls_main.c in the Linux kernel through 6.2.6 lacks a lock_sock call, leading to a race condition (with a resultant use-after-free or NULL pointer dereference).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28466" }, { "cve": "CVE-2023-28486", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in log messages.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28486" }, { "cve": "CVE-2023-28487", "cwe": { "id": "CWE-116", "name": "Improper Encoding or Escaping of Output" }, "notes": [ { "category": "summary", "text": "Sudo before 1.9.13 does not escape control characters in sudoreplay output.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-28487" }, { "cve": "CVE-2023-29402", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may generate unexpected code at build time when using cgo. This may result in unexpected behavior when running a go program which uses cgo. This may occur when running an untrusted module which contains directories with newline characters in their names. Modules which are retrieved using the go command, i.e. via \"go get\", are not affected (modules retrieved using GOPATH-mode, i.e. GO111MODULE=off, may be affected).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29402" }, { "cve": "CVE-2023-29404", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29405", "cwe": { "id": "CWE-74", "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)" }, "notes": [ { "category": "summary", "text": "The go command may execute arbitrary code at build time when using cgo. This may occur when running \"go get\" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a \"#cgo LDFLAGS\" directive. Flags containing embedded spaces are mishandled, allowing disallowed flags to be smuggled through the LDFLAGS sanitization by including them in the argument of another flag. This only affects usage of the gccgo compiler.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29406", "cwe": { "id": "CWE-436", "name": "Interpretation Conflict" }, "notes": [ { "category": "summary", "text": "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29409", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-29409" }, { "cve": "CVE-2023-30086", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30086" }, { "cve": "CVE-2023-30456", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in arch/x86/kvm/vmx/nested.c in the Linux kernel before 6.2.8. nVMX on x86_64 lacks consistency checks for CR0 and CR4.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30456" }, { "cve": "CVE-2023-30772", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/power/supply/da9150-charger.c if a physically proximate attacker unplugs a device.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-30772" }, { "cve": "CVE-2023-31084", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In dvb_frontend_test_event, down(\u0026fepriv-\u003esem) is called. However, wait_event_interruptible would put the process to sleep, and down(\u0026fepriv-\u003esem) may block the process.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31084" }, { "cve": "CVE-2023-31124", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31130", "cwe": { "id": "CWE-124", "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. ares_inet_net_pton() is vulnerable to a buffer underflow for certain ipv6 addresses, in particular \"0::00:00:00/2\" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to configure such an address via ares_set_sortlist(). However, users may externally use ares_inet_net_pton() for other purposes and thus be vulnerable to more severe issues. This issue has been fixed in 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31147", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31436", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "qfq_change_class in net/sched/sch_qfq.c in the Linux kernel before 6.2.13 allows an out-of-bounds write because lmax can exceed QFQ_MIN_LMAX.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31436" }, { "cve": "CVE-2023-31489", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "An issue found in Frrouting bgpd v.8.4.2 allows a remote attacker to cause a denial of service via the bgp_capability_llgr() function.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-31489" }, { "cve": "CVE-2023-32067", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "notes": [ { "category": "summary", "text": "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32233", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32233" }, { "cve": "CVE-2023-32573", "cwe": { "id": "CWE-369", "name": "Divide By Zero" }, "notes": [ { "category": "summary", "text": "In Qt before 5.15.14, 6.0.x through 6.2.x before 6.2.9, and 6.3.x through 6.5.x before 6.5.1, QtSvg QSvgFont m_unitsPerEm initialization is mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-32573" }, { "cve": "CVE-2023-33203", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "The Linux kernel before 6.2.9 has a race condition and resultant use-after-free in drivers/net/ethernet/qualcomm/emac/emac.c if a physically proximate attacker unplugs an emac based device.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-33203" }, { "cve": "CVE-2023-34256", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "notes": [ { "category": "summary", "text": "** DISPUTED ** An issue was discovered in the Linux kernel before 6.3.3. There is an out-of-bounds read in crc16 in lib/crc16.c when called from fs/ext4/super.c because ext4_group_desc_csum does not properly check an offset. NOTE: this is disputed by third parties because the kernel is not intended to defend against attackers with the stated \"When modifying the block device while it is mounted by the filesystem\" access.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34256" }, { "cve": "CVE-2023-34872", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "A vulnerability in Outline.cc for Poppler prior to 23.06.0 allows a remote attacker to cause a Denial of Service (DoS) (crash) via a crafted PDF file in OutlineItem::open.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34872" }, { "cve": "CVE-2023-34969", "cwe": { "id": "CWE-311", "name": "Missing Encryption of Sensitive Data" }, "notes": [ { "category": "summary", "text": "D-Bus before 1.15.6 sometimes allows unprivileged users to crash dbus-daemon. If a privileged user with control over the dbus-daemon is using the org.freedesktop.DBus.Monitoring interface to monitor message bus traffic, then an unprivileged user with the ability to connect to the same dbus-daemon can cause a dbus-daemon crash under some circumstances via an unreplyable message. When done on the well-known system bus, this is a denial-of-service vulnerability. The fixed versions are 1.12.28, 1.14.8, and 1.15.6.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-34969" }, { "cve": "CVE-2023-35001", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35001" }, { "cve": "CVE-2023-35788", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "notes": [ { "category": "summary", "text": "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35788" }, { "cve": "CVE-2023-35789", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the C AMQP client library (aka rabbitmq-c) through 0.13.0 for RabbitMQ. Credentials can only be entered on the command line (e.g., for amqp-publish or amqp-consume) and are thus visible to local attackers by listing a process and its arguments.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35789" }, { "cve": "CVE-2023-35823", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35823" }, { "cve": "CVE-2023-35824", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35824" }, { "cve": "CVE-2023-35828", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "notes": [ { "category": "summary", "text": "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.0, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-35828" }, { "cve": "CVE-2023-36054", "cwe": { "id": "CWE-824", "name": "Access of Uninitialized Pointer" }, "notes": [ { "category": "summary", "text": "lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote authenticated user can trigger a kadmind crash. This occurs because _xdr_kadm5_principal_ent_rec does not validate the relationship between n_key_data and the key_data array count.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36054" }, { "cve": "CVE-2023-36617", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "notes": [ { "category": "summary", "text": "A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this issue exists becuse of an incomplete fix for CVE-2023-28755. Version 0.10.3 is also a fixed version.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36617" }, { "cve": "CVE-2023-36664", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "notes": [ { "category": "summary", "text": "Artifex Ghostscript through 10.01.2 mishandles permission validation for pipe devices (with the %pipe% prefix or the | pipe character prefix).", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-36664" }, { "cve": "CVE-2023-37920", "cwe": { "id": "CWE-345", "name": "Insufficient Verification of Data Authenticity" }, "notes": [ { "category": "summary", "text": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes \"e-Tugra\" root certificates. e-Tugra\u0027s root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from \"e-Tugra\" from the root store.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-37920" }, { "cve": "CVE-2023-38559", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "notes": [ { "category": "summary", "text": "A buffer overflow flaw was found in base/gdevdevn.c:1973 in devn_pcx_write_rle() in ghostscript. This issue may allow a local attacker to cause a denial of service via outputting a crafted PDF file for a DEVN device with gs.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-38559" }, { "cve": "CVE-2023-40283", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "summary", "text": "An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.", "title": "Summary" } ], "product_status": { "known_affected": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] }, "remediations": [ { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" }, { "category": "vendor_fix", "details": "Update to V2.4 or later version", "product_ids": [ "CSAFPID-0004" ], "url": "https://support.industry.siemens.com/cs/ww/en/view/109826613/" } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", "version": "3.1" }, "products": [ "CSAFPID-0001", "CSAFPID-0002", "CSAFPID-0003", "CSAFPID-0004", "CSAFPID-0005", "CSAFPID-0011", "CSAFPID-0010", "CSAFPID-0009", "CSAFPID-0008", "CSAFPID-0007", "CSAFPID-0006" ] } ], "title": "CVE-2023-40283" } ] }
gsd-2023-0567
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-0567", "id": "GSD-2023-0567", "references": [ "https://www.debian.org/security/2023/dsa-5363", "https://advisories.mageia.org/CVE-2023-0567.html", "https://www.suse.com/security/cve/CVE-2023-0567.html", "https://ubuntu.com/security/CVE-2023-0567" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-0567" ], "details": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.", "id": "GSD-2023-0567", "modified": "2023-12-13T01:20:22.356981Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2023-0567", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "affected", "versions": [ { "lessThan": "8.0.28", "status": "affected", "version": "8.0.x", "versionType": "semver" }, { "lessThan": "8.1.16", "status": "affected", "version": "8.1.x", "versionType": "semver" }, { "lessThan": "8.2.3", "status": "affected", "version": "8.2.x", "versionType": "semver" } ] } } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "credits": [ { "lang": "en", "value": "Tim D\u00fcsterhus" }, { "lang": "en", "value": "tech at mkdgs dot fr" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid." } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 7.7, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=81744", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=81744" }, { "name": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "refsource": "MISC", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ] }, "source": { "discovery": "EXTERNAL" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.2.3", "versionStartIncluding": "8.2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.1.16", "versionStartIncluding": "8.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.0.28", "versionStartIncluding": "8.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2023-0567" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-916" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "refsource": "MISC", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" }, { "name": "https://bugs.php.net/bug.php?id=81744", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=81744" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.5, "impactScore": 3.6 } }, "lastModifiedDate": "2023-03-10T17:32Z", "publishedDate": "2023-03-01T08:15Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.