Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-40909 (GCVE-0-2025-40909)
Vulnerability from cvelistv5
Published
2025-05-30 12:20
Modified
2025-06-03 03:23
Severity ?
VLAI Severity ?
EPSS score ?
CWE
Summary
Perl threads have a working directory race condition where file operations may target unintended paths.
If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running.
This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.
The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2025-06-03T03:23:21.080Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2025/05/23/1" }, { "url": "http://www.openwall.com/lists/oss-security/2025/05/30/4" }, { "url": "http://www.openwall.com/lists/oss-security/2025/06/02/2" }, { "url": "http://www.openwall.com/lists/oss-security/2025/06/02/5" }, { "url": "http://www.openwall.com/lists/oss-security/2025/06/02/6" }, { "url": "http://www.openwall.com/lists/oss-security/2025/06/02/7" }, { "url": "http://www.openwall.com/lists/oss-security/2025/06/03/1" } ], "title": "CVE Program Container" }, { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2025-40909", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-05-30T14:05:00.839656Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-05-30T14:09:50.842Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "collectionURL": "https://cpan.org/modules", "defaultStatus": "unaffected", "packageName": "perl", "product": "perl", "programRoutines": [ { "name": "threads" } ], "repo": "https://github.com/perl/perl5", "vendor": "perl", "versions": [ { "lessThan": "5.41.13", "status": "affected", "version": "5.13.6", "versionType": "custom" } ] } ], "credits": [ { "lang": "en", "type": "finder", "value": "Vincent Lefevre" } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6" } ], "value": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6" } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-362", "description": "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-426", "description": "CWE-426 Untrusted Search Path", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-05-30T12:20:11.237Z", "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "shortName": "CPANSec" }, "references": [ { "tags": [ "patch" ], "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "tags": [ "mailing-list", "exploit" ], "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" }, { "tags": [ "issue-tracking" ], "url": "https://github.com/Perl/perl5/issues/23010" }, { "tags": [ "related" ], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "tags": [ "related" ], "url": "https://github.com/Perl/perl5/issues/10387" }, { "tags": [ "related" ], "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "tags": [ "related" ], "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" } ], "solutions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Update perl to an unaffected version, or apply the patch provided in the references section." } ], "value": "Update perl to an unaffected version, or apply the patch provided in the references section." } ], "source": { "discovery": "UNKNOWN" }, "title": "Perl threads have a working directory race condition where file operations may target unintended paths", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "assignerShortName": "CPANSec", "cveId": "CVE-2025-40909", "datePublished": "2025-05-30T12:20:11.237Z", "dateReserved": "2025-04-16T09:05:34.360Z", "dateUpdated": "2025-06-03T03:23:21.080Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-40909\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2025-05-30T13:15:22.350\",\"lastModified\":\"2025-06-03T04:15:40.470\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\"},{\"lang\":\"es\",\"value\":\"Los subprocesos de Perl tienen una condici\u00f3n de ejecuci\u00f3n en el directorio de trabajo donde las operaciones con archivos pueden dirigirse a rutas no deseadas. Si un identificador de directorio est\u00e1 abierto al crear el subproceso, el directorio de trabajo actual de todo el proceso se modifica temporalmente para clonar dicho identificador para el nuevo subproceso, visible desde cualquier tercer subproceso (o m\u00e1s) en ejecuci\u00f3n. Esto puede provocar operaciones no deseadas, como la carga de c\u00f3digo o el acceso a archivos desde ubicaciones inesperadas, que un atacante local podr\u00eda explotar. El error se introdujo en el commit 11a11ecf4bea72b17d250cfb43c897be1341861e y se public\u00f3 en la versi\u00f3n 5.13.6 de Perl.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.5,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"},{\"lang\":\"en\",\"value\":\"CWE-426\"}]}],\"references\":[{\"url\":\"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/10387\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/Perl/perl5/issues/23010\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://www.openwall.com/lists/oss-security/2025/05/22/2\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/23/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/05/30/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/02/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/03/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/23/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/05/30/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/2\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/5\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/02/6\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-06-02T20:03:25.750Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-40909\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-05-30T14:05:00.839656Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-05-30T14:09:40.567Z\"}}], \"cna\": {\"title\": \"Perl threads have a working directory race condition where file operations may target unintended paths\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Vincent Lefevre\"}], \"affected\": [{\"repo\": \"https://github.com/perl/perl5\", \"vendor\": \"perl\", \"product\": \"perl\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.13.6\", \"lessThan\": \"5.41.13\", \"versionType\": \"custom\"}], \"packageName\": \"perl\", \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"threads\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Update perl to an unaffected version, or apply the patch provided in the references section.\", \"base64\": false}]}], \"references\": [{\"url\": \"https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.openwall.com/lists/oss-security/2025/05/22/2\", \"tags\": [\"mailing-list\", \"exploit\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/23010\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/issues/10387\", \"tags\": [\"related\"]}, {\"url\": \"https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads\", \"tags\": [\"related\"]}, {\"url\": \"https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\\n\\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\\u00a0that handle for the new thread, which is visible from any third (or\\u00a0more) thread already running. \\n\\nThis may lead to unintended operations\\u00a0such as loading code or accessing files from unexpected locations,\\u00a0which a local attacker may be able to exploit.\\n\\nThe bug was introduced in commit\\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Perl threads have a working directory race condition where file operations may target unintended paths.\u003cbr\u003e\u003cbr\u003eIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u0026nbsp;that handle for the new thread, which is visible from any third (or\u0026nbsp;more) thread already running. \u003cbr\u003e\u003cbr\u003eThis may lead to unintended operations\u0026nbsp;such as loading code or accessing files from unexpected locations,\u0026nbsp;which a local attacker may be able to exploit.\u003cbr\u003e\u003cbr\u003eThe bug was introduced in commit\u0026nbsp;11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-362\", \"description\": \"CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-426\", \"description\": \"CWE-426 Untrusted Search Path\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2025-05-30T12:20:11.237Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-40909\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-02T20:03:25.750Z\", \"dateReserved\": \"2025-04-16T09:05:34.360Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2025-05-30T12:20:11.237Z\", \"assignerShortName\": \"CPANSec\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2025:20532-1
Vulnerability from csaf_suse
Published
2025-07-28 14:35
Modified
2025-07-28 14:35
Summary
Security update for perl
Notes
Title of the patch
Security update for perl
Description of the patch
This update for perl fixes the following issues:
- CVE-2024-56406: Fixed heap buffer overflow when transliterating
non-ASCII bytes (bsc#1241083)
- CVE-2025-40909: Fixed a working directory race condition causing
file operations to target unintended paths (bsc#1244079)
Patchnames
SUSE-SLE-Micro-6.1-191
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for perl", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl fixes the following issues:\n\n- CVE-2024-56406: Fixed heap buffer overflow when transliterating \n non-ASCII bytes (bsc#1241083)\n- CVE-2025-40909: Fixed a working directory race condition causing\n file operations to target unintended paths (bsc#1244079)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.1-191", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20532-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20532-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520532-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20532-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041122.html" }, { "category": "self", "summary": "SUSE Bug 1241083", "url": "https://bugzilla.suse.com/1241083" }, { "category": "self", "summary": "SUSE Bug 1244079", "url": "https://bugzilla.suse.com/1244079" }, { "category": "self", "summary": "SUSE CVE CVE-2024-56406 page", "url": "https://www.suse.com/security/cve/CVE-2024-56406/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-40909 page", "url": "https://www.suse.com/security/cve/CVE-2025-40909/" } ], "title": "Security update for perl", "tracking": { "current_release_date": "2025-07-28T14:35:09Z", "generator": { "date": "2025-07-28T14:35:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20532-1", "initial_release_date": "2025-07-28T14:35:09Z", "revision_history": [ { "date": "2025-07-28T14:35:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-5.38.2-slfo.1.1_2.1.aarch64", "product": { "name": "perl-5.38.2-slfo.1.1_2.1.aarch64", "product_id": "perl-5.38.2-slfo.1.1_2.1.aarch64" } }, { "category": "product_version", "name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64", "product": { "name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64", "product_id": "perl-base-5.38.2-slfo.1.1_2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-5.38.2-slfo.1.1_2.1.s390x", "product": { "name": "perl-5.38.2-slfo.1.1_2.1.s390x", "product_id": "perl-5.38.2-slfo.1.1_2.1.s390x" } }, { "category": "product_version", "name": "perl-base-5.38.2-slfo.1.1_2.1.s390x", "product": { "name": "perl-base-5.38.2-slfo.1.1_2.1.s390x", "product_id": "perl-base-5.38.2-slfo.1.1_2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-5.38.2-slfo.1.1_2.1.x86_64", "product": { "name": "perl-5.38.2-slfo.1.1_2.1.x86_64", "product_id": "perl-5.38.2-slfo.1.1_2.1.x86_64" } }, { "category": "product_version", "name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64", "product": { "name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64", "product_id": "perl-base-5.38.2-slfo.1.1_2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.1", "product": { "name": "SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64" }, "product_reference": "perl-5.38.2-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x" }, "product_reference": "perl-5.38.2-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64" }, "product_reference": "perl-5.38.2-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64" }, "product_reference": "perl-base-5.38.2-slfo.1.1_2.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x" }, "product_reference": "perl-base-5.38.2-slfo.1.1_2.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" }, "product_reference": "perl-base-5.38.2-slfo.1.1_2.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56406", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-56406" } ], "notes": [ { "category": "general", "text": "A heap buffer overflow vulnerability was discovered in Perl. \n\nRelease branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10.\n\nWhen there are non-ASCII bytes in the left-hand-side of the `tr` operator, `S_do_trans_invmap` can overflow the destination pointer `d`.\n\n $ perl -e \u0027$_ = \"\\x{FF}\" x 1000000; tr/\\xFF/\\x{100}/;\u0027 \n Segmentation fault (core dumped)\n\nIt is believed that this vulnerability can enable Denial of Service and possibly Code Execution attacks on platforms that lack sufficient defenses.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-56406", "url": "https://www.suse.com/security/cve/CVE-2024-56406" }, { "category": "external", "summary": "SUSE Bug 1241083 for CVE-2024-56406", "url": "https://bugzilla.suse.com/1241083" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-28T14:35:09Z", "details": "important" } ], "title": "CVE-2024-56406" }, { "cve": "CVE-2025-40909", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-40909" } ], "notes": [ { "category": "general", "text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-40909", "url": "https://www.suse.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "SUSE Bug 1244079 for CVE-2025-40909", "url": "https://bugzilla.suse.com/1244079" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x", "SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-28T14:35:09Z", "details": "moderate" } ], "title": "CVE-2025-40909" } ] }
suse-su-2025:02051-1
Vulnerability from csaf_suse
Published
2025-06-20 12:42
Modified
2025-06-20 12:42
Summary
Security update for perl
Notes
Title of the patch
Security update for perl
Description of the patch
This update for perl fixes the following issues:
- CVE-2025-40909: do not change the current directory when cloning an open directory handle (bsc#1244079)
Patchnames
SUSE-2025-2051,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2051
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for perl", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: do not change the current directory when cloning an open directory handle (bsc#1244079)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2051,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2051", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02051-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02051-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502051-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02051-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040418.html" }, { "category": "self", "summary": "SUSE Bug 1244079", "url": "https://bugzilla.suse.com/1244079" }, { "category": "self", "summary": "SUSE CVE CVE-2025-40909 page", "url": "https://www.suse.com/security/cve/CVE-2025-40909/" } ], "title": "Security update for perl", "tracking": { "current_release_date": "2025-06-20T12:42:29Z", "generator": { "date": "2025-06-20T12:42:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02051-1", "initial_release_date": "2025-06-20T12:42:29Z", "revision_history": [ { "date": "2025-06-20T12:42:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.aarch64", "product": { "name": "perl-5.18.2-12.29.1.aarch64", "product_id": "perl-5.18.2-12.29.1.aarch64" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.aarch64", "product": { "name": "perl-base-5.18.2-12.29.1.aarch64", "product_id": "perl-base-5.18.2-12.29.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32", "product": { "name": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32", "product_id": "perl-64bit-5.18.2-12.29.1.aarch64_ilp32" } }, { "category": "product_version", "name": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32", "product": { "name": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32", "product_id": "perl-base-64bit-5.18.2-12.29.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.i586", "product": { "name": "perl-5.18.2-12.29.1.i586", "product_id": "perl-5.18.2-12.29.1.i586" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.i586", "product": { "name": "perl-base-5.18.2-12.29.1.i586", "product_id": "perl-base-5.18.2-12.29.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-doc-5.18.2-12.29.1.noarch", "product": { "name": "perl-doc-5.18.2-12.29.1.noarch", "product_id": "perl-doc-5.18.2-12.29.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.ppc64le", "product": { "name": "perl-5.18.2-12.29.1.ppc64le", "product_id": "perl-5.18.2-12.29.1.ppc64le" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.ppc64le", "product": { "name": "perl-base-5.18.2-12.29.1.ppc64le", "product_id": "perl-base-5.18.2-12.29.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.s390", "product": { "name": "perl-5.18.2-12.29.1.s390", "product_id": "perl-5.18.2-12.29.1.s390" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.s390", "product": { "name": "perl-base-5.18.2-12.29.1.s390", "product_id": "perl-base-5.18.2-12.29.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.s390x", "product": { "name": "perl-5.18.2-12.29.1.s390x", "product_id": "perl-5.18.2-12.29.1.s390x" } }, { "category": "product_version", "name": "perl-32bit-5.18.2-12.29.1.s390x", "product": { "name": "perl-32bit-5.18.2-12.29.1.s390x", "product_id": "perl-32bit-5.18.2-12.29.1.s390x" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.s390x", "product": { "name": "perl-base-5.18.2-12.29.1.s390x", "product_id": "perl-base-5.18.2-12.29.1.s390x" } }, { "category": "product_version", "name": "perl-base-32bit-5.18.2-12.29.1.s390x", "product": { "name": "perl-base-32bit-5.18.2-12.29.1.s390x", "product_id": "perl-base-32bit-5.18.2-12.29.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-5.18.2-12.29.1.x86_64", "product": { "name": "perl-5.18.2-12.29.1.x86_64", "product_id": "perl-5.18.2-12.29.1.x86_64" } }, { "category": "product_version", "name": "perl-32bit-5.18.2-12.29.1.x86_64", "product": { "name": "perl-32bit-5.18.2-12.29.1.x86_64", "product_id": "perl-32bit-5.18.2-12.29.1.x86_64" } }, { "category": "product_version", "name": "perl-base-5.18.2-12.29.1.x86_64", "product": { "name": "perl-base-5.18.2-12.29.1.x86_64", "product_id": "perl-base-5.18.2-12.29.1.x86_64" } }, { "category": "product_version", "name": "perl-base-32bit-5.18.2-12.29.1.x86_64", "product": { "name": "perl-base-32bit-5.18.2-12.29.1.x86_64", "product_id": "perl-base-32bit-5.18.2-12.29.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64" }, "product_reference": "perl-5.18.2-12.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64" }, "product_reference": "perl-32bit-5.18.2-12.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.18.2-12.29.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64" }, "product_reference": "perl-base-5.18.2-12.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.18.2-12.29.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch" }, "product_reference": "perl-doc-5.18.2-12.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-40909" } ], "notes": [ { "category": "general", "text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2025-40909", "url": "https://www.suse.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "SUSE Bug 1244079 for CVE-2025-40909", "url": "https://bugzilla.suse.com/1244079" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-32bit-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-base-5.18.2-12.29.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-doc-5.18.2-12.29.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2025-06-20T12:42:29Z", "details": "moderate" } ], "title": "CVE-2025-40909" } ] }
suse-su-2025:02027-1
Vulnerability from csaf_suse
Published
2025-06-19 15:15
Modified
2025-06-19 15:15
Summary
Security update for perl
Notes
Title of the patch
Security update for perl
Description of the patch
This update for perl fixes the following issues:
- CVE-2025-40909: Do not change the current directory when cloning an open directory handle (bsc#1244079).
Patchnames
SUSE-2025-2027,SUSE-SLE-Micro-5.3-2025-2027,SUSE-SLE-Micro-5.4-2025-2027,SUSE-SLE-Micro-5.5-2025-2027,SUSE-SLE-Module-Basesystem-15-SP6-2025-2027,SUSE-SLE-Module-Basesystem-15-SP7-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-2027,SUSE-SUSE-MicroOS-5.1-2025-2027,SUSE-SUSE-MicroOS-5.2-2025-2027,openSUSE-SLE-15.6-2025-2027
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for perl", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: Do not change the current directory when cloning an open directory handle (bsc#1244079).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2027,SUSE-SLE-Micro-5.3-2025-2027,SUSE-SLE-Micro-5.4-2025-2027,SUSE-SLE-Micro-5.5-2025-2027,SUSE-SLE-Module-Basesystem-15-SP6-2025-2027,SUSE-SLE-Module-Basesystem-15-SP7-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2027,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-2027,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-2027,SUSE-SUSE-MicroOS-5.1-2025-2027,SUSE-SUSE-MicroOS-5.2-2025-2027,openSUSE-SLE-15.6-2025-2027", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02027-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02027-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502027-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02027-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040380.html" }, { "category": "self", "summary": "SUSE Bug 1244079", "url": "https://bugzilla.suse.com/1244079" }, { "category": "self", "summary": "SUSE CVE CVE-2025-40909 page", "url": "https://www.suse.com/security/cve/CVE-2025-40909/" } ], "title": "Security update for perl", "tracking": { "current_release_date": "2025-06-19T15:15:57Z", "generator": { "date": "2025-06-19T15:15:57Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02027-1", "initial_release_date": "2025-06-19T15:15:57Z", "revision_history": [ { "date": "2025-06-19T15:15:57Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-5.26.1-150300.17.20.1.aarch64", "product": { "name": "perl-5.26.1-150300.17.20.1.aarch64", "product_id": "perl-5.26.1-150300.17.20.1.aarch64" } }, { "category": "product_version", "name": "perl-base-5.26.1-150300.17.20.1.aarch64", "product": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64", "product_id": "perl-base-5.26.1-150300.17.20.1.aarch64" } }, { "category": "product_version", "name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "product": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product": { "name": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product_id": "perl-64bit-5.26.1-150300.17.20.1.aarch64_ilp32" } }, { "category": "product_version", "name": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product": { "name": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product_id": "perl-base-64bit-5.26.1-150300.17.20.1.aarch64_ilp32" } }, { "category": "product_version", "name": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product": { "name": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32", "product_id": "perl-core-DB_File-64bit-5.26.1-150300.17.20.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "perl-5.26.1-150300.17.20.1.i586", "product": { "name": "perl-5.26.1-150300.17.20.1.i586", "product_id": "perl-5.26.1-150300.17.20.1.i586" } }, { "category": "product_version", "name": "perl-base-5.26.1-150300.17.20.1.i586", "product": { "name": "perl-base-5.26.1-150300.17.20.1.i586", "product_id": "perl-base-5.26.1-150300.17.20.1.i586" } }, { "category": "product_version", "name": "perl-core-DB_File-5.26.1-150300.17.20.1.i586", "product": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.i586", "product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "perl-doc-5.26.1-150300.17.20.1.noarch", "product": { "name": "perl-doc-5.26.1-150300.17.20.1.noarch", "product_id": "perl-doc-5.26.1-150300.17.20.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "perl-5.26.1-150300.17.20.1.ppc64le", "product": { "name": "perl-5.26.1-150300.17.20.1.ppc64le", "product_id": "perl-5.26.1-150300.17.20.1.ppc64le" } }, { "category": "product_version", "name": "perl-base-5.26.1-150300.17.20.1.ppc64le", "product": { "name": "perl-base-5.26.1-150300.17.20.1.ppc64le", "product_id": "perl-base-5.26.1-150300.17.20.1.ppc64le" } }, { "category": "product_version", "name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "product": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-5.26.1-150300.17.20.1.s390x", "product": { "name": "perl-5.26.1-150300.17.20.1.s390x", "product_id": "perl-5.26.1-150300.17.20.1.s390x" } }, { "category": "product_version", "name": "perl-base-5.26.1-150300.17.20.1.s390x", "product": { "name": "perl-base-5.26.1-150300.17.20.1.s390x", "product_id": "perl-base-5.26.1-150300.17.20.1.s390x" } }, { "category": "product_version", "name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "product": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-5.26.1-150300.17.20.1.x86_64" } }, { "category": "product_version", "name": "perl-32bit-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-32bit-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-32bit-5.26.1-150300.17.20.1.x86_64" } }, { "category": "product_version", "name": "perl-base-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-base-5.26.1-150300.17.20.1.x86_64" } }, { "category": "product_version", "name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64" } }, { "category": "product_version", "name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64" } }, { "category": "product_version", "name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "product": { "name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "product_id": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP7", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp7" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch" }, "product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch" }, "product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64" }, "product_reference": "perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.26.1-150300.17.20.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch" }, "product_reference": "perl-doc-5.26.1-150300.17.20.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-40909" } ], "notes": [ { "category": "general", "text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2025-40909", "url": "https://www.suse.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "SUSE Bug 1244079 for CVE-2025-40909", "url": "https://bugzilla.suse.com/1244079" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.1:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.2:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.3:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.4:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Micro 5.5:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-base-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-doc-5.26.1-150300.17.20.1.noarch", "SUSE Linux Enterprise Module for Package Hub 15 SP6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP7:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-base-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-32bit-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.aarch64", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.ppc64le", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.s390x", "openSUSE Leap 15.6:perl-core-DB_File-5.26.1-150300.17.20.1.x86_64", "openSUSE Leap 15.6:perl-doc-5.26.1-150300.17.20.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2025-06-19T15:15:57Z", "details": "moderate" } ], "title": "CVE-2025-40909" } ] }
suse-su-2025:20456-1
Vulnerability from csaf_suse
Published
2025-07-01 11:42
Modified
2025-07-01 11:42
Summary
Security update for perl
Notes
Title of the patch
Security update for perl
Description of the patch
This update for perl fixes the following issues:
- CVE-2025-40909: Fixed a working directory race condition causing
file operations to target unintended paths (bsc#1244079)
Patchnames
SUSE-SLE-Micro-6.0-372
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for perl", "title": "Title of the patch" }, { "category": "description", "text": "This update for perl fixes the following issues:\n\n- CVE-2025-40909: Fixed a working directory race condition causing \n file operations to target unintended paths (bsc#1244079)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-372", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20456-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20456-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520456-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20456-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040617.html" }, { "category": "self", "summary": "SUSE Bug 1244079", "url": "https://bugzilla.suse.com/1244079" }, { "category": "self", "summary": "SUSE CVE CVE-2025-40909 page", "url": "https://www.suse.com/security/cve/CVE-2025-40909/" } ], "title": "Security update for perl", "tracking": { "current_release_date": "2025-07-01T11:42:56Z", "generator": { "date": "2025-07-01T11:42:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20456-1", "initial_release_date": "2025-07-01T11:42:56Z", "revision_history": [ { "date": "2025-07-01T11:42:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-5.38.2-4.1.aarch64", "product": { "name": "perl-5.38.2-4.1.aarch64", "product_id": "perl-5.38.2-4.1.aarch64" } }, { "category": "product_version", "name": "perl-base-5.38.2-4.1.aarch64", "product": { "name": "perl-base-5.38.2-4.1.aarch64", "product_id": "perl-base-5.38.2-4.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-5.38.2-4.1.s390x", "product": { "name": "perl-5.38.2-4.1.s390x", "product_id": "perl-5.38.2-4.1.s390x" } }, { "category": "product_version", "name": "perl-base-5.38.2-4.1.s390x", "product": { "name": "perl-base-5.38.2-4.1.s390x", "product_id": "perl-base-5.38.2-4.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-5.38.2-4.1.x86_64", "product": { "name": "perl-5.38.2-4.1.x86_64", "product_id": "perl-5.38.2-4.1.x86_64" } }, { "category": "product_version", "name": "perl-base-5.38.2-4.1.x86_64", "product": { "name": "perl-base-5.38.2-4.1.x86_64", "product_id": "perl-base-5.38.2-4.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0", "product_identification_helper": { "cpe": "cpe:/o:suse:sl-micro:6.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-4.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64" }, "product_reference": "perl-5.38.2-4.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-4.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x" }, "product_reference": "perl-5.38.2-4.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.38.2-4.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64" }, "product_reference": "perl-5.38.2-4.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-4.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64" }, "product_reference": "perl-base-5.38.2-4.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-4.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x" }, "product_reference": "perl-base-5.38.2-4.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.38.2-4.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64" }, "product_reference": "perl-base-5.38.2-4.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-40909" } ], "notes": [ { "category": "general", "text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-40909", "url": "https://www.suse.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "SUSE Bug 1244079 for CVE-2025-40909", "url": "https://bugzilla.suse.com/1244079" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:perl-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-5.38.2-4.1.x86_64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.aarch64", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.s390x", "SUSE Linux Micro 6.0:perl-base-5.38.2-4.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-01T11:42:56Z", "details": "moderate" } ], "title": "CVE-2025-40909" } ] }
rhsa-2025:11545
Vulnerability from csaf_redhat
Published
2025-07-22 18:22
Modified
2025-08-06 15:42
Summary
Red Hat Security Advisory: perl security update
Notes
Topic
An update for perl is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.
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
Perl is a high-level programming language that is commonly used for system administration utilities and web programming.
Security Fix(es):
* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)
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 perl is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\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": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\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-2025:11545", "url": "https://access.redhat.com/errata/RHSA-2025:11545" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11545.json" } ], "title": "Red Hat Security Advisory: perl security update", "tracking": { "current_release_date": "2025-08-06T15:42:20+00:00", "generator": { "date": "2025-08-06T15:42:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11545", "initial_release_date": "2025-07-22T18:22:26+00:00", "revision_history": [ { "date": "2025-07-22T18:22:26+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-22T18:22:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T15:42:20+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 EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.el9_4.1.src", "product": { "name": "perl-4:5.32.1-481.el9_4.1.src", "product_id": "perl-4:5.32.1-481.el9_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.el9_4.1.aarch64", "product": { "name": "perl-B-0:1.80-481.el9_4.1.aarch64", "product_id": "perl-B-0:1.80-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "product": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "product": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.el9_4.1.aarch64", "product": { "name": "perl-Errno-0:1.30-481.el9_4.1.aarch64", "product_id": "perl-Errno-0:1.30-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "product": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "product_id": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "product": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "product": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "product": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.el9_4.1.aarch64", "product": { "name": "perl-IO-0:1.43-481.el9_4.1.aarch64", "product_id": "perl-IO-0:1.43-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "product": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "product": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64", "product": { "name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64", "product_id": "perl-Opcode-0:1.48-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64", "product": { "name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64", "product_id": "perl-POSIX-0:1.94-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "product": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "product": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-devel-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.el9_4.1.aarch64", "product": { "name": "perl-lib-0:0.65-481.el9_4.1.aarch64", "product_id": "perl-lib-0:0.65-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-libs-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.el9_4.1.aarch64", "product": { "name": "perl-mro-0:1.23-481.el9_4.1.aarch64", "product_id": "perl-mro-0:1.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-ph-0:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "product": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "product": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "product": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.el9_4.1.ppc64le", "product": { "name": "perl-B-0:1.80-481.el9_4.1.ppc64le", "product_id": "perl-B-0:1.80-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "product": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "product": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le", "product": { "name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le", "product_id": "perl-Errno-0:1.30-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "product": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "product_id": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "product": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "product": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "product": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.el9_4.1.ppc64le", "product": { "name": "perl-IO-0:1.43-481.el9_4.1.ppc64le", "product_id": "perl-IO-0:1.43-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "product": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "product": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "product": { "name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "product_id": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "product": { "name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "product_id": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "product": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "product": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.el9_4.1.ppc64le", "product": { "name": "perl-lib-0:0.65-481.el9_4.1.ppc64le", "product_id": "perl-lib-0:0.65-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.el9_4.1.ppc64le", "product": { "name": "perl-mro-0:1.23-481.el9_4.1.ppc64le", "product_id": "perl-mro-0:1.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "product": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "product": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.el9_4.1.x86_64", "product": { "name": "perl-B-0:1.80-481.el9_4.1.x86_64", "product_id": "perl-B-0:1.80-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "product": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "product": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.el9_4.1.x86_64", "product": { "name": "perl-Errno-0:1.30-481.el9_4.1.x86_64", "product_id": "perl-Errno-0:1.30-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "product": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "product_id": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "product": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "product": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "product": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.el9_4.1.x86_64", "product": { "name": "perl-IO-0:1.43-481.el9_4.1.x86_64", "product_id": "perl-IO-0:1.43-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "product": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "product": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64", "product": { "name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64", "product_id": "perl-Opcode-0:1.48-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64", "product": { "name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64", "product_id": "perl-POSIX-0:1.94-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "product": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "product": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-devel-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.el9_4.1.x86_64", "product": { "name": "perl-lib-0:0.65-481.el9_4.1.x86_64", "product_id": "perl-lib-0:0.65-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-libs-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.el9_4.1.x86_64", "product": { "name": "perl-mro-0:1.23-481.el9_4.1.x86_64", "product_id": "perl-mro-0:1.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-ph-0:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "product": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "product": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "product": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "perl-devel-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-devel-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-devel-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-libs-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-libs-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "product": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "product": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=i686" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "product": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.el9_4.1.s390x", "product": { "name": "perl-B-0:1.80-481.el9_4.1.s390x", "product_id": "perl-B-0:1.80-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "product": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "product_id": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "product": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "product_id": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.el9_4.1.s390x", "product": { "name": "perl-Errno-0:1.30-481.el9_4.1.s390x", "product_id": "perl-Errno-0:1.30-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x", "product": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x", "product_id": "perl-Fcntl-0:1.13-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "product": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "product_id": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "product": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "product_id": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "product": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "product_id": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "product_id": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.el9_4.1.s390x", "product": { "name": "perl-IO-0:1.43-481.el9_4.1.s390x", "product_id": "perl-IO-0:1.43-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "product": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "product_id": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "product": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "product_id": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.el9_4.1.s390x", "product": { "name": "perl-Opcode-0:1.48-481.el9_4.1.s390x", "product_id": "perl-Opcode-0:1.48-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.el9_4.1.s390x", "product": { "name": "perl-POSIX-0:1.94-481.el9_4.1.s390x", "product_id": "perl-POSIX-0:1.94-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "product": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "product_id": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "product": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "product_id": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-devel-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-devel-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.el9_4.1.s390x", "product": { "name": "perl-lib-0:0.65-481.el9_4.1.s390x", "product_id": "perl-lib-0:0.65-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-libs-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-libs-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.el9_4.1.s390x", "product": { "name": "perl-mro-0:1.23-481.el9_4.1.s390x", "product_id": "perl-mro-0:1.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-ph-0:5.32.1-481.el9_4.1.s390x", "product_id": "perl-ph-0:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "product": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "product_id": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "product": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "product_id": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "product_id": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "product_id": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.el9_4.1?arch=s390x" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_id": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.el9_4.1?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "product": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "product_id": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.el9_4.1?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "product": { "name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "product_id": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "product": { "name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "product_id": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "product": { "name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "product_id": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch", "product": { "name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch", "product_id": "perl-Benchmark-0:1.23-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "product": { "name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "product_id": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "product": { "name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "product_id": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "product": { "name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "product_id": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "product": { "name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "product_id": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch", "product": { "name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch", "product_id": "perl-DirHandle-0:1.05-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "product": { "name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "product_id": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-English-0:1.11-481.el9_4.1.noarch", "product": { "name": "perl-English-0:1.11-481.el9_4.1.noarch", "product_id": "perl-English-0:1.11-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-English@1.11-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "product": { "name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "product_id": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "product": { "name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "product_id": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "product": { "name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "product_id": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch", "product": { "name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch", "product_id": "perl-File-Basename-0:2.85-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "product": { "name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "product_id": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch", "product": { "name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch", "product_id": "perl-File-Copy-0:2.34-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Find-0:1.37-481.el9_4.1.noarch", "product": { "name": "perl-File-Find-0:1.37-481.el9_4.1.noarch", "product_id": "perl-File-Find-0:1.37-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-stat-0:1.09-481.el9_4.1.noarch", "product": { "name": "perl-File-stat-0:1.09-481.el9_4.1.noarch", "product_id": "perl-File-stat-0:1.09-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileCache-0:1.10-481.el9_4.1.noarch", "product": { "name": "perl-FileCache-0:1.10-481.el9_4.1.noarch", "product_id": "perl-FileCache-0:1.10-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch", "product": { "name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch", "product_id": "perl-FileHandle-0:2.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-FindBin-0:1.51-481.el9_4.1.noarch", "product": { "name": "perl-FindBin-0:1.51-481.el9_4.1.noarch", "product_id": "perl-FindBin-0:1.51-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "product": { "name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "product_id": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "product": { "name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "product_id": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "product": { "name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "product_id": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "product": { "name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "product_id": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "product": { "name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "product_id": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.el9_4.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "product": { "name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "product_id": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Memoize-0:1.03-481.el9_4.1.noarch", "product": { "name": "perl-Memoize-0:1.03-481.el9_4.1.noarch", "product_id": "perl-Memoize-0:1.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "product": { "name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "product_id": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.el9_4.1?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-NEXT-0:0.67-481.el9_4.1.noarch", "product": { "name": "perl-NEXT-0:0.67-481.el9_4.1.noarch", "product_id": "perl-NEXT-0:0.67-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Net-0:1.02-481.el9_4.1.noarch", "product": { "name": "perl-Net-0:1.02-481.el9_4.1.noarch", "product_id": "perl-Net-0:1.02-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Net@1.02-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "product": { "name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "product_id": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "product": { "name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "product_id": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Safe-0:2.41-481.el9_4.1.noarch", "product": { "name": "perl-Safe-0:2.41-481.el9_4.1.noarch", "product_id": "perl-Safe-0:2.41-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Safe@2.41-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "product": { "name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "product_id": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "product": { "name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "product_id": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "product": { "name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "product_id": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Symbol-0:1.08-481.el9_4.1.noarch", "product": { "name": "perl-Symbol-0:1.08-481.el9_4.1.noarch", "product_id": "perl-Symbol-0:1.08-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "product": { "name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "product_id": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "product": { "name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "product_id": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Test-0:1.31-481.el9_4.1.noarch", "product": { "name": "perl-Test-0:1.31-481.el9_4.1.noarch", "product_id": "perl-Test-0:1.31-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Test@1.31-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "product": { "name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "product_id": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-0:3.05-481.el9_4.1.noarch", "product": { "name": "perl-Thread-0:3.05-481.el9_4.1.noarch", "product_id": "perl-Thread-0:3.05-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread@3.05-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "product": { "name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "product_id": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-0:4.6-481.el9_4.1.noarch", "product": { "name": "perl-Tie-0:4.6-481.el9_4.1.noarch", "product_id": "perl-Tie-0:4.6-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie@4.6-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch", "product": { "name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch", "product_id": "perl-Tie-File-0:1.06-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "product": { "name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "product_id": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Time-0:1.03-481.el9_4.1.noarch", "product": { "name": "perl-Time-0:1.03-481.el9_4.1.noarch", "product_id": "perl-Time-0:1.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time@1.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "product": { "name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "product_id": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch", "product": { "name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch", "product_id": "perl-User-pwent-0:1.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-autouse-0:1.11-481.el9_4.1.noarch", "product": { "name": "perl-autouse-0:1.11-481.el9_4.1.noarch", "product_id": "perl-autouse-0:1.11-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-autouse@1.11-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-base-0:2.27-481.el9_4.1.noarch", "product": { "name": "perl-base-0:2.27-481.el9_4.1.noarch", "product_id": "perl-base-0:2.27-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-base@2.27-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-blib-0:1.07-481.el9_4.1.noarch", "product": { "name": "perl-blib-0:1.07-481.el9_4.1.noarch", "product_id": "perl-blib-0:1.07-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-blib@1.07-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-debugger-0:1.56-481.el9_4.1.noarch", "product": { "name": "perl-debugger-0:1.56-481.el9_4.1.noarch", "product_id": "perl-debugger-0:1.56-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugger@1.56-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-deprecate-0:0.04-481.el9_4.1.noarch", "product": { "name": "perl-deprecate-0:0.04-481.el9_4.1.noarch", "product_id": "perl-deprecate-0:0.04-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch", "product": { "name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch", "product_id": "perl-diagnostics-0:1.37-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-doc-0:5.32.1-481.el9_4.1.noarch", "product": { "name": "perl-doc-0:5.32.1-481.el9_4.1.noarch", "product_id": "perl-doc-0:5.32.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "product": { "name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "product_id": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-fields-0:2.27-481.el9_4.1.noarch", "product": { "name": "perl-fields-0:2.27-481.el9_4.1.noarch", "product_id": "perl-fields-0:2.27-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-fields@2.27-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-filetest-0:1.03-481.el9_4.1.noarch", "product": { "name": "perl-filetest-0:1.03-481.el9_4.1.noarch", "product_id": "perl-filetest-0:1.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-filetest@1.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-if-0:0.60.800-481.el9_4.1.noarch", "product": { "name": "perl-if-0:0.60.800-481.el9_4.1.noarch", "product_id": "perl-if-0:0.60.800-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-if@0.60.800-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-less-0:0.03-481.el9_4.1.noarch", "product": { "name": "perl-less-0:0.03-481.el9_4.1.noarch", "product_id": "perl-less-0:0.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-less@0.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "product": { "name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "product_id": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-locale-0:1.09-481.el9_4.1.noarch", "product": { "name": "perl-locale-0:1.09-481.el9_4.1.noarch", "product_id": "perl-locale-0:1.09-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-locale@1.09-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-macros-4:5.32.1-481.el9_4.1.noarch", "product": { "name": "perl-macros-4:5.32.1-481.el9_4.1.noarch", "product_id": "perl-macros-4:5.32.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.el9_4.1?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "product": { "name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "product_id": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-open-0:1.12-481.el9_4.1.noarch", "product": { "name": "perl-open-0:1.12-481.el9_4.1.noarch", "product_id": "perl-open-0:1.12-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-open@1.12-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-overload-0:1.31-481.el9_4.1.noarch", "product": { "name": "perl-overload-0:1.31-481.el9_4.1.noarch", "product_id": "perl-overload-0:1.31-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overload@1.31-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-overloading-0:0.02-481.el9_4.1.noarch", "product": { "name": "perl-overloading-0:0.02-481.el9_4.1.noarch", "product_id": "perl-overloading-0:0.02-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overloading@0.02-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch", "product": { "name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch", "product_id": "perl-sigtrap-0:1.09-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-sort-0:2.04-481.el9_4.1.noarch", "product": { "name": "perl-sort-0:2.04-481.el9_4.1.noarch", "product_id": "perl-sort-0:2.04-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sort@2.04-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-subs-0:1.03-481.el9_4.1.noarch", "product": { "name": "perl-subs-0:1.03-481.el9_4.1.noarch", "product_id": "perl-subs-0:1.03-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-subs@1.03-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-utils-0:5.32.1-481.el9_4.1.noarch", "product": { "name": "perl-utils-0:5.32.1-481.el9_4.1.noarch", "product_id": "perl-utils-0:5.32.1-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-vars-0:1.05-481.el9_4.1.noarch", "product": { "name": "perl-vars-0:1.05-481.el9_4.1.noarch", "product_id": "perl-vars-0:1.05-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vars@1.05-481.el9_4.1?arch=noarch" } } }, { "category": "product_version", "name": "perl-vmsish-0:1.04-481.el9_4.1.noarch", "product": { "name": "perl-vmsish-0:1.04-481.el9_4.1.noarch", "product_id": "perl-vmsish-0:1.04-481.el9_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.el9_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src" }, "product_reference": "perl-4:5.32.1-481.el9_4.1.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch" }, "product_reference": "perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch" }, "product_reference": "perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch" }, "product_reference": "perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64" }, "product_reference": "perl-B-0:1.80-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le" }, "product_reference": "perl-B-0:1.80-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x" }, "product_reference": "perl-B-0:1.80-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64" }, "product_reference": "perl-B-0:1.80-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64" }, "product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686" }, "product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le" }, "product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x" }, "product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64" }, "product_reference": "perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Benchmark-0:1.23-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch" }, "product_reference": "perl-Benchmark-0:1.23-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch" }, "product_reference": "perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch" }, "product_reference": "perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch" }, "product_reference": "perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64" }, "product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le" }, "product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x" }, "product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64" }, "product_reference": "perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch" }, "product_reference": "perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DirHandle-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch" }, "product_reference": "perl-DirHandle-0:1.05-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch" }, "product_reference": "perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64" }, "product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le" }, "product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x" }, "product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64" }, "product_reference": "perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-English-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch" }, "product_reference": "perl-English-0:1.11-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64" }, "product_reference": "perl-Errno-0:1.30-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le" }, "product_reference": "perl-Errno-0:1.30-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x" }, "product_reference": "perl-Errno-0:1.30-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64" }, "product_reference": "perl-Errno-0:1.30-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch" }, "product_reference": "perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch" }, "product_reference": "perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch" }, "product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64" }, "product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le" }, "product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x" }, "product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64" }, "product_reference": "perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Basename-0:2.85-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch" }, "product_reference": "perl-File-Basename-0:2.85-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch" }, "product_reference": "perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Copy-0:2.34-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch" }, "product_reference": "perl-File-Copy-0:2.34-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64" }, "product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le" }, "product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x" }, "product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64" }, "product_reference": "perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Find-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch" }, "product_reference": "perl-File-Find-0:1.37-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-stat-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch" }, "product_reference": "perl-File-stat-0:1.09-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileCache-0:1.10-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch" }, "product_reference": "perl-FileCache-0:1.10-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileHandle-0:2.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch" }, "product_reference": "perl-FileHandle-0:2.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FindBin-0:1.51-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch" }, "product_reference": "perl-FindBin-0:1.51-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64" }, "product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le" }, "product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x" }, "product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64" }, "product_reference": "perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch" }, "product_reference": "perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64" }, "product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x" }, "product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64" }, "product_reference": "perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch" }, "product_reference": "perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch" }, "product_reference": "perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64" }, "product_reference": "perl-IO-0:1.43-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le" }, "product_reference": "perl-IO-0:1.43-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x" }, "product_reference": "perl-IO-0:1.43-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64" }, "product_reference": "perl-IO-0:1.43-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch" }, "product_reference": "perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch" }, "product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch" }, "product_reference": "perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Memoize-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch" }, "product_reference": "perl-Memoize-0:1.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch" }, "product_reference": "perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64" }, "product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le" }, "product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x" }, "product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64" }, "product_reference": "perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NEXT-0:0.67-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch" }, "product_reference": "perl-NEXT-0:0.67-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Net-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch" }, "product_reference": "perl-Net-0:1.02-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64" }, "product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le" }, "product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x" }, "product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64" }, "product_reference": "perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64" }, "product_reference": "perl-Opcode-0:1.48-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le" }, "product_reference": "perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x" }, "product_reference": "perl-Opcode-0:1.48-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64" }, "product_reference": "perl-Opcode-0:1.48-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64" }, "product_reference": "perl-POSIX-0:1.94-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le" }, "product_reference": "perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x" }, "product_reference": "perl-POSIX-0:1.94-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64" }, "product_reference": "perl-POSIX-0:1.94-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch" }, "product_reference": "perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch" }, "product_reference": "perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Safe-0:2.41-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch" }, "product_reference": "perl-Safe-0:2.41-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch" }, "product_reference": "perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch" }, "product_reference": "perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch" }, "product_reference": "perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Symbol-0:1.08-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch" }, "product_reference": "perl-Symbol-0:1.08-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch" }, "product_reference": "perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch" }, "product_reference": "perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Test-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch" }, "product_reference": "perl-Test-0:1.31-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch" }, "product_reference": "perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-0:3.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch" }, "product_reference": "perl-Thread-0:3.05-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch" }, "product_reference": "perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-0:4.6-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch" }, "product_reference": "perl-Tie-0:4.6-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-File-0:1.06-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch" }, "product_reference": "perl-Tie-File-0:1.06-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch" }, "product_reference": "perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch" }, "product_reference": "perl-Time-0:1.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64" }, "product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le" }, "product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x" }, "product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64" }, "product_reference": "perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch" }, "product_reference": "perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-User-pwent-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch" }, "product_reference": "perl-User-pwent-0:1.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-autouse-0:1.11-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch" }, "product_reference": "perl-autouse-0:1.11-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch" }, "product_reference": "perl-base-0:2.27-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-blib-0:1.07-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch" }, "product_reference": "perl-blib-0:1.07-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugger-0:1.56-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch" }, "product_reference": "perl-debugger-0:1.56-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-deprecate-0:0.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch" }, "product_reference": "perl-deprecate-0:0.04-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-devel-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-devel-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-devel-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-devel-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-diagnostics-0:1.37-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch" }, "product_reference": "perl-diagnostics-0:1.37-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch" }, "product_reference": "perl-doc-0:5.32.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch" }, "product_reference": "perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-fields-0:2.27-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch" }, "product_reference": "perl-fields-0:2.27-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-filetest-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch" }, "product_reference": "perl-filetest-0:1.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-if-0:0.60.800-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch" }, "product_reference": "perl-if-0:0.60.800-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-less-0:0.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch" }, "product_reference": "perl-less-0:0.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64" }, "product_reference": "perl-lib-0:0.65-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le" }, "product_reference": "perl-lib-0:0.65-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x" }, "product_reference": "perl-lib-0:0.65-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64" }, "product_reference": "perl-lib-0:0.65-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch" }, "product_reference": "perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-libs-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-libs-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-libs-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-libs-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-locale-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch" }, "product_reference": "perl-locale-0:1.09-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch" }, "product_reference": "perl-macros-4:5.32.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch" }, "product_reference": "perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64" }, "product_reference": "perl-mro-0:1.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-mro-0:1.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x" }, "product_reference": "perl-mro-0:1.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64" }, "product_reference": "perl-mro-0:1.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-open-0:1.12-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch" }, "product_reference": "perl-open-0:1.12-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overload-0:1.31-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch" }, "product_reference": "perl-overload-0:1.31-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overloading-0:0.02-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch" }, "product_reference": "perl-overloading-0:0.02-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64" }, "product_reference": "perl-ph-0:5.32.1-481.el9_4.1.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le" }, "product_reference": "perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x" }, "product_reference": "perl-ph-0:5.32.1-481.el9_4.1.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64" }, "product_reference": "perl-ph-0:5.32.1-481.el9_4.1.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sigtrap-0:1.09-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch" }, "product_reference": "perl-sigtrap-0:1.09-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sort-0:2.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch" }, "product_reference": "perl-sort-0:2.04-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-subs-0:1.03-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch" }, "product_reference": "perl-subs-0:1.03-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-utils-0:5.32.1-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch" }, "product_reference": "perl-utils-0:5.32.1-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vars-0:1.05-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch" }, "product_reference": "perl-vars-0:1.05-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vmsish-0:1.04-481.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch" }, "product_reference": "perl-vmsish-0:1.04-481.el9_4.1.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2025-05-30T13:00:49.546076+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2369407" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.", "title": "Vulnerability description" }, { "category": "summary", "text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) or CWE-426: Untrusted Search Path vulnerability, and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces least functionality by enabling only essential features, services, and ports to reduce the system\u2019s attack surface. Static code analysis, peer reviews, and robust input validation and error handling detect unsafe input that could affect execution timing or path resolution. Real-time threat detection, including IPS/IDS, antimalware, and continuous system monitoring, enables rapid identification of exploitation attempts. Process isolation reduces the likelihood of concurrent execution conflicts and contains any impact to isolated workloads. Executable search paths are restricted to trusted, explicitly defined directories, mitigating the risk of executing malicious files. These controls effectively lower the likelihood and impact of race conditions and untrusted path exploitation in the environment.", "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.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "RHBZ#2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/10387", "url": "https://github.com/Perl/perl5/issues/10387" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/23010", "url": "https://github.com/Perl/perl5/issues/23010" }, { "category": "external", "summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" } ], "release_date": "2025-05-30T12:20:11.237000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-22T18:22:26+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", "product_ids": [ "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11545" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.src", "AppStream-9.4.0.Z.EUS:perl-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Attribute-Handlers-0:1.01-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoLoader-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-AutoSplit-0:5.74-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-B-debuginfo-0:1.80-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Benchmark-0:1.23-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Class-Struct-0:0.66-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Config-Extensions-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DBM_Filter-0:0.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Devel-SelfStubber-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DirHandle-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Dumpvalue-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-DynaLoader-0:1.47-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-English-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Errno-0:1.30-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Constant-0:0.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Embed-0:1.35-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ExtUtils-Miniperl-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Fcntl-debuginfo-0:1.13-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Basename-0:2.85-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Compare-0:1.100.600-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-Copy-0:2.34-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-File-Find-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-File-stat-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileCache-0:1.10-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FileHandle-0:2.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-FindBin-0:1.51-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-GDBM_File-debuginfo-0:1.18-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Getopt-Std-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Hash-Util-debuginfo-0:0.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Collate-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-LangTags-0:0.44-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-IO-debuginfo-0:1.43-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-IPC-Open3-0:1.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Locale-Maketext-Simple-1:0.21-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Math-Complex-0:1.59-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Memoize-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Module-Loaded-1:0.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-NDBM_File-debuginfo-0:1.15-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-NEXT-0:0.67-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Net-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ODBM_File-debuginfo-0:1.16-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Opcode-debuginfo-0:1.48-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-POSIX-debuginfo-0:1.94-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Pod-Functions-0:1.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Pod-Html-0:1.25-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Safe-0:2.41-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Search-Dict-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelectSaver-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-SelfLoader-0:1.26-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Symbol-0:1.08-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Term-Complete-0:1.403-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Term-ReadLine-0:1.17-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Test-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Text-Abbrev-0:1.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-0:3.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Thread-Semaphore-0:2.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-0:4.6-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-File-0:1.06-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Tie-Memoize-0:1.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-Unicode-UCD-0:0.75-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-User-pwent-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-autouse-0:1.11-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-base-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-blib-0:1.07-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debugger-0:1.56-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-debugsource-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-deprecate-0:0.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-devel-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-diagnostics-0:1.37-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-doc-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-encoding-warnings-0:0.13-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-fields-0:2.27-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-filetest-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-if-0:0.60.800-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-interpreter-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-less-0:0.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-lib-0:0.65-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libnetcfg-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-libs-debuginfo-4:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-locale-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-macros-4:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-meta-notation-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.i686", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-mro-debuginfo-0:1.23-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-open-0:1.12-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overload-0:1.31-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-overloading-0:0.02-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.aarch64", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.ppc64le", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.s390x", "AppStream-9.4.0.Z.EUS:perl-ph-0:5.32.1-481.el9_4.1.x86_64", "AppStream-9.4.0.Z.EUS:perl-sigtrap-0:1.09-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-sort-0:2.04-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-subs-0:1.03-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-utils-0:5.32.1-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vars-0:1.05-481.el9_4.1.noarch", "AppStream-9.4.0.Z.EUS:perl-vmsish-0:1.04-481.el9_4.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths" } ] }
rhsa-2025:11805
Vulnerability from csaf_redhat
Published
2025-07-28 02:24
Modified
2025-08-06 15:42
Summary
Red Hat Security Advisory: perl security update
Notes
Topic
An update for perl is now available for Red Hat Enterprise Linux 8.
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
Perl is a high-level programming language that is commonly used for system administration utilities and web programming.
Security Fix(es):
* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)
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 perl is now available for Red Hat Enterprise Linux 8.\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": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\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-2025:11805", "url": "https://access.redhat.com/errata/RHSA-2025:11805" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11805.json" } ], "title": "Red Hat Security Advisory: perl security update", "tracking": { "current_release_date": "2025-08-06T15:42:33+00:00", "generator": { "date": "2025-08-06T15:42:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11805", "initial_release_date": "2025-07-28T02:24:30+00:00", "revision_history": [ { "date": "2025-07-28T02:24:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-28T02:24:30+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T15:42:33+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.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "product": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "product_id": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64", "product": { "name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64", "product_id": "perl-Time-Piece-0:1.31-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-devel-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-devel-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-devel-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-tests-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-tests-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-tests-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-debugsource-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "product": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Errno-0:1.28-423.el8_10.aarch64", "product": { "name": "perl-Errno-0:1.28-423.el8_10.aarch64", "product_id": "perl-Errno-0:1.28-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-0:1.38-423.el8_10.aarch64", "product": { "name": "perl-IO-0:1.38-423.el8_10.aarch64", "product_id": "perl-IO-0:1.38-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-interpreter-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-libs-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-libs-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-macros-4:5.26.3-423.el8_10.aarch64", "product": { "name": "perl-macros-4:5.26.3-423.el8_10.aarch64", "product_id": "perl-macros-4:5.26.3-423.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=aarch64\u0026epoch=4" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "product": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "product_id": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "product": { "name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "product_id": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-devel-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-devel-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-devel-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-tests-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-tests-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-tests-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "product": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "product": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Errno-0:1.28-423.el8_10.ppc64le", "product": { "name": "perl-Errno-0:1.28-423.el8_10.ppc64le", "product_id": "perl-Errno-0:1.28-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-0:1.38-423.el8_10.ppc64le", "product": { "name": "perl-IO-0:1.38-423.el8_10.ppc64le", "product_id": "perl-IO-0:1.38-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-libs-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-libs-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-macros-4:5.26.3-423.el8_10.ppc64le", "product": { "name": "perl-macros-4:5.26.3-423.el8_10.ppc64le", "product_id": "perl-macros-4:5.26.3-423.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=ppc64le\u0026epoch=4" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "product": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "product_id": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64", "product": { "name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64", "product_id": "perl-Time-Piece-0:1.31-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-devel-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-devel-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-devel-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-tests-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-tests-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-tests-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-debugsource-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "product": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Errno-0:1.28-423.el8_10.x86_64", "product": { "name": "perl-Errno-0:1.28-423.el8_10.x86_64", "product_id": "perl-Errno-0:1.28-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-0:1.38-423.el8_10.x86_64", "product": { "name": "perl-IO-0:1.38-423.el8_10.x86_64", "product_id": "perl-IO-0:1.38-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-interpreter-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-libs-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-libs-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-macros-4:5.26.3-423.el8_10.x86_64", "product": { "name": "perl-macros-4:5.26.3-423.el8_10.x86_64", "product_id": "perl-macros-4:5.26.3-423.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=x86_64\u0026epoch=4" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "perl-devel-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-devel-4:5.26.3-423.el8_10.i686", "product_id": "perl-devel-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-debugsource-4:5.26.3-423.el8_10.i686", "product_id": "perl-debugsource-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=i686" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686", "product": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686", "product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=i686" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "product": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=i686" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.i686", "product_id": "perl-debuginfo-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.26.3-423.el8_10.i686", "product": { "name": "perl-libs-4:5.26.3-423.el8_10.i686", "product_id": "perl-libs-4:5.26.3-423.el8_10.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=i686\u0026epoch=4" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-4:5.26.3-423.el8_10.s390x", "product_id": "perl-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x", "product": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x", "product_id": "perl-Devel-Peek-0:1.26-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.26-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.31-423.el8_10.s390x", "product": { "name": "perl-Time-Piece-0:1.31-423.el8_10.s390x", "product_id": "perl-Time-Piece-0:1.31-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.31-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-devel-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-devel-4:5.26.3-423.el8_10.s390x", "product_id": "perl-devel-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-tests-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-tests-4:5.26.3-423.el8_10.s390x", "product_id": "perl-tests-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-tests@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-debugsource-4:5.26.3-423.el8_10.s390x", "product_id": "perl-debugsource-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "product_id": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.26-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "product": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "product_id": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.38-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "product": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "product_id": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.31-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x", "product_id": "perl-debuginfo-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "product_id": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "product_id": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-Errno-0:1.28-423.el8_10.s390x", "product": { "name": "perl-Errno-0:1.28-423.el8_10.s390x", "product_id": "perl-Errno-0:1.28-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.28-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-0:1.38-423.el8_10.s390x", "product": { "name": "perl-IO-0:1.38-423.el8_10.s390x", "product_id": "perl-IO-0:1.38-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.38-423.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-interpreter-4:5.26.3-423.el8_10.s390x", "product_id": "perl-interpreter-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-libs-4:5.26.3-423.el8_10.s390x", "product_id": "perl-libs-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-macros-4:5.26.3-423.el8_10.s390x", "product": { "name": "perl-macros-4:5.26.3-423.el8_10.s390x", "product_id": "perl-macros-4:5.26.3-423.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.26.3-423.el8_10?arch=s390x\u0026epoch=4" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "product": { "name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "product_id": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Attribute-Handlers@0.99-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "product": { "name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "product_id": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "product": { "name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "product_id": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.34-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "product": { "name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "product_id": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.06-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "product": { "name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "product_id": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-423.el8_10?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Memoize-0:1.03-423.el8_10.noarch", "product": { "name": "perl-Memoize-0:1.03-423.el8_10.noarch", "product_id": "perl-Memoize-0:1.03-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Memoize@1.03-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch", "product": { "name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch", "product_id": "perl-Module-Loaded-1:0.08-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-423.el8_10?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Net-Ping-0:2.55-423.el8_10.noarch", "product": { "name": "perl-Net-Ping-0:2.55-423.el8_10.noarch", "product_id": "perl-Net-Ping-0:2.55-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Net-Ping@2.55-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "product": { "name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "product_id": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Html@1.22.02-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelfLoader-0:1.23-423.el8_10.noarch", "product": { "name": "perl-SelfLoader-0:1.23-423.el8_10.noarch", "product_id": "perl-SelfLoader-0:1.23-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelfLoader@1.23-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-Test-0:1.30-423.el8_10.noarch", "product": { "name": "perl-Test-0:1.30-423.el8_10.noarch", "product_id": "perl-Test-0:1.30-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Test@1.30-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "product": { "name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "product_id": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libnetcfg@5.26.3-423.el8_10?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-open-0:1.11-423.el8_10.noarch", "product": { "name": "perl-open-0:1.11-423.el8_10.noarch", "product_id": "perl-open-0:1.11-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-open@1.11-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-utils-0:5.26.3-423.el8_10.noarch", "product": { "name": "perl-utils-0:5.26.3-423.el8_10.noarch", "product_id": "perl-utils-0:5.26.3-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-utils@5.26.3-423.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch", "product": { "name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch", "product_id": "perl-IO-Zlib-1:1.10-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-Zlib@1.10-423.el8_10?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Math-Complex-0:1.59-423.el8_10.noarch", "product": { "name": "perl-Math-Complex-0:1.59-423.el8_10.noarch", "product_id": "perl-Math-Complex-0:1.59-423.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-423.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.26.3-423.el8_10.src", "product": { "name": "perl-4:5.26.3-423.el8_10.src", "product_id": "perl-4:5.26.3-423.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.26.3-423.el8_10?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src" }, "product_reference": "perl-4:5.26.3-423.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch" }, "product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch" }, "product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch" }, "product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch" }, "product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64" }, "product_reference": "perl-IO-0:1.38-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le" }, "product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x" }, "product_reference": "perl-IO-0:1.38-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64" }, "product_reference": "perl-IO-0:1.38-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch" }, "product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch" }, "product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch" }, "product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch" }, "product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch" }, "product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch" }, "product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch" }, "product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch" }, "product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch" }, "product_reference": "perl-Test-0:1.30-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch" }, "product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch" }, "product_reference": "perl-open-0:1.11-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" }, "product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src" }, "product_reference": "perl-4:5.26.3-423.el8_10.src", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch" }, "product_reference": "perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64" }, "product_reference": "perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch" }, "product_reference": "perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.28-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64" }, "product_reference": "perl-Errno-0:1.28-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch" }, "product_reference": "perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch" }, "product_reference": "perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64" }, "product_reference": "perl-IO-0:1.38-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le" }, "product_reference": "perl-IO-0:1.38-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x" }, "product_reference": "perl-IO-0:1.38-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64" }, "product_reference": "perl-IO-0:1.38-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-Zlib-1:1.10-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch" }, "product_reference": "perl-IO-Zlib-1:1.10-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64" }, "product_reference": "perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch" }, "product_reference": "perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Math-Complex-0:1.59-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch" }, "product_reference": "perl-Math-Complex-0:1.59-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Memoize-0:1.03-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch" }, "product_reference": "perl-Memoize-0:1.03-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Module-Loaded-1:0.08-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch" }, "product_reference": "perl-Module-Loaded-1:0.08-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Net-Ping-0:2.55-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch" }, "product_reference": "perl-Net-Ping-0:2.55-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch" }, "product_reference": "perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelfLoader-0:1.23-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch" }, "product_reference": "perl-SelfLoader-0:1.23-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Test-0:1.30-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch" }, "product_reference": "perl-Test-0:1.30-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64" }, "product_reference": "perl-Time-Piece-0:1.31-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-debugsource-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-devel-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-interpreter-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch" }, "product_reference": "perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-libs-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-macros-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-open-0:1.11-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch" }, "product_reference": "perl-open-0:1.11-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.aarch64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.ppc64le", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.s390x", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-tests-4:5.26.3-423.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64" }, "product_reference": "perl-tests-4:5.26.3-423.el8_10.x86_64", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-utils-0:5.26.3-423.el8_10.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" }, "product_reference": "perl-utils-0:5.26.3-423.el8_10.noarch", "relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2025-05-30T13:00:49.546076+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2369407" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.", "title": "Vulnerability description" }, { "category": "summary", "text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) or CWE-426: Untrusted Search Path vulnerability, and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces least functionality by enabling only essential features, services, and ports to reduce the system\u2019s attack surface. Static code analysis, peer reviews, and robust input validation and error handling detect unsafe input that could affect execution timing or path resolution. Real-time threat detection, including IPS/IDS, antimalware, and continuous system monitoring, enables rapid identification of exploitation attempts. Process isolation reduces the likelihood of concurrent execution conflicts and contains any impact to isolated workloads. Executable search paths are restricted to trusted, explicitly defined directories, mitigating the risk of executing malicious files. These controls effectively lower the likelihood and impact of race conditions and untrusted path exploitation in the environment.", "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.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "RHBZ#2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/10387", "url": "https://github.com/Perl/perl5/issues/10387" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/23010", "url": "https://github.com/Perl/perl5/issues/23010" }, { "category": "external", "summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" } ], "release_date": "2025-05-30T12:20:11.237000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-28T02:24:30+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", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11805" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "AppStream-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "AppStream-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:perl-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:0.99-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.26-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Errno-0:1.28-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.34-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.06-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-Zlib-1:1.10-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.38-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Memoize-0:1.03-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Net-Ping-0:2.55-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Pod-Html-0:1.22.02-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-SelfLoader-0:1.23-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Test-0:1.30-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.31-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-debugsource-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-devel-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libnetcfg-4:5.26.3-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.i686", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-macros-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-open-0:1.11-423.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perl-tests-4:5.26.3-423.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perl-utils-0:5.26.3-423.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths" } ] }
rhsa-2025:12056
Vulnerability from csaf_redhat
Published
2025-07-29 08:53
Modified
2025-08-06 15:43
Summary
Red Hat Security Advisory: perl security update
Notes
Topic
An update for perl is now available for Red Hat Enterprise Linux 10.
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
Perl is a high-level programming language that is commonly used for system administration utilities and web programming.
Security Fix(es):
* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)
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 perl is now available for Red Hat Enterprise Linux 10.\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": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\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-2025:12056", "url": "https://access.redhat.com/errata/RHSA-2025:12056" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12056.json" } ], "title": "Red Hat Security Advisory: perl security update", "tracking": { "current_release_date": "2025-08-06T15:43:01+00:00", "generator": { "date": "2025-08-06T15:43:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:12056", "initial_release_date": "2025-07-29T08:53:04+00:00", "revision_history": [ { "date": "2025-07-29T08:53:04+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-29T08:53:04+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T15:43:01+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. 10)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:10.0" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.40.2-512.2.el10_0.src", "product": { "name": "perl-4:5.40.2-512.2.el10_0.src", "product_id": "perl-4:5.40.2-512.2.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.89-512.2.el10_0.aarch64", "product": { "name": "perl-B-0:1.89-512.2.el10_0.aarch64", "product_id": "perl-B-0:1.89-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "product": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "product": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.38-512.2.el10_0.aarch64", "product": { "name": "perl-Errno-0:1.38-512.2.el10_0.aarch64", "product_id": "perl-Errno-0:1.38-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "product": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "product_id": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "product": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "product": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "product": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "product": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-0:1.55-512.2.el10_0.aarch64", "product": { "name": "perl-IO-0:1.55-512.2.el10_0.aarch64", "product_id": "perl-IO-0:1.55-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "product": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "product": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64", "product": { "name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64", "product_id": "perl-Opcode-0:1.65-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64", "product": { "name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64", "product_id": "perl-POSIX-0:2.20-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "product": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "product": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-devel-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-512.2.el10_0.aarch64", "product": { "name": "perl-lib-0:0.65-512.2.el10_0.aarch64", "product_id": "perl-lib-0:0.65-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-libs-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.29-512.2.el10_0.aarch64", "product": { "name": "perl-mro-0:1.29-512.2.el10_0.aarch64", "product_id": "perl-mro-0:1.29-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-ph-0:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "product": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "product": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "product": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "product": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "product": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "product": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "product": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.89-512.2.el10_0.ppc64le", "product": { "name": "perl-B-0:1.89-512.2.el10_0.ppc64le", "product_id": "perl-B-0:1.89-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "product": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "product": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le", "product": { "name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le", "product_id": "perl-Errno-0:1.38-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "product": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "product_id": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "product": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "product": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "product": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "product": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-0:1.55-512.2.el10_0.ppc64le", "product": { "name": "perl-IO-0:1.55-512.2.el10_0.ppc64le", "product_id": "perl-IO-0:1.55-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "product": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "product": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "product": { "name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "product_id": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "product": { "name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "product_id": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "product": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "product": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-512.2.el10_0.ppc64le", "product": { "name": "perl-lib-0:0.65-512.2.el10_0.ppc64le", "product_id": "perl-lib-0:0.65-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.29-512.2.el10_0.ppc64le", "product": { "name": "perl-mro-0:1.29-512.2.el10_0.ppc64le", "product_id": "perl-mro-0:1.29-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "product": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "product": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "product": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "product": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "product": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "product": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "product": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "product": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.89-512.2.el10_0.x86_64", "product": { "name": "perl-B-0:1.89-512.2.el10_0.x86_64", "product_id": "perl-B-0:1.89-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "product": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "product": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.38-512.2.el10_0.x86_64", "product": { "name": "perl-Errno-0:1.38-512.2.el10_0.x86_64", "product_id": "perl-Errno-0:1.38-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "product": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "product_id": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "product": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "product": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "product": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "product": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-0:1.55-512.2.el10_0.x86_64", "product": { "name": "perl-IO-0:1.55-512.2.el10_0.x86_64", "product_id": "perl-IO-0:1.55-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "product": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "product": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64", "product": { "name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64", "product_id": "perl-Opcode-0:1.65-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64", "product": { "name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64", "product_id": "perl-POSIX-0:2.20-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "product": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "product": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-devel-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-512.2.el10_0.x86_64", "product": { "name": "perl-lib-0:0.65-512.2.el10_0.x86_64", "product_id": "perl-lib-0:0.65-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-libs-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.29-512.2.el10_0.x86_64", "product": { "name": "perl-mro-0:1.29-512.2.el10_0.x86_64", "product_id": "perl-mro-0:1.29-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-ph-0:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "product": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "product": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "product": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "product": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "product": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "product": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "product": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.89-512.2.el10_0.s390x", "product": { "name": "perl-B-0:1.89-512.2.el10_0.s390x", "product_id": "perl-B-0:1.89-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.89-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "product": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "product_id": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "product": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "product_id": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Errno-0:1.38-512.2.el10_0.s390x", "product": { "name": "perl-Errno-0:1.38-512.2.el10_0.s390x", "product_id": "perl-Errno-0:1.38-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.38-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x", "product": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x", "product_id": "perl-Fcntl-0:1.18-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "product": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "product_id": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "product": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "product_id": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.2.el10_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "product": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "product_id": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "product": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "product_id": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "product": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "product_id": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-0:1.55-512.2.el10_0.s390x", "product": { "name": "perl-IO-0:1.55-512.2.el10_0.s390x", "product_id": "perl-IO-0:1.55-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.55-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "product": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "product_id": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "product": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "product_id": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.65-512.2.el10_0.s390x", "product": { "name": "perl-Opcode-0:1.65-512.2.el10_0.s390x", "product_id": "perl-Opcode-0:1.65-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-0:2.20-512.2.el10_0.s390x", "product": { "name": "perl-POSIX-0:2.20-512.2.el10_0.s390x", "product_id": "perl-POSIX-0:2.20-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "product": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "product_id": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "product": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "product_id": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-devel-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-devel-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-devel-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-512.2.el10_0.s390x", "product": { "name": "perl-lib-0:0.65-512.2.el10_0.s390x", "product_id": "perl-lib-0:0.65-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-libs-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-libs-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-libs-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.29-512.2.el10_0.s390x", "product": { "name": "perl-mro-0:1.29-512.2.el10_0.s390x", "product_id": "perl-mro-0:1.29-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.29-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-ph-0:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-ph-0:5.40.2-512.2.el10_0.s390x", "product_id": "perl-ph-0:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "product": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "product_id": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "product": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "product_id": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "product": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "product_id": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.2.el10_0?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "product": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "product_id": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "product": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "product_id": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "product": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "product_id": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "product": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "product_id": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "product": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "product_id": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "product": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "product_id": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.2.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_id": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.2.el10_0?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "product": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "product_id": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.2.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "product": { "name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "product_id": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.03-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "product": { "name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "product_id": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "product": { "name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "product_id": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch", "product": { "name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch", "product_id": "perl-Benchmark-0:1.25-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Benchmark@1.25-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "product": { "name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "product_id": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Class-Struct@0.68-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "product": { "name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "product_id": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "product": { "name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "product_id": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "product": { "name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "product_id": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch", "product": { "name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch", "product_id": "perl-DirHandle-0:1.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DirHandle@1.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "product": { "name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "product_id": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-English-0:1.11-512.2.el10_0.noarch", "product": { "name": "perl-English-0:1.11-512.2.el10_0.noarch", "product_id": "perl-English-0:1.11-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-English@1.11-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "product": { "name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "product_id": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "product": { "name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "product_id": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "product": { "name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "product_id": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.14-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch", "product": { "name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch", "product_id": "perl-File-Basename-0:2.86-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Basename@2.86-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "product": { "name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "product_id": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Compare@1.100.800-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch", "product": { "name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch", "product_id": "perl-File-Copy-0:2.41-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Copy@2.41-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Find-0:1.44-512.2.el10_0.noarch", "product": { "name": "perl-File-Find-0:1.44-512.2.el10_0.noarch", "product_id": "perl-File-Find-0:1.44-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Find@1.44-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-stat-0:1.14-512.2.el10_0.noarch", "product": { "name": "perl-File-stat-0:1.14-512.2.el10_0.noarch", "product_id": "perl-File-stat-0:1.14-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-stat@1.14-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileCache-0:1.10-512.2.el10_0.noarch", "product": { "name": "perl-FileCache-0:1.10-512.2.el10_0.noarch", "product_id": "perl-FileCache-0:1.10-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileCache@1.10-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch", "product": { "name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch", "product_id": "perl-FileHandle-0:2.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileHandle@2.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-FindBin-0:1.54-512.2.el10_0.noarch", "product": { "name": "perl-FindBin-0:1.54-512.2.el10_0.noarch", "product_id": "perl-FindBin-0:1.54-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FindBin@1.54-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "product": { "name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "product_id": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Getopt-Std@1.14-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "product": { "name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "product_id": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "product": { "name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "product_id": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.45-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "product": { "name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "product_id": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IPC-Open3@1.22-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "product": { "name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "product_id": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-512.2.el10_0?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "product": { "name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "product_id": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Math-Complex@1.62-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Memoize-0:1.16-512.2.el10_0.noarch", "product": { "name": "perl-Memoize-0:1.16-512.2.el10_0.noarch", "product_id": "perl-Memoize-0:1.16-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Memoize@1.16-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "product": { "name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "product_id": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-512.2.el10_0?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-NEXT-0:0.69-512.2.el10_0.noarch", "product": { "name": "perl-NEXT-0:0.69-512.2.el10_0.noarch", "product_id": "perl-NEXT-0:0.69-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NEXT@0.69-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Net-0:1.04-512.2.el10_0.noarch", "product": { "name": "perl-Net-0:1.04-512.2.el10_0.noarch", "product_id": "perl-Net-0:1.04-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Net@1.04-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "product": { "name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "product_id": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Functions@1.14-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "product": { "name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "product_id": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Html@1.35-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Safe-0:2.46-512.2.el10_0.noarch", "product": { "name": "perl-Safe-0:2.46-512.2.el10_0.noarch", "product_id": "perl-Safe-0:2.46-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Safe@2.46-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "product": { "name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "product_id": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "product": { "name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "product_id": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "product": { "name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "product_id": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelfLoader@1.27-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Symbol-0:1.09-512.2.el10_0.noarch", "product": { "name": "perl-Symbol-0:1.09-512.2.el10_0.noarch", "product_id": "perl-Symbol-0:1.09-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Symbol@1.09-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "product": { "name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "product_id": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "product": { "name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "product_id": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Test-0:1.31-512.2.el10_0.noarch", "product": { "name": "perl-Test-0:1.31-512.2.el10_0.noarch", "product_id": "perl-Test-0:1.31-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Test@1.31-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "product": { "name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "product_id": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-0:3.05-512.2.el10_0.noarch", "product": { "name": "perl-Thread-0:3.05-512.2.el10_0.noarch", "product_id": "perl-Thread-0:3.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread@3.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "product": { "name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "product_id": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-0:4.6-512.2.el10_0.noarch", "product": { "name": "perl-Tie-0:4.6-512.2.el10_0.noarch", "product_id": "perl-Tie-0:4.6-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie@4.6-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch", "product": { "name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch", "product_id": "perl-Tie-File-0:1.09-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-File@1.09-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "product": { "name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "product_id": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Time-0:1.04-512.2.el10_0.noarch", "product": { "name": "perl-Time-0:1.04-512.2.el10_0.noarch", "product_id": "perl-Time-0:1.04-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time@1.04-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "product": { "name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "product_id": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.78-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch", "product": { "name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch", "product_id": "perl-User-pwent-0:1.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-User-pwent@1.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-autouse-0:1.11-512.2.el10_0.noarch", "product": { "name": "perl-autouse-0:1.11-512.2.el10_0.noarch", "product_id": "perl-autouse-0:1.11-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-autouse@1.11-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-base-0:2.27-512.2.el10_0.noarch", "product": { "name": "perl-base-0:2.27-512.2.el10_0.noarch", "product_id": "perl-base-0:2.27-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-base@2.27-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-blib-0:1.07-512.2.el10_0.noarch", "product": { "name": "perl-blib-0:1.07-512.2.el10_0.noarch", "product_id": "perl-blib-0:1.07-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-blib@1.07-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-debugger-0:1.60-512.2.el10_0.noarch", "product": { "name": "perl-debugger-0:1.60-512.2.el10_0.noarch", "product_id": "perl-debugger-0:1.60-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugger@1.60-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-deprecate-0:0.04-512.2.el10_0.noarch", "product": { "name": "perl-deprecate-0:0.04-512.2.el10_0.noarch", "product_id": "perl-deprecate-0:0.04-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-deprecate@0.04-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch", "product": { "name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch", "product_id": "perl-diagnostics-0:1.40-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-diagnostics@1.40-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-doc-0:5.40.2-512.2.el10_0.noarch", "product": { "name": "perl-doc-0:5.40.2-512.2.el10_0.noarch", "product_id": "perl-doc-0:5.40.2-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-doc@5.40.2-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "product": { "name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "product_id": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-encoding-warnings@0.14-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-fields-0:2.27-512.2.el10_0.noarch", "product": { "name": "perl-fields-0:2.27-512.2.el10_0.noarch", "product_id": "perl-fields-0:2.27-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-fields@2.27-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-filetest-0:1.03-512.2.el10_0.noarch", "product": { "name": "perl-filetest-0:1.03-512.2.el10_0.noarch", "product_id": "perl-filetest-0:1.03-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-filetest@1.03-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-if-0:0.61.000-512.2.el10_0.noarch", "product": { "name": "perl-if-0:0.61.000-512.2.el10_0.noarch", "product_id": "perl-if-0:0.61.000-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-if@0.61.000-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-less-0:0.03-512.2.el10_0.noarch", "product": { "name": "perl-less-0:0.03-512.2.el10_0.noarch", "product_id": "perl-less-0:0.03-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-less@0.03-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "product": { "name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "product_id": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libnetcfg@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-locale-0:1.12-512.2.el10_0.noarch", "product": { "name": "perl-locale-0:1.12-512.2.el10_0.noarch", "product_id": "perl-locale-0:1.12-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-locale@1.12-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-macros-4:5.40.2-512.2.el10_0.noarch", "product": { "name": "perl-macros-4:5.40.2-512.2.el10_0.noarch", "product_id": "perl-macros-4:5.40.2-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.40.2-512.2.el10_0?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "product": { "name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "product_id": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-meta-notation@5.40.2-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-open-0:1.13-512.2.el10_0.noarch", "product": { "name": "perl-open-0:1.13-512.2.el10_0.noarch", "product_id": "perl-open-0:1.13-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-open@1.13-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-overload-0:1.37-512.2.el10_0.noarch", "product": { "name": "perl-overload-0:1.37-512.2.el10_0.noarch", "product_id": "perl-overload-0:1.37-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overload@1.37-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-overloading-0:0.02-512.2.el10_0.noarch", "product": { "name": "perl-overloading-0:0.02-512.2.el10_0.noarch", "product_id": "perl-overloading-0:0.02-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overloading@0.02-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch", "product": { "name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch", "product_id": "perl-sigtrap-0:1.10-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sigtrap@1.10-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-sort-0:2.05-512.2.el10_0.noarch", "product": { "name": "perl-sort-0:2.05-512.2.el10_0.noarch", "product_id": "perl-sort-0:2.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sort@2.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-subs-0:1.04-512.2.el10_0.noarch", "product": { "name": "perl-subs-0:1.04-512.2.el10_0.noarch", "product_id": "perl-subs-0:1.04-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-subs@1.04-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-utils-0:5.40.2-512.2.el10_0.noarch", "product": { "name": "perl-utils-0:5.40.2-512.2.el10_0.noarch", "product_id": "perl-utils-0:5.40.2-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-utils@5.40.2-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-vars-0:1.05-512.2.el10_0.noarch", "product": { "name": "perl-vars-0:1.05-512.2.el10_0.noarch", "product_id": "perl-vars-0:1.05-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vars@1.05-512.2.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "perl-vmsish-0:1.04-512.2.el10_0.noarch", "product": { "name": "perl-vmsish-0:1.04-512.2.el10_0.noarch", "product_id": "perl-vmsish-0:1.04-512.2.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vmsish@1.04-512.2.el10_0?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.40.2-512.2.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src" }, "product_reference": "perl-4:5.40.2-512.2.el10_0.src", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch" }, "product_reference": "perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch" }, "product_reference": "perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch" }, "product_reference": "perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64" }, "product_reference": "perl-B-0:1.89-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le" }, "product_reference": "perl-B-0:1.89-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x" }, "product_reference": "perl-B-0:1.89-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64" }, "product_reference": "perl-B-0:1.89-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64" }, "product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le" }, "product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x" }, "product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64" }, "product_reference": "perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Benchmark-0:1.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch" }, "product_reference": "perl-Benchmark-0:1.25-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch" }, "product_reference": "perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch" }, "product_reference": "perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch" }, "product_reference": "perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64" }, "product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le" }, "product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x" }, "product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64" }, "product_reference": "perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch" }, "product_reference": "perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DirHandle-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch" }, "product_reference": "perl-DirHandle-0:1.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch" }, "product_reference": "perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64" }, "product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le" }, "product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x" }, "product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64" }, "product_reference": "perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-English-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch" }, "product_reference": "perl-English-0:1.11-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.38-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64" }, "product_reference": "perl-Errno-0:1.38-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.38-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le" }, "product_reference": "perl-Errno-0:1.38-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.38-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x" }, "product_reference": "perl-Errno-0:1.38-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.38-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64" }, "product_reference": "perl-Errno-0:1.38-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch" }, "product_reference": "perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch" }, "product_reference": "perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch" }, "product_reference": "perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64" }, "product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le" }, "product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x" }, "product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64" }, "product_reference": "perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le" }, "product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x" }, "product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Basename-0:2.86-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch" }, "product_reference": "perl-File-Basename-0:2.86-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch" }, "product_reference": "perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Copy-0:2.41-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch" }, "product_reference": "perl-File-Copy-0:2.41-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64" }, "product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le" }, "product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x" }, "product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64" }, "product_reference": "perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Find-0:1.44-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch" }, "product_reference": "perl-File-Find-0:1.44-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-stat-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch" }, "product_reference": "perl-File-stat-0:1.14-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileCache-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch" }, "product_reference": "perl-FileCache-0:1.10-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileHandle-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch" }, "product_reference": "perl-FileHandle-0:2.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FindBin-0:1.54-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch" }, "product_reference": "perl-FindBin-0:1.54-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64" }, "product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le" }, "product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x" }, "product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64" }, "product_reference": "perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64" }, "product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le" }, "product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x" }, "product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64" }, "product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch" }, "product_reference": "perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64" }, "product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le" }, "product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x" }, "product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64" }, "product_reference": "perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch" }, "product_reference": "perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch" }, "product_reference": "perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64" }, "product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le" }, "product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x" }, "product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64" }, "product_reference": "perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64" }, "product_reference": "perl-IO-0:1.55-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le" }, "product_reference": "perl-IO-0:1.55-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x" }, "product_reference": "perl-IO-0:1.55-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64" }, "product_reference": "perl-IO-0:1.55-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64" }, "product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le" }, "product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x" }, "product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64" }, "product_reference": "perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch" }, "product_reference": "perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch" }, "product_reference": "perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch" }, "product_reference": "perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Memoize-0:1.16-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch" }, "product_reference": "perl-Memoize-0:1.16-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch" }, "product_reference": "perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64" }, "product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le" }, "product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x" }, "product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64" }, "product_reference": "perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NEXT-0:0.69-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch" }, "product_reference": "perl-NEXT-0:0.69-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Net-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch" }, "product_reference": "perl-Net-0:1.04-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64" }, "product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le" }, "product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x" }, "product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64" }, "product_reference": "perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64" }, "product_reference": "perl-Opcode-0:1.65-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le" }, "product_reference": "perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x" }, "product_reference": "perl-Opcode-0:1.65-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64" }, "product_reference": "perl-Opcode-0:1.65-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64" }, "product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le" }, "product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x" }, "product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64" }, "product_reference": "perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64" }, "product_reference": "perl-POSIX-0:2.20-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le" }, "product_reference": "perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x" }, "product_reference": "perl-POSIX-0:2.20-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64" }, "product_reference": "perl-POSIX-0:2.20-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64" }, "product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le" }, "product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x" }, "product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64" }, "product_reference": "perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch" }, "product_reference": "perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch" }, "product_reference": "perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Safe-0:2.46-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch" }, "product_reference": "perl-Safe-0:2.46-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch" }, "product_reference": "perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch" }, "product_reference": "perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch" }, "product_reference": "perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Symbol-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch" }, "product_reference": "perl-Symbol-0:1.09-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64" }, "product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le" }, "product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x" }, "product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64" }, "product_reference": "perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch" }, "product_reference": "perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch" }, "product_reference": "perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Test-0:1.31-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch" }, "product_reference": "perl-Test-0:1.31-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch" }, "product_reference": "perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-0:3.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch" }, "product_reference": "perl-Thread-0:3.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch" }, "product_reference": "perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-0:4.6-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch" }, "product_reference": "perl-Tie-0:4.6-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-File-0:1.09-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch" }, "product_reference": "perl-Tie-File-0:1.09-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch" }, "product_reference": "perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch" }, "product_reference": "perl-Time-0:1.04-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64" }, "product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le" }, "product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x" }, "product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64" }, "product_reference": "perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch" }, "product_reference": "perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-User-pwent-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch" }, "product_reference": "perl-User-pwent-0:1.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-autouse-0:1.11-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch" }, "product_reference": "perl-autouse-0:1.11-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch" }, "product_reference": "perl-base-0:2.27-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-blib-0:1.07-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch" }, "product_reference": "perl-blib-0:1.07-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugger-0:1.60-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch" }, "product_reference": "perl-debugger-0:1.60-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-deprecate-0:0.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch" }, "product_reference": "perl-deprecate-0:0.04-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-devel-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-devel-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-devel-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-diagnostics-0:1.40-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch" }, "product_reference": "perl-diagnostics-0:1.40-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch" }, "product_reference": "perl-doc-0:5.40.2-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch" }, "product_reference": "perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-fields-0:2.27-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch" }, "product_reference": "perl-fields-0:2.27-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-filetest-0:1.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch" }, "product_reference": "perl-filetest-0:1.03-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-if-0:0.61.000-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch" }, "product_reference": "perl-if-0:0.61.000-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-less-0:0.03-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch" }, "product_reference": "perl-less-0:0.03-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64" }, "product_reference": "perl-lib-0:0.65-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le" }, "product_reference": "perl-lib-0:0.65-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x" }, "product_reference": "perl-lib-0:0.65-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64" }, "product_reference": "perl-lib-0:0.65-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch" }, "product_reference": "perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-libs-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-libs-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-libs-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-locale-0:1.12-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch" }, "product_reference": "perl-locale-0:1.12-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch" }, "product_reference": "perl-macros-4:5.40.2-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch" }, "product_reference": "perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64" }, "product_reference": "perl-mro-0:1.29-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le" }, "product_reference": "perl-mro-0:1.29-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x" }, "product_reference": "perl-mro-0:1.29-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64" }, "product_reference": "perl-mro-0:1.29-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64" }, "product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le" }, "product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x" }, "product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64" }, "product_reference": "perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-open-0:1.13-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch" }, "product_reference": "perl-open-0:1.13-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overload-0:1.37-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch" }, "product_reference": "perl-overload-0:1.37-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overloading-0:0.02-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch" }, "product_reference": "perl-overloading-0:0.02-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.40.2-512.2.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64" }, "product_reference": "perl-ph-0:5.40.2-512.2.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le" }, "product_reference": "perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.40.2-512.2.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x" }, "product_reference": "perl-ph-0:5.40.2-512.2.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.40.2-512.2.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64" }, "product_reference": "perl-ph-0:5.40.2-512.2.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sigtrap-0:1.10-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch" }, "product_reference": "perl-sigtrap-0:1.10-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sort-0:2.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch" }, "product_reference": "perl-sort-0:2.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-subs-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch" }, "product_reference": "perl-subs-0:1.04-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-utils-0:5.40.2-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch" }, "product_reference": "perl-utils-0:5.40.2-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vars-0:1.05-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch" }, "product_reference": "perl-vars-0:1.05-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vmsish-0:1.04-512.2.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch" }, "product_reference": "perl-vmsish-0:1.04-512.2.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2025-05-30T13:00:49.546076+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2369407" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.", "title": "Vulnerability description" }, { "category": "summary", "text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) or CWE-426: Untrusted Search Path vulnerability, and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces least functionality by enabling only essential features, services, and ports to reduce the system\u2019s attack surface. Static code analysis, peer reviews, and robust input validation and error handling detect unsafe input that could affect execution timing or path resolution. Real-time threat detection, including IPS/IDS, antimalware, and continuous system monitoring, enables rapid identification of exploitation attempts. Process isolation reduces the likelihood of concurrent execution conflicts and contains any impact to isolated workloads. Executable search paths are restricted to trusted, explicitly defined directories, mitigating the risk of executing malicious files. These controls effectively lower the likelihood and impact of race conditions and untrusted path exploitation in the environment.", "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-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "RHBZ#2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/10387", "url": "https://github.com/Perl/perl5/issues/10387" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/23010", "url": "https://github.com/Perl/perl5/issues/23010" }, { "category": "external", "summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" } ], "release_date": "2025-05-30T12:20:11.237000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T08:53:04+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", "product_ids": [ "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12056" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.src", "AppStream-10.0.Z:perl-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Benchmark-0:1.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DirHandle-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-English-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Errno-0:1.38-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Basename-0:2.86-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-Copy-0:2.41-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-File-Find-0:1.44-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-File-stat-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileCache-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FileHandle-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-FindBin-0:1.54-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Memoize-0:1.16-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-NEXT-0:0.69-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Net-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Safe-0:2.46-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Symbol-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Test-0:1.31-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-0:3.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-0:4.6-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-File-0:1.09-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-User-pwent-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-autouse-0:1.11-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-base-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-blib-0:1.07-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debugger-0:1.60-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-deprecate-0:0.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-devel-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-diagnostics-0:1.40-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-doc-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-fields-0:2.27-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-filetest-0:1.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-if-0:0.61.000-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-less-0:0.03-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-lib-0:0.65-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-locale-0:1.12-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-macros-4:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-open-0:1.13-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overload-0:1.37-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-overloading-0:0.02-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.aarch64", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.ppc64le", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.s390x", "AppStream-10.0.Z:perl-ph-0:5.40.2-512.2.el10_0.x86_64", "AppStream-10.0.Z:perl-sigtrap-0:1.10-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-sort-0:2.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-subs-0:1.04-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-utils-0:5.40.2-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vars-0:1.05-512.2.el10_0.noarch", "AppStream-10.0.Z:perl-vmsish-0:1.04-512.2.el10_0.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths" } ] }
rhsa-2025:11804
Vulnerability from csaf_redhat
Published
2025-07-28 02:32
Modified
2025-08-06 15:42
Summary
Red Hat Security Advisory: perl security update
Notes
Topic
An update for perl 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
Perl is a high-level programming language that is commonly used for system administration utilities and web programming.
Security Fix(es):
* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)
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 perl 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": "Perl is a high-level programming language that is commonly used for system administration utilities and web programming.\n\nSecurity Fix(es):\n\n* perl: Perl threads have a working directory race condition where file operations may target unintended paths (CVE-2025-40909)\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-2025:11804", "url": "https://access.redhat.com/errata/RHSA-2025:11804" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11804.json" } ], "title": "Red Hat Security Advisory: perl security update", "tracking": { "current_release_date": "2025-08-06T15:42:45+00:00", "generator": { "date": "2025-08-06T15:42:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:11804", "initial_release_date": "2025-07-28T02:32:35+00:00", "revision_history": [ { "date": "2025-07-28T02:32:35+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-28T02:32:35+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T15:42:45+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.6.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": "perl-4:5.32.1-481.1.el9_6.src", "product": { "name": "perl-4:5.32.1-481.1.el9_6.src", "product_id": "perl-4:5.32.1-481.1.el9_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.1.el9_6.aarch64", "product": { "name": "perl-B-0:1.80-481.1.el9_6.aarch64", "product_id": "perl-B-0:1.80-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "product": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "product": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.1.el9_6.aarch64", "product": { "name": "perl-Errno-0:1.30-481.1.el9_6.aarch64", "product_id": "perl-Errno-0:1.30-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "product": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "product_id": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "product": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "product": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "product": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.1.el9_6.aarch64", "product": { "name": "perl-IO-0:1.43-481.1.el9_6.aarch64", "product_id": "perl-IO-0:1.43-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "product": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "product": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64", "product": { "name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64", "product_id": "perl-Opcode-0:1.48-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64", "product": { "name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64", "product_id": "perl-POSIX-0:1.94-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "product": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "product": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-devel-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.1.el9_6.aarch64", "product": { "name": "perl-lib-0:0.65-481.1.el9_6.aarch64", "product_id": "perl-lib-0:0.65-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-libs-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.1.el9_6.aarch64", "product": { "name": "perl-mro-0:1.23-481.1.el9_6.aarch64", "product_id": "perl-mro-0:1.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-ph-0:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "product": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "product": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "product": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.1.el9_6.ppc64le", "product": { "name": "perl-B-0:1.80-481.1.el9_6.ppc64le", "product_id": "perl-B-0:1.80-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "product": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "product": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le", "product": { "name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le", "product_id": "perl-Errno-0:1.30-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "product": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "product_id": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "product": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "product": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "product": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.1.el9_6.ppc64le", "product": { "name": "perl-IO-0:1.43-481.1.el9_6.ppc64le", "product_id": "perl-IO-0:1.43-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "product": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "product": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "product": { "name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "product_id": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "product": { "name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "product_id": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "product": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "product": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.1.el9_6.ppc64le", "product": { "name": "perl-lib-0:0.65-481.1.el9_6.ppc64le", "product_id": "perl-lib-0:0.65-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.1.el9_6.ppc64le", "product": { "name": "perl-mro-0:1.23-481.1.el9_6.ppc64le", "product_id": "perl-mro-0:1.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "product": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "product": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.1.el9_6.x86_64", "product": { "name": "perl-B-0:1.80-481.1.el9_6.x86_64", "product_id": "perl-B-0:1.80-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "product": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "product": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.1.el9_6.x86_64", "product": { "name": "perl-Errno-0:1.30-481.1.el9_6.x86_64", "product_id": "perl-Errno-0:1.30-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "product": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "product_id": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "product": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "product": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "product": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.1.el9_6.x86_64", "product": { "name": "perl-IO-0:1.43-481.1.el9_6.x86_64", "product_id": "perl-IO-0:1.43-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "product": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "product": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64", "product": { "name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64", "product_id": "perl-Opcode-0:1.48-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64", "product": { "name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64", "product_id": "perl-POSIX-0:1.94-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "product": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "product": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-devel-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.1.el9_6.x86_64", "product": { "name": "perl-lib-0:0.65-481.1.el9_6.x86_64", "product_id": "perl-lib-0:0.65-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-libs-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.1.el9_6.x86_64", "product": { "name": "perl-mro-0:1.23-481.1.el9_6.x86_64", "product_id": "perl-mro-0:1.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-ph-0:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "product": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "product": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "product": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "perl-devel-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-devel-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-devel-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-libs-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-libs-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "product": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "product": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=i686" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=i686\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "product": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "perl-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-0:1.80-481.1.el9_6.s390x", "product": { "name": "perl-B-0:1.80-481.1.el9_6.s390x", "product_id": "perl-B-0:1.80-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B@1.80-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "product": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "product_id": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek@1.28-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "product": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "product_id": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DynaLoader@1.47-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Errno-0:1.30-481.1.el9_6.s390x", "product": { "name": "perl-Errno-0:1.30-481.1.el9_6.s390x", "product_id": "perl-Errno-0:1.30-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Errno@1.30-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x", "product": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x", "product_id": "perl-Fcntl-0:1.13-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl@1.13-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "product": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "product_id": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "product": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "product_id": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File@1.18-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "product": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "product_id": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util@0.23-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "product": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "product_id": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.20-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "product": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "product_id": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.19-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-0:1.43-481.1.el9_6.s390x", "product": { "name": "perl-IO-0:1.43-481.1.el9_6.s390x", "product_id": "perl-IO-0:1.43-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO@1.43-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "product": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "product_id": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File@1.15-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "product": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "product_id": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File@1.16-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-0:1.48-481.1.el9_6.s390x", "product": { "name": "perl-Opcode-0:1.48-481.1.el9_6.s390x", "product_id": "perl-Opcode-0:1.48-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode@1.48-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-0:1.94-481.1.el9_6.s390x", "product": { "name": "perl-POSIX-0:1.94-481.1.el9_6.s390x", "product_id": "perl-POSIX-0:1.94-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX@1.94-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "product": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "product_id": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.23-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "product": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "product_id": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-devel-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-devel-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-devel-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-devel@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-lib-0:0.65-481.1.el9_6.s390x", "product": { "name": "perl-lib-0:0.65-481.1.el9_6.s390x", "product_id": "perl-lib-0:0.65-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-lib@0.65-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-libs-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-libs-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-libs-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-0:1.23-481.1.el9_6.s390x", "product": { "name": "perl-mro-0:1.23-481.1.el9_6.s390x", "product_id": "perl-mro-0:1.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro@1.23-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-ph-0:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-ph-0:5.32.1-481.1.el9_6.s390x", "product_id": "perl-ph-0:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ph@5.32.1-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugsource@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "product": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "product_id": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-B-debuginfo@1.80-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "product": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "product_id": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.28-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "product": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "product_id": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.13-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "product": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "product_id": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "product": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "product_id": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.18-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "product": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.20-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "product": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "product_id": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.23-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "product": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "product_id": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.19-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "product": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "product_id": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.43-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "product": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "product_id": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.15-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "product": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "product_id": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.16-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "product": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "product_id": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.48-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "product": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "product_id": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@1.94-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "product": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "product_id": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.23-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "product": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "product_id": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-481.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_id": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.32.1-481.1.el9_6?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "product": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "product_id": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.23-481.1.el9_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "product": { "name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "product_id": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.01-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "product": { "name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "product_id": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "product": { "name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "product_id": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch", "product": { "name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch", "product_id": "perl-Benchmark-0:1.23-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Benchmark@1.23-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "product": { "name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "product_id": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Class-Struct@0.66-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "product": { "name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "product_id": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "product": { "name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "product_id": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "product": { "name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "product_id": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch", "product": { "name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch", "product_id": "perl-DirHandle-0:1.05-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-DirHandle@1.05-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "product": { "name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "product_id": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-English-0:1.11-481.1.el9_6.noarch", "product": { "name": "perl-English-0:1.11-481.1.el9_6.noarch", "product_id": "perl-English-0:1.11-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-English@1.11-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "product": { "name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "product_id": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "product": { "name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "product_id": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "product": { "name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "product_id": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.09-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch", "product": { "name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch", "product_id": "perl-File-Basename-0:2.85-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Basename@2.85-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "product": { "name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "product_id": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Compare@1.100.600-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch", "product": { "name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch", "product_id": "perl-File-Copy-0:2.34-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Copy@2.34-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-Find-0:1.37-481.1.el9_6.noarch", "product": { "name": "perl-File-Find-0:1.37-481.1.el9_6.noarch", "product_id": "perl-File-Find-0:1.37-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-Find@1.37-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-File-stat-0:1.09-481.1.el9_6.noarch", "product": { "name": "perl-File-stat-0:1.09-481.1.el9_6.noarch", "product_id": "perl-File-stat-0:1.09-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-File-stat@1.09-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileCache-0:1.10-481.1.el9_6.noarch", "product": { "name": "perl-FileCache-0:1.10-481.1.el9_6.noarch", "product_id": "perl-FileCache-0:1.10-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileCache@1.10-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch", "product": { "name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch", "product_id": "perl-FileHandle-0:2.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FileHandle@2.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-FindBin-0:1.51-481.1.el9_6.noarch", "product": { "name": "perl-FindBin-0:1.51-481.1.el9_6.noarch", "product_id": "perl-FindBin-0:1.51-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-FindBin@1.51-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "product": { "name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "product_id": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Getopt-Std@1.12-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "product": { "name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "product_id": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "product": { "name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "product_id": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.44-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "product": { "name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "product_id": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-IPC-Open3@1.21-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "product": { "name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "product_id": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-481.1.el9_6?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "product": { "name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "product_id": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Math-Complex@1.59-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Memoize-0:1.03-481.1.el9_6.noarch", "product": { "name": "perl-Memoize-0:1.03-481.1.el9_6.noarch", "product_id": "perl-Memoize-0:1.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Memoize@1.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "product": { "name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "product_id": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-481.1.el9_6?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "perl-NEXT-0:0.67-481.1.el9_6.noarch", "product": { "name": "perl-NEXT-0:0.67-481.1.el9_6.noarch", "product_id": "perl-NEXT-0:0.67-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-NEXT@0.67-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Net-0:1.02-481.1.el9_6.noarch", "product": { "name": "perl-Net-0:1.02-481.1.el9_6.noarch", "product_id": "perl-Net-0:1.02-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Net@1.02-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "product": { "name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "product_id": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Functions@1.13-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "product": { "name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "product_id": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Pod-Html@1.25-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Safe-0:2.41-481.1.el9_6.noarch", "product": { "name": "perl-Safe-0:2.41-481.1.el9_6.noarch", "product_id": "perl-Safe-0:2.41-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Safe@2.41-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "product": { "name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "product_id": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "product": { "name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "product_id": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "product": { "name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "product_id": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-SelfLoader@1.26-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Symbol-0:1.08-481.1.el9_6.noarch", "product": { "name": "perl-Symbol-0:1.08-481.1.el9_6.noarch", "product_id": "perl-Symbol-0:1.08-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Symbol@1.08-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "product": { "name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "product_id": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "product": { "name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "product_id": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Test-0:1.31-481.1.el9_6.noarch", "product": { "name": "perl-Test-0:1.31-481.1.el9_6.noarch", "product_id": "perl-Test-0:1.31-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Test@1.31-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "product": { "name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "product_id": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-0:3.05-481.1.el9_6.noarch", "product": { "name": "perl-Thread-0:3.05-481.1.el9_6.noarch", "product_id": "perl-Thread-0:3.05-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread@3.05-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "product": { "name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "product_id": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-0:4.6-481.1.el9_6.noarch", "product": { "name": "perl-Tie-0:4.6-481.1.el9_6.noarch", "product_id": "perl-Tie-0:4.6-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie@4.6-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch", "product": { "name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch", "product_id": "perl-Tie-File-0:1.06-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-File@1.06-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "product": { "name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "product_id": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Time-0:1.03-481.1.el9_6.noarch", "product": { "name": "perl-Time-0:1.03-481.1.el9_6.noarch", "product_id": "perl-Time-0:1.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Time@1.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "product": { "name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "product_id": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.75-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch", "product": { "name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch", "product_id": "perl-User-pwent-0:1.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-User-pwent@1.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-autouse-0:1.11-481.1.el9_6.noarch", "product": { "name": "perl-autouse-0:1.11-481.1.el9_6.noarch", "product_id": "perl-autouse-0:1.11-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-autouse@1.11-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-base-0:2.27-481.1.el9_6.noarch", "product": { "name": "perl-base-0:2.27-481.1.el9_6.noarch", "product_id": "perl-base-0:2.27-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-base@2.27-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-blib-0:1.07-481.1.el9_6.noarch", "product": { "name": "perl-blib-0:1.07-481.1.el9_6.noarch", "product_id": "perl-blib-0:1.07-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-blib@1.07-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-debugger-0:1.56-481.1.el9_6.noarch", "product": { "name": "perl-debugger-0:1.56-481.1.el9_6.noarch", "product_id": "perl-debugger-0:1.56-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-debugger@1.56-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-deprecate-0:0.04-481.1.el9_6.noarch", "product": { "name": "perl-deprecate-0:0.04-481.1.el9_6.noarch", "product_id": "perl-deprecate-0:0.04-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-deprecate@0.04-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch", "product": { "name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch", "product_id": "perl-diagnostics-0:1.37-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-diagnostics@1.37-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-doc-0:5.32.1-481.1.el9_6.noarch", "product": { "name": "perl-doc-0:5.32.1-481.1.el9_6.noarch", "product_id": "perl-doc-0:5.32.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-doc@5.32.1-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "product": { "name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "product_id": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-encoding-warnings@0.13-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-fields-0:2.27-481.1.el9_6.noarch", "product": { "name": "perl-fields-0:2.27-481.1.el9_6.noarch", "product_id": "perl-fields-0:2.27-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-fields@2.27-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-filetest-0:1.03-481.1.el9_6.noarch", "product": { "name": "perl-filetest-0:1.03-481.1.el9_6.noarch", "product_id": "perl-filetest-0:1.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-filetest@1.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-if-0:0.60.800-481.1.el9_6.noarch", "product": { "name": "perl-if-0:0.60.800-481.1.el9_6.noarch", "product_id": "perl-if-0:0.60.800-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-if@0.60.800-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-less-0:0.03-481.1.el9_6.noarch", "product": { "name": "perl-less-0:0.03-481.1.el9_6.noarch", "product_id": "perl-less-0:0.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-less@0.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "product": { "name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "product_id": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-libnetcfg@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-locale-0:1.09-481.1.el9_6.noarch", "product": { "name": "perl-locale-0:1.09-481.1.el9_6.noarch", "product_id": "perl-locale-0:1.09-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-locale@1.09-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-macros-4:5.32.1-481.1.el9_6.noarch", "product": { "name": "perl-macros-4:5.32.1-481.1.el9_6.noarch", "product_id": "perl-macros-4:5.32.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-macros@5.32.1-481.1.el9_6?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "product": { "name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "product_id": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-meta-notation@5.32.1-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-open-0:1.12-481.1.el9_6.noarch", "product": { "name": "perl-open-0:1.12-481.1.el9_6.noarch", "product_id": "perl-open-0:1.12-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-open@1.12-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-overload-0:1.31-481.1.el9_6.noarch", "product": { "name": "perl-overload-0:1.31-481.1.el9_6.noarch", "product_id": "perl-overload-0:1.31-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overload@1.31-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-overloading-0:0.02-481.1.el9_6.noarch", "product": { "name": "perl-overloading-0:0.02-481.1.el9_6.noarch", "product_id": "perl-overloading-0:0.02-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-overloading@0.02-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch", "product": { "name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch", "product_id": "perl-sigtrap-0:1.09-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sigtrap@1.09-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-sort-0:2.04-481.1.el9_6.noarch", "product": { "name": "perl-sort-0:2.04-481.1.el9_6.noarch", "product_id": "perl-sort-0:2.04-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-sort@2.04-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-subs-0:1.03-481.1.el9_6.noarch", "product": { "name": "perl-subs-0:1.03-481.1.el9_6.noarch", "product_id": "perl-subs-0:1.03-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-subs@1.03-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-utils-0:5.32.1-481.1.el9_6.noarch", "product": { "name": "perl-utils-0:5.32.1-481.1.el9_6.noarch", "product_id": "perl-utils-0:5.32.1-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-utils@5.32.1-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-vars-0:1.05-481.1.el9_6.noarch", "product": { "name": "perl-vars-0:1.05-481.1.el9_6.noarch", "product_id": "perl-vars-0:1.05-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vars@1.05-481.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "perl-vmsish-0:1.04-481.1.el9_6.noarch", "product": { "name": "perl-vmsish-0:1.04-481.1.el9_6.noarch", "product_id": "perl-vmsish-0:1.04-481.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/perl-vmsish@1.04-481.1.el9_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.1.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src" }, "product_reference": "perl-4:5.32.1-481.1.el9_6.src", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch" }, "product_reference": "perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch" }, "product_reference": "perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch" }, "product_reference": "perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64" }, "product_reference": "perl-B-0:1.80-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le" }, "product_reference": "perl-B-0:1.80-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x" }, "product_reference": "perl-B-0:1.80-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64" }, "product_reference": "perl-B-0:1.80-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64" }, "product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686" }, "product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le" }, "product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x" }, "product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64" }, "product_reference": "perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Benchmark-0:1.23-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch" }, "product_reference": "perl-Benchmark-0:1.23-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch" }, "product_reference": "perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch" }, "product_reference": "perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch" }, "product_reference": "perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64" }, "product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le" }, "product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x" }, "product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64" }, "product_reference": "perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64" }, "product_reference": "perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch" }, "product_reference": "perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DirHandle-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch" }, "product_reference": "perl-DirHandle-0:1.05-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch" }, "product_reference": "perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64" }, "product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le" }, "product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x" }, "product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64" }, "product_reference": "perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-English-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch" }, "product_reference": "perl-English-0:1.11-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64" }, "product_reference": "perl-Errno-0:1.30-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le" }, "product_reference": "perl-Errno-0:1.30-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x" }, "product_reference": "perl-Errno-0:1.30-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Errno-0:1.30-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64" }, "product_reference": "perl-Errno-0:1.30-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch" }, "product_reference": "perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch" }, "product_reference": "perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch" }, "product_reference": "perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64" }, "product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le" }, "product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x" }, "product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64" }, "product_reference": "perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64" }, "product_reference": "perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Basename-0:2.85-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch" }, "product_reference": "perl-File-Basename-0:2.85-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch" }, "product_reference": "perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Copy-0:2.34-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch" }, "product_reference": "perl-File-Copy-0:2.34-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64" }, "product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le" }, "product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x" }, "product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64" }, "product_reference": "perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64" }, "product_reference": "perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-Find-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch" }, "product_reference": "perl-File-Find-0:1.37-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-File-stat-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch" }, "product_reference": "perl-File-stat-0:1.09-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileCache-0:1.10-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch" }, "product_reference": "perl-FileCache-0:1.10-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FileHandle-0:2.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch" }, "product_reference": "perl-FileHandle-0:2.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-FindBin-0:1.51-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch" }, "product_reference": "perl-FindBin-0:1.51-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64" }, "product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le" }, "product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x" }, "product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64" }, "product_reference": "perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64" }, "product_reference": "perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch" }, "product_reference": "perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64" }, "product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x" }, "product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64" }, "product_reference": "perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64" }, "product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64" }, "product_reference": "perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch" }, "product_reference": "perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch" }, "product_reference": "perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64" }, "product_reference": "perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64" }, "product_reference": "perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64" }, "product_reference": "perl-IO-0:1.43-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le" }, "product_reference": "perl-IO-0:1.43-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x" }, "product_reference": "perl-IO-0:1.43-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64" }, "product_reference": "perl-IO-0:1.43-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64" }, "product_reference": "perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch" }, "product_reference": "perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch" }, "product_reference": "perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch" }, "product_reference": "perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Memoize-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch" }, "product_reference": "perl-Memoize-0:1.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch" }, "product_reference": "perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64" }, "product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le" }, "product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x" }, "product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64" }, "product_reference": "perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64" }, "product_reference": "perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-NEXT-0:0.67-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch" }, "product_reference": "perl-NEXT-0:0.67-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Net-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch" }, "product_reference": "perl-Net-0:1.02-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64" }, "product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le" }, "product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x" }, "product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64" }, "product_reference": "perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64" }, "product_reference": "perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64" }, "product_reference": "perl-Opcode-0:1.48-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le" }, "product_reference": "perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x" }, "product_reference": "perl-Opcode-0:1.48-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64" }, "product_reference": "perl-Opcode-0:1.48-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64" }, "product_reference": "perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64" }, "product_reference": "perl-POSIX-0:1.94-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le" }, "product_reference": "perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x" }, "product_reference": "perl-POSIX-0:1.94-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64" }, "product_reference": "perl-POSIX-0:1.94-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64" }, "product_reference": "perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch" }, "product_reference": "perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch" }, "product_reference": "perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Safe-0:2.41-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch" }, "product_reference": "perl-Safe-0:2.41-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch" }, "product_reference": "perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch" }, "product_reference": "perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch" }, "product_reference": "perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Symbol-0:1.08-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch" }, "product_reference": "perl-Symbol-0:1.08-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64" }, "product_reference": "perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64" }, "product_reference": "perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch" }, "product_reference": "perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch" }, "product_reference": "perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Test-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch" }, "product_reference": "perl-Test-0:1.31-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch" }, "product_reference": "perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-0:3.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch" }, "product_reference": "perl-Thread-0:3.05-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch" }, "product_reference": "perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-0:4.6-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch" }, "product_reference": "perl-Tie-0:4.6-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-File-0:1.06-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch" }, "product_reference": "perl-Tie-File-0:1.06-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch" }, "product_reference": "perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch" }, "product_reference": "perl-Time-0:1.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64" }, "product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le" }, "product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x" }, "product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64" }, "product_reference": "perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64" }, "product_reference": "perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch" }, "product_reference": "perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-User-pwent-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch" }, "product_reference": "perl-User-pwent-0:1.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-autouse-0:1.11-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch" }, "product_reference": "perl-autouse-0:1.11-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch" }, "product_reference": "perl-base-0:2.27-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-blib-0:1.07-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch" }, "product_reference": "perl-blib-0:1.07-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugger-0:1.56-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch" }, "product_reference": "perl-debugger-0:1.56-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-deprecate-0:0.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch" }, "product_reference": "perl-deprecate-0:0.04-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-devel-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-devel-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-devel-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-devel-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-devel-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-diagnostics-0:1.37-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch" }, "product_reference": "perl-diagnostics-0:1.37-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch" }, "product_reference": "perl-doc-0:5.32.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch" }, "product_reference": "perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-fields-0:2.27-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch" }, "product_reference": "perl-fields-0:2.27-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-filetest-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch" }, "product_reference": "perl-filetest-0:1.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-if-0:0.60.800-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch" }, "product_reference": "perl-if-0:0.60.800-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-less-0:0.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch" }, "product_reference": "perl-less-0:0.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64" }, "product_reference": "perl-lib-0:0.65-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le" }, "product_reference": "perl-lib-0:0.65-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x" }, "product_reference": "perl-lib-0:0.65-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-lib-0:0.65-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64" }, "product_reference": "perl-lib-0:0.65-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch" }, "product_reference": "perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-libs-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-libs-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-libs-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-libs-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-locale-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch" }, "product_reference": "perl-locale-0:1.09-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-macros-4:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch" }, "product_reference": "perl-macros-4:5.32.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch" }, "product_reference": "perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64" }, "product_reference": "perl-mro-0:1.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-mro-0:1.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x" }, "product_reference": "perl-mro-0:1.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64" }, "product_reference": "perl-mro-0:1.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64" }, "product_reference": "perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-open-0:1.12-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch" }, "product_reference": "perl-open-0:1.12-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overload-0:1.31-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch" }, "product_reference": "perl-overload-0:1.31-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-overloading-0:0.02-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch" }, "product_reference": "perl-overloading-0:0.02-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64" }, "product_reference": "perl-ph-0:5.32.1-481.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le" }, "product_reference": "perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x" }, "product_reference": "perl-ph-0:5.32.1-481.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-ph-0:5.32.1-481.1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64" }, "product_reference": "perl-ph-0:5.32.1-481.1.el9_6.x86_64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sigtrap-0:1.09-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch" }, "product_reference": "perl-sigtrap-0:1.09-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-sort-0:2.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch" }, "product_reference": "perl-sort-0:2.04-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-subs-0:1.03-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch" }, "product_reference": "perl-subs-0:1.03-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-utils-0:5.32.1-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch" }, "product_reference": "perl-utils-0:5.32.1-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vars-0:1.05-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch" }, "product_reference": "perl-vars-0:1.05-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "perl-vmsish-0:1.04-481.1.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch" }, "product_reference": "perl-vmsish-0:1.04-481.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2025-05-30T13:00:49.546076+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2369407" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.", "title": "Vulnerability description" }, { "category": "summary", "text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) or CWE-426: Untrusted Search Path vulnerability, and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces least functionality by enabling only essential features, services, and ports to reduce the system\u2019s attack surface. Static code analysis, peer reviews, and robust input validation and error handling detect unsafe input that could affect execution timing or path resolution. Real-time threat detection, including IPS/IDS, antimalware, and continuous system monitoring, enables rapid identification of exploitation attempts. Process isolation reduces the likelihood of concurrent execution conflicts and contains any impact to isolated workloads. Executable search paths are restricted to trusted, explicitly defined directories, mitigating the risk of executing malicious files. These controls effectively lower the likelihood and impact of race conditions and untrusted path exploitation in the environment.", "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.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "RHBZ#2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/10387", "url": "https://github.com/Perl/perl5/issues/10387" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/23010", "url": "https://github.com/Perl/perl5/issues/23010" }, { "category": "external", "summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" } ], "release_date": "2025-05-30T12:20:11.237000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-28T02:32:35+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", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:11804" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:perl-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Attribute-Handlers-0:1.01-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoLoader-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-AutoSplit-0:5.74-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-B-debuginfo-0:1.80-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Benchmark-0:1.23-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Class-Struct-0:0.66-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Config-Extensions-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DBM_Filter-0:0.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-Peek-debuginfo-0:1.28-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Devel-SelfStubber-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DirHandle-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Dumpvalue-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-DynaLoader-0:1.47-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-English-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Errno-0:1.30-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Constant-0:0.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Embed-0:1.35-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ExtUtils-Miniperl-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Fcntl-debuginfo-0:1.13-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Basename-0:2.85-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Compare-0:1.100.600-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Copy-0:2.34-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-DosGlob-debuginfo-0:1.12-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-Find-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-File-stat-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileCache-0:1.10-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FileHandle-0:2.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-FindBin-0:1.51-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-GDBM_File-debuginfo-0:1.18-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Getopt-Std-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-FieldHash-debuginfo-0:1.20-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Hash-Util-debuginfo-0:0.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Collate-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-LangTags-0:0.44-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-I18N-Langinfo-debuginfo-0:0.19-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-IO-debuginfo-0:1.43-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-IPC-Open3-0:1.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Locale-Maketext-Simple-1:0.21-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Math-Complex-0:1.59-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Memoize-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Module-Loaded-1:0.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-NDBM_File-debuginfo-0:1.15-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-NEXT-0:0.67-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Net-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ODBM_File-debuginfo-0:1.16-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Opcode-debuginfo-0:1.48-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-POSIX-debuginfo-0:1.94-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Functions-0:1.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Pod-Html-0:1.25-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Safe-0:2.41-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Search-Dict-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelectSaver-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-SelfLoader-0:1.26-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Symbol-0:1.08-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Sys-Hostname-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-Complete-0:1.403-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Term-ReadLine-0:1.17-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Test-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Text-Abbrev-0:1.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-0:3.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Thread-Semaphore-0:2.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-0:4.6-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-File-0:1.06-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Tie-Memoize-0:1.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-Time-Piece-debuginfo-0:1.3401-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-Unicode-UCD-0:0.75-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-User-pwent-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-autouse-0:1.11-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-base-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-blib-0:1.07-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugger-0:1.56-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-debugsource-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-deprecate-0:0.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-devel-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-diagnostics-0:1.37-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-doc-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-encoding-warnings-0:0.13-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-fields-0:2.27-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-filetest-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-if-0:0.60.800-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-interpreter-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-less-0:0.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-lib-0:0.65-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libnetcfg-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-libs-debuginfo-4:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-locale-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-macros-4:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-meta-notation-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.i686", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-mro-debuginfo-0:1.23-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-open-0:1.12-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overload-0:1.31-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-overloading-0:0.02-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perl-ph-0:5.32.1-481.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perl-sigtrap-0:1.09-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-sort-0:2.04-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-subs-0:1.03-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-utils-0:5.32.1-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vars-0:1.05-481.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:perl-vmsish-0:1.04-481.1.el9_6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths" } ] }
rhsa-2025:13267
Vulnerability from csaf_redhat
Published
2025-08-06 15:26
Modified
2025-08-14 09:09
Summary
Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage
Notes
Topic
A Subscription Management tool for finding and reporting Red Hat product usage
Details
Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.
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": "A Subscription Management tool for finding and reporting Red Hat product usage", "title": "Topic" }, { "category": "general", "text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.", "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-2025:13267", "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-12718", "url": "https://access.redhat.com/security/cve/CVE-2024-12718" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-40909", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-4138", "url": "https://access.redhat.com/security/cve/CVE-2025-4138" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-4330", "url": "https://access.redhat.com/security/cve/CVE-2025-4330" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-4435", "url": "https://access.redhat.com/security/cve/CVE-2025-4435" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-4517", "url": "https://access.redhat.com/security/cve/CVE-2025-4517" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-49796", "url": "https://access.redhat.com/security/cve/CVE-2025-49796" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-6021", "url": "https://access.redhat.com/security/cve/CVE-2025-6021" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-6965", "url": "https://access.redhat.com/security/cve/CVE-2025-6965" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2025-7425", "url": "https://access.redhat.com/security/cve/CVE-2025-7425" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/", "url": "https://access.redhat.com/security/updates/classification/" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery", "url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13267.json" } ], "title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage", "tracking": { "current_release_date": "2025-08-14T09:09:29+00:00", "generator": { "date": "2025-08-14T09:09:29+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2025:13267", "initial_release_date": "2025-08-06T15:26:03+00:00", "revision_history": [ { "date": "2025-08-06T15:26:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-08-06T15:26:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-14T09:09:29+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Discovery 2", "product": { "name": "Red Hat Discovery 2", "product_id": "Red Hat Discovery 2", "product_identification_helper": { "cpe": "cpe:/a:redhat:discovery:2::el9" } } } ], "category": "product_family", "name": "Red Hat Discovery" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "product": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256%3Aad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727" } } }, { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "product": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256%3A18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "product": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256%3Ac517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727" } } }, { "category": "product_version", "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64", "product": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64", "product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256%3A2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 as a component of Red Hat Discovery 2", "product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64" }, "product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "relates_to_product_reference": "Red Hat Discovery 2" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 as a component of Red Hat Discovery 2", "product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" }, "product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "relates_to_product_reference": "Red Hat Discovery 2" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 as a component of Red Hat Discovery 2", "product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64" }, "product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "relates_to_product_reference": "Red Hat Discovery 2" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 as a component of Red Hat Discovery 2", "product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" }, "product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64", "relates_to_product_reference": "Red Hat Discovery 2" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-12718", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2025-06-03T14:00:57.613538+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2370013" } ], "notes": [ { "category": "description", "text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.", "title": "Vulnerability description" }, { "category": "summary", "text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12718" }, { "category": "external", "summary": "RHBZ#2370013", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12718" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718" }, { "category": "external", "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f", "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a", "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a", "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/127987", "url": "https://github.com/python/cpython/issues/127987" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/135034", "url": "https://github.com/python/cpython/issues/135034" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/135037", "url": "https://github.com/python/cpython/pull/135037" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/" } ], "release_date": "2025-06-03T12:59:10.908000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory" }, { "cve": "CVE-2025-4138", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2025-06-12T09:03:58.434950+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2372426" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".", "title": "Vulnerability description" }, { "category": "summary", "text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory", "title": "Vulnerability summary" }, { "category": "other", "text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-4138" }, { "category": "external", "summary": "RHBZ#2372426", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4138" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138" }, { "category": "external", "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f", "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a", "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a", "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/135034", "url": "https://github.com/python/cpython/issues/135034" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/135037", "url": "https://github.com/python/cpython/pull/135037" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/" } ], "release_date": "2025-06-03T12:59:02.717000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory" }, { "cve": "CVE-2025-4330", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2025-06-03T14:01:00.653313+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2370014" } ], "notes": [ { "category": "description", "text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.", "title": "Vulnerability description" }, { "category": "summary", "text": "cpython: python: Extraction filter bypass for linking outside extraction directory", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nInput validation enforces strict path constraints, rejecting directory traversal attempts or unauthorized file access. Runtime environments restrict code execution to predefined privilege levels, preventing escalation from traversal exploits. Configuration settings limit accessible directories and enforce execution boundaries to reduce the influence of user input on file system behavior. Application components are developed and validated against secure coding standards that explicitly prevent path manipulation, further minimizing exploitation risk.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-4330" }, { "category": "external", "summary": "RHBZ#2370014", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4330" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330" }, { "category": "external", "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f", "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a", "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a", "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/135034", "url": "https://github.com/python/cpython/issues/135034" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/135037", "url": "https://github.com/python/cpython/pull/135037" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/" } ], "release_date": "2025-06-03T12:58:57.452000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: python: Extraction filter bypass for linking outside extraction directory" }, { "cve": "CVE-2025-4435", "cwe": { "id": "CWE-706", "name": "Use of Incorrectly-Resolved Name or Reference" }, "discovery_date": "2025-06-03T14:00:46.485917+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2370010" } ], "notes": [ { "category": "description", "text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.", "title": "Vulnerability description" }, { "category": "summary", "text": "cpython: Tarfile extracts filtered members when errorlevel=0", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successful exploitation of a CWE-706: Use of Incorrectly-Resolved Name or Reference and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess enforcement and least privilege limit resolution of internal objects and services to explicitly authorized users and processes, reducing the risk of unintended interactions.. Configuration settings are tightly managed to ensure consistent and accurate resolution of names, paths, and references across deployments. Least functionality reduces exposure by disabling unused features and restricting access to unnecessary components. Additionally, real-time monitoring detects anomalous behavior or access attempts involving misconfigured or invalid references, enabling timely response and containment.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-4435" }, { "category": "external", "summary": "RHBZ#2370010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4435" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a", "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a", "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/135034", "url": "https://github.com/python/cpython/issues/135034" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/135037", "url": "https://github.com/python/cpython/pull/135037" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/" } ], "release_date": "2025-06-03T12:59:06.792000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "cpython: Tarfile extracts filtered members when errorlevel=0" }, { "cve": "CVE-2025-4517", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2025-06-03T14:01:12.271192+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2370016" } ], "notes": [ { "category": "description", "text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".", "title": "Vulnerability description" }, { "category": "summary", "text": "python: cpython: Arbitrary writes via tarfile realpath overflow", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-4517" }, { "category": "external", "summary": "RHBZ#2370016", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4517" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517" }, { "category": "external", "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f", "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a", "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a" }, { "category": "external", "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a", "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a" }, { "category": "external", "summary": "https://github.com/python/cpython/issues/135034", "url": "https://github.com/python/cpython/issues/135034" }, { "category": "external", "summary": "https://github.com/python/cpython/pull/135037", "url": "https://github.com/python/cpython/pull/135037" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/" } ], "release_date": "2025-06-03T12:58:50.352000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python: cpython: Arbitrary writes via tarfile realpath overflow" }, { "acknowledgments": [ { "names": [ "Ahmed Lekssays" ] } ], "cve": "CVE-2025-6021", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2025-06-12T07:55:45.428000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2372406" } ], "notes": [ { "category": "description", "text": "A flaw was found in libxml2\u0027s xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated Moderate due to the lack of confidentiality impact and limited integrity concerns, with the main risk being potential denial-of-service from a crash. Exploitation requires crafted XML input and specific application behavior using xmlBuildQName. While it\u2019s a write overflow, modern mitigations make remote code execution unlikely.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-6021" }, { "category": "external", "summary": "RHBZ#2372406", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-6021", "url": "https://www.cve.org/CVERecord?id=CVE-2025-6021" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021" } ], "release_date": "2025-06-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are strongly advised to apply vendor-supplied patches as soon as they become available to address the underlying integer overflow flaw in the affected code.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2" }, { "cve": "CVE-2025-6965", "cwe": { "id": "CWE-197", "name": "Numeric Truncation Error" }, "discovery_date": "2025-07-15T14:02:19.241458+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2380149" } ], "notes": [ { "category": "description", "text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.", "title": "Vulnerability description" }, { "category": "summary", "text": "sqlite: Integer Truncation in SQLite", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-6965" }, { "category": "external", "summary": "RHBZ#2380149", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965", "url": "https://www.cve.org/CVERecord?id=CVE-2025-6965" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965" }, { "category": "external", "summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8", "url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8" } ], "release_date": "2025-07-15T13:44:00.784000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.7, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "sqlite: Integer Truncation in SQLite" }, { "acknowledgments": [ { "names": [ "Sergei Glazunov" ], "organization": "Google Project Zero" } ], "cve": "CVE-2025-7425", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-07-10T09:37:28.172000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2379274" } ], "notes": [ { "category": "description", "text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr", "title": "Vulnerability summary" }, { "category": "other", "text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-7425" }, { "category": "external", "summary": "RHBZ#2379274", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425", "url": "https://www.cve.org/CVERecord?id=CVE-2025-7425" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425" }, { "category": "external", "summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140", "url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140" } ], "release_date": "2025-07-10T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr" }, { "cve": "CVE-2025-40909", "cwe": { "id": "CWE-426", "name": "Untrusted Search Path" }, "discovery_date": "2025-05-30T13:00:49.546076+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2369407" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.", "title": "Vulnerability description" }, { "category": "summary", "text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths", "title": "Vulnerability summary" }, { "category": "other", "text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) or CWE-426: Untrusted Search Path vulnerability, and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat enforces least functionality by enabling only essential features, services, and ports to reduce the system\u2019s attack surface. Static code analysis, peer reviews, and robust input validation and error handling detect unsafe input that could affect execution timing or path resolution. Real-time threat detection, including IPS/IDS, antimalware, and continuous system monitoring, enables rapid identification of exploitation attempts. Process isolation reduces the likelihood of concurrent execution conflicts and contains any impact to isolated workloads. Executable search paths are restricted to trusted, explicitly defined directories, mitigating the risk of executing malicious files. These controls effectively lower the likelihood and impact of race conditions and untrusted path exploitation in the environment.", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "RHBZ#2369407", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40909" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "category": "external", "summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/10387", "url": "https://github.com/Perl/perl5/issues/10387" }, { "category": "external", "summary": "https://github.com/Perl/perl5/issues/23010", "url": "https://github.com/Perl/perl5/issues/23010" }, { "category": "external", "summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" } ], "release_date": "2025-05-30T12:20:11.237000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths" }, { "cve": "CVE-2025-49796", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-06-12T00:35:26.470000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2372385" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml: Type confusion leads to Denial of service (DoS)", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).", "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": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "known_not_affected": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-49796" }, { "category": "external", "summary": "RHBZ#2372385", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-49796" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796" } ], "release_date": "2025-06-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-06T15:26:03+00:00", "details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13267" }, { "category": "workaround", "details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents before updating to the libxml version containing the fix.", "product_ids": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64", "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml: Type confusion leads to Denial of service (DoS)" } ] }
wid-sec-w-2025-1206
Vulnerability from csaf_certbund
Published
2025-06-01 22:00
Modified
2025-07-29 22:00
Summary
Perl: Schwachstelle ermöglicht Codeausführung und Offenlegung von Informationen
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
Perl ist eine freie, plattformunabhängige und interpretierte Programmiersprache (Skriptsprache).
Angriff
Ein lokaler Angreifer kann eine Schwachstelle in Perl ausnutzen, um beliebigen Programmcode auszuführen, und um Informationen offenzulegen.
Betroffene Betriebssysteme
- Linux
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "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": "Perl ist eine freie, plattformunabh\u00e4ngige und interpretierte Programmiersprache (Skriptsprache).", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann eine Schwachstelle in Perl ausnutzen, um beliebigen Programmcode auszuf\u00fchren, und um Informationen offenzulegen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- 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-2025-1206 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1206.json" }, { "category": "self", "summary": "WID-SEC-2025-1206 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1206" }, { "category": "external", "summary": "RedHat Bugzilla vom 2025-06-01", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407" }, { "category": "external", "summary": "OSS Security Mailing List vom 2025-06-01", "url": "https://seclists.org/oss-sec/2025/q2/188" }, { "category": "external", "summary": "NIST CVE-2025-40909", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "category": "external", "summary": "PoC f\u00fcr CVE-2025-40909", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-1981 vom 2025-06-10", "url": "https://alas.aws.amazon.com/ALAS-2025-1981.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2879 vom 2025-06-12", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2879.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02027-1 vom 2025-06-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021584.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02051-1 vom 2025-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021611.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2879 vom 2025-06-30", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2879.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20456-1 vom 2025-07-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021754.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2025:15258-1 vom 2025-07-05", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LVMR5UHUOVD62XS7YRCDYD3VX34VY7JP/" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2025-F142899732 vom 2025-07-10", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-f142899732" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2025-30244EBFC7 vom 2025-07-10", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-30244ebfc7" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11545 vom 2025-07-22", "url": "https://access.redhat.com/errata/RHSA-2025:11545" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11804 vom 2025-07-29", "url": "http://linux.oracle.com/errata/ELSA-2025-11804.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11675 vom 2025-07-29", "url": "https://access.redhat.com/errata/RHSA-2025:11675" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11805 vom 2025-07-29", "url": "http://linux.oracle.com/errata/ELSA-2025-11805.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12056 vom 2025-07-29", "url": "https://access.redhat.com/errata/RHSA-2025:12056" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7678-1 vom 2025-07-29", "url": "https://ubuntu.com/security/notices/USN-7678-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-12056 vom 2025-07-29", "url": "https://linux.oracle.com/errata/ELSA-2025-12056.html" } ], "source_lang": "en-US", "title": "Perl: Schwachstelle erm\u00f6glicht Codeausf\u00fchrung und Offenlegung von Informationen", "tracking": { "current_release_date": "2025-07-29T22:00:00.000+00:00", "generator": { "date": "2025-07-30T08:45:00.247+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-1206", "initial_release_date": "2025-06-01T22:00:00.000+00:00", "revision_history": [ { "date": "2025-06-01T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-06-09T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-06-12T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-22T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-30T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-07-06T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE und openSUSE aufgenommen" }, { "date": "2025-07-09T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2025-07-22T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-28T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen" }, { "date": "2025-07-29T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen" } ], "status": "final", "version": "11" } }, "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": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003e=5.13.6", "product": { "name": "Open Source Perl \u003e=5.13.6", "product_id": "T044249" } }, { "category": "product_version_range", "name": "\u003e=5.13.6", "product": { "name": "Open Source Perl \u003e=5.13.6", "product_id": "T044249-fixed" } }, { "category": "product_version_range", "name": "\u003c5.41.13", "product": { "name": "Open Source Perl \u003c5.41.13", "product_id": "T044251" } }, { "category": "product_version", "name": "5.41.13", "product": { "name": "Open Source Perl 5.41.13", "product_id": "T044251-fixed", "product_identification_helper": { "cpe": "cpe:/a:perl:perl:5.41.13" } } } ], "category": "product_name", "name": "Perl" } ], "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": "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": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "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-2025-40909", "product_status": { "known_affected": [ "T002207", "67646", "T000126", "T027843", "398363", "T044251", "T004914", "74185" ] }, "release_date": "2025-06-01T22:00:00.000+00:00", "title": "CVE-2025-40909" } ] }
wid-sec-w-2025-1646
Vulnerability from csaf_certbund
Published
2025-07-27 22:00
Modified
2025-08-06 22:00
Summary
Red Hat Enterprise Linux (nodejs, perl): 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
Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff
Ein lokaler oder entfernter authentisierter Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um beliebigen Code auszuführen oder andere nicht spezifizierte Effekte zu verursachen.
Betroffene Betriebssysteme
- UNIX
{ "document": { "aggregate_severity": { "text": "mittel" }, "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": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler oder entfernter authentisierter Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um beliebigen Code auszuf\u00fchren oder andere nicht spezifizierte Effekte zu verursachen.", "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-2025-1646 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1646.json" }, { "category": "self", "summary": "WID-SEC-2025-1646 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1646" }, { "category": "external", "summary": "RedHat Security Advisory vom 2025-07-27", "url": "https://access.redhat.com/errata/RHSA-2025:11803" }, { "category": "external", "summary": "RedHat Security Advisory vom 2025-07-27", "url": "https://access.redhat.com/errata/RHSA-2025:11805" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11933 vom 2025-07-28", "url": "https://access.redhat.com/errata/RHSA-2025:11933" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11803 vom 2025-07-28", "url": "https://linux.oracle.com/errata/ELSA-2025-11803.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7676-1 vom 2025-07-28", "url": "https://ubuntu.com/security/notices/USN-7676-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11992 vom 2025-07-28", "url": "https://access.redhat.com/errata/RHSA-2025:11992" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12010 vom 2025-07-29", "url": "https://access.redhat.com/errata/RHSA-2025:12010" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12036 vom 2025-07-29", "url": "https://access.redhat.com/errata/RHSA-2025:12036" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11992 vom 2025-07-29", "url": "https://linux.oracle.com/errata/ELSA-2025-11992.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-12010 vom 2025-07-29", "url": "https://linux.oracle.com/errata/ELSA-2025-12010.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11933 vom 2025-07-29", "url": "https://linux.oracle.com/errata/ELSA-2025-11933.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12349 vom 2025-07-31", "url": "https://access.redhat.com/errata/RHSA-2025:12349" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11802 vom 2025-07-30", "url": "http://linux.oracle.com/errata/ELSA-2025-11802.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7679-1 vom 2025-07-30", "url": "https://ubuntu.com/security/notices/USN-7679-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12521 vom 2025-08-04", "url": "https://access.redhat.com/errata/RHSA-2025:12521" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2-2025-2949 vom 2025-08-05", "url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2949.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12749 vom 2025-08-04", "url": "https://access.redhat.com/errata/RHSA-2025:12749" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12522 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:12522" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02672-1 vom 2025-08-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3MKD7BSPQBWIRKKAIW2QSG7MGMUN3I7U/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12904 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:12904" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12905 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:12905" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:12901 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:12901" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-12349 vom 2025-08-07", "url": "http://linux.oracle.com/errata/ELSA-2025-12349.html" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (nodejs, perl): Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-08-06T22:00:00.000+00:00", "generator": { "date": "2025-08-07T08:29:30.678+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-1646", "initial_release_date": "2025-07-27T22:00:00.000+00:00", "revision_history": [ { "date": "2025-07-27T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-07-28T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat, Oracle Linux und Ubuntu aufgenommen" }, { "date": "2025-07-29T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-30T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Red Hat, Oracle Linux und Ubuntu aufgenommen" }, { "date": "2025-08-03T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Amazon und Red Hat aufgenommen" }, { "date": "2025-08-05T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-08-06T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Oracle Linux aufgenommen" } ], "status": "final", "version": "8" } }, "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": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "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": "product_version", "name": "8", "product": { "name": "Red Hat Enterprise Linux 8", "product_id": "T045679", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T045680", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } } ], "category": "product_name", "name": "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-2025-40909", "product_status": { "known_affected": [ "T045679", "T002207", "67646", "T000126", "T045680", "398363", "T004914" ] }, "release_date": "2025-07-27T22:00:00.000+00:00", "title": "CVE-2025-40909" }, { "cve": "CVE-2025-6965", "product_status": { "known_affected": [ "T045679", "T002207", "67646", "T000126", "T045680", "398363", "T004914" ] }, "release_date": "2025-07-27T22:00:00.000+00:00", "title": "CVE-2025-6965" } ] }
opensuse-su-2025:15258-1
Vulnerability from csaf_opensuse
Published
2025-07-03 00:00
Modified
2025-07-03 00:00
Summary
perl-32bit-5.40.2-3.1 on GA media
Notes
Title of the patch
perl-32bit-5.40.2-3.1 on GA media
Description of the patch
These are all security issues fixed in the perl-32bit-5.40.2-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15258
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "perl-32bit-5.40.2-3.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the perl-32bit-5.40.2-3.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15258", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15258-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2025-40909 page", "url": "https://www.suse.com/security/cve/CVE-2025-40909/" } ], "title": "perl-32bit-5.40.2-3.1 on GA media", "tracking": { "current_release_date": "2025-07-03T00:00:00Z", "generator": { "date": "2025-07-03T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15258-1", "initial_release_date": "2025-07-03T00:00:00Z", "revision_history": [ { "date": "2025-07-03T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "perl-5.40.2-3.1.aarch64", "product": { "name": "perl-5.40.2-3.1.aarch64", "product_id": "perl-5.40.2-3.1.aarch64" } }, { "category": "product_version", "name": "perl-32bit-5.40.2-3.1.aarch64", "product": { "name": "perl-32bit-5.40.2-3.1.aarch64", "product_id": "perl-32bit-5.40.2-3.1.aarch64" } }, { "category": "product_version", "name": "perl-base-5.40.2-3.1.aarch64", "product": { "name": "perl-base-5.40.2-3.1.aarch64", "product_id": "perl-base-5.40.2-3.1.aarch64" } }, { "category": "product_version", "name": "perl-base-32bit-5.40.2-3.1.aarch64", "product": { "name": "perl-base-32bit-5.40.2-3.1.aarch64", "product_id": "perl-base-32bit-5.40.2-3.1.aarch64" } }, { "category": "product_version", "name": "perl-doc-5.40.2-3.1.aarch64", "product": { "name": "perl-doc-5.40.2-3.1.aarch64", "product_id": "perl-doc-5.40.2-3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "perl-5.40.2-3.1.ppc64le", "product": { "name": "perl-5.40.2-3.1.ppc64le", "product_id": "perl-5.40.2-3.1.ppc64le" } }, { "category": "product_version", "name": "perl-32bit-5.40.2-3.1.ppc64le", "product": { "name": "perl-32bit-5.40.2-3.1.ppc64le", "product_id": "perl-32bit-5.40.2-3.1.ppc64le" } }, { "category": "product_version", "name": "perl-base-5.40.2-3.1.ppc64le", "product": { "name": "perl-base-5.40.2-3.1.ppc64le", "product_id": "perl-base-5.40.2-3.1.ppc64le" } }, { "category": "product_version", "name": "perl-base-32bit-5.40.2-3.1.ppc64le", "product": { "name": "perl-base-32bit-5.40.2-3.1.ppc64le", "product_id": "perl-base-32bit-5.40.2-3.1.ppc64le" } }, { "category": "product_version", "name": "perl-doc-5.40.2-3.1.ppc64le", "product": { "name": "perl-doc-5.40.2-3.1.ppc64le", "product_id": "perl-doc-5.40.2-3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "perl-5.40.2-3.1.s390x", "product": { "name": "perl-5.40.2-3.1.s390x", "product_id": "perl-5.40.2-3.1.s390x" } }, { "category": "product_version", "name": "perl-32bit-5.40.2-3.1.s390x", "product": { "name": "perl-32bit-5.40.2-3.1.s390x", "product_id": "perl-32bit-5.40.2-3.1.s390x" } }, { "category": "product_version", "name": "perl-base-5.40.2-3.1.s390x", "product": { "name": "perl-base-5.40.2-3.1.s390x", "product_id": "perl-base-5.40.2-3.1.s390x" } }, { "category": "product_version", "name": "perl-base-32bit-5.40.2-3.1.s390x", "product": { "name": "perl-base-32bit-5.40.2-3.1.s390x", "product_id": "perl-base-32bit-5.40.2-3.1.s390x" } }, { "category": "product_version", "name": "perl-doc-5.40.2-3.1.s390x", "product": { "name": "perl-doc-5.40.2-3.1.s390x", "product_id": "perl-doc-5.40.2-3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "perl-5.40.2-3.1.x86_64", "product": { "name": "perl-5.40.2-3.1.x86_64", "product_id": "perl-5.40.2-3.1.x86_64" } }, { "category": "product_version", "name": "perl-32bit-5.40.2-3.1.x86_64", "product": { "name": "perl-32bit-5.40.2-3.1.x86_64", "product_id": "perl-32bit-5.40.2-3.1.x86_64" } }, { "category": "product_version", "name": "perl-base-5.40.2-3.1.x86_64", "product": { "name": "perl-base-5.40.2-3.1.x86_64", "product_id": "perl-base-5.40.2-3.1.x86_64" } }, { "category": "product_version", "name": "perl-base-32bit-5.40.2-3.1.x86_64", "product": { "name": "perl-base-32bit-5.40.2-3.1.x86_64", "product_id": "perl-base-32bit-5.40.2-3.1.x86_64" } }, { "category": "product_version", "name": "perl-doc-5.40.2-3.1.x86_64", "product": { "name": "perl-doc-5.40.2-3.1.x86_64", "product_id": "perl-doc-5.40.2-3.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "perl-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64" }, "product_reference": "perl-5.40.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le" }, "product_reference": "perl-5.40.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.40.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.s390x" }, "product_reference": "perl-5.40.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64" }, "product_reference": "perl-5.40.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64" }, "product_reference": "perl-32bit-5.40.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le" }, "product_reference": "perl-32bit-5.40.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.40.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x" }, "product_reference": "perl-32bit-5.40.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-32bit-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64" }, "product_reference": "perl-32bit-5.40.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64" }, "product_reference": "perl-base-5.40.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le" }, "product_reference": "perl-base-5.40.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.40.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x" }, "product_reference": "perl-base-5.40.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64" }, "product_reference": "perl-base-5.40.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64" }, "product_reference": "perl-base-32bit-5.40.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le" }, "product_reference": "perl-base-32bit-5.40.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.40.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x" }, "product_reference": "perl-base-32bit-5.40.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-base-32bit-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64" }, "product_reference": "perl-base-32bit-5.40.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.40.2-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64" }, "product_reference": "perl-doc-5.40.2-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.40.2-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le" }, "product_reference": "perl-doc-5.40.2-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.40.2-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x" }, "product_reference": "perl-doc-5.40.2-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "perl-doc-5.40.2-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64" }, "product_reference": "perl-doc-5.40.2-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-40909", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-40909" } ], "notes": [ { "category": "general", "text": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. \n\nThis may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.\n\nThe bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-40909", "url": "https://www.suse.com/security/cve/CVE-2025-40909" }, { "category": "external", "summary": "SUSE Bug 1244079 for CVE-2025-40909", "url": "https://bugzilla.suse.com/1244079" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-32bit-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-base-5.40.2-3.1.x86_64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.aarch64", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.ppc64le", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.s390x", "openSUSE Tumbleweed:perl-doc-5.40.2-3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-03T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-40909" } ] }
ghsa-jpf5-526x-c5hw
Vulnerability from github
Published
2025-05-30 15:30
Modified
2025-06-03 06:31
Severity ?
VLAI Severity ?
Details
Perl threads have a working directory race condition where file operations may target unintended paths.
If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running.
This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.
The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6
{ "affected": [], "aliases": [ "CVE-2025-40909" ], "database_specific": { "cwe_ids": [ "CWE-362" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-05-30T13:15:22Z", "severity": "MODERATE" }, "details": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6", "id": "GHSA-jpf5-526x-c5hw", "modified": "2025-06-03T06:31:13Z", "published": "2025-05-30T15:30:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909" }, { "type": "WEB", "url": "https://github.com/Perl/perl5/issues/10387" }, { "type": "WEB", "url": "https://github.com/Perl/perl5/issues/23010" }, { "type": "WEB", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "type": "WEB", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "type": "WEB", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "type": "WEB", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "type": "WEB", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/05/23/1" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/05/30/4" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/2" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/5" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/6" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/7" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/06/03/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ] }
fkie_cve-2025-40909
Vulnerability from fkie_nvd
Published
2025-05-30 13:15
Modified
2025-06-03 04:15
Severity ?
Summary
Perl threads have a working directory race condition where file operations may target unintended paths.
If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running.
This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.
The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6
References
▶ | URL | Tags | |
---|---|---|---|
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226 | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/Perl/perl5/issues/10387 | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/Perl/perl5/issues/23010 | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads | ||
9b29abf9-4ab0-4765-b253-1875cd9b441e | https://www.openwall.com/lists/oss-security/2025/05/22/2 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/05/23/1 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/05/30/4 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/06/02/2 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/06/02/5 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/06/02/6 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/06/02/7 | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/06/03/1 |
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "Perl threads have a working directory race condition where file operations may target unintended paths.\n\nIf a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone\u00a0that handle for the new thread, which is visible from any third (or\u00a0more) thread already running. \n\nThis may lead to unintended operations\u00a0such as loading code or accessing files from unexpected locations,\u00a0which a local attacker may be able to exploit.\n\nThe bug was introduced in commit\u00a011a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6" }, { "lang": "es", "value": "Los subprocesos de Perl tienen una condici\u00f3n de ejecuci\u00f3n en el directorio de trabajo donde las operaciones con archivos pueden dirigirse a rutas no deseadas. Si un identificador de directorio est\u00e1 abierto al crear el subproceso, el directorio de trabajo actual de todo el proceso se modifica temporalmente para clonar dicho identificador para el nuevo subproceso, visible desde cualquier tercer subproceso (o m\u00e1s) en ejecuci\u00f3n. Esto puede provocar operaciones no deseadas, como la carga de c\u00f3digo o el acceso a archivos desde ubicaciones inesperadas, que un atacante local podr\u00eda explotar. El error se introdujo en el commit 11a11ecf4bea72b17d250cfb43c897be1341861e y se public\u00f3 en la versi\u00f3n 5.13.6 de Perl." } ], "id": "CVE-2025-40909", "lastModified": "2025-06-03T04:15:40.470", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "exploitabilityScore": 2.5, "impactScore": 3.4, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2025-05-30T13:15:22.350", "references": [ { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://github.com/Perl/perl5/issues/10387" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://github.com/Perl/perl5/issues/23010" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads" }, { "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "url": "https://www.openwall.com/lists/oss-security/2025/05/22/2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/05/23/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/05/30/4" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/5" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/6" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/06/02/7" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2025/06/03/1" } ], "sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-362" }, { "lang": "en", "value": "CWE-426" } ], "source": "9b29abf9-4ab0-4765-b253-1875cd9b441e", "type": "Secondary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.
Loading…
Loading…