Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56406 (GCVE-0-2024-56406)
Vulnerability from cvelistv5 – Published: 2025-04-13 13:16 – Updated: 2025-10-16 14:04{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-04-13T22:02:35.643Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/04/13/3"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/04/13/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/04/13/5"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-56406",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-16T14:04:16.993103Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-10-16T14:04:20.393Z",
"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",
"programFiles": [
"op.c"
],
"programRoutines": [
{
"name": "S_pmtrans"
},
{
"name": "tr"
}
],
"repo": "https://github.com/Perl/perl5/",
"vendor": "perl",
"versions": [
{
"lessThanOrEqual": "5.41.10",
"status": "affected",
"version": "5.41.0",
"versionType": "custom"
},
{
"lessThan": "5.40.2-RC1",
"status": "affected",
"version": "5.39.0",
"versionType": "custom"
},
{
"lessThan": "5.38.4-RC1",
"status": "affected",
"version": "5.33.1",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Nathan Mills"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "A heap buffer overflow vulnerability was discovered in Perl. \u003cbr\u003e\u003cbr\u003eRelease branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10.\u003cbr\u003e\u003cbr\u003eWhen there are non-ASCII bytes in the left-hand-side of the `tr` operator, `S_do_trans_invmap` can overflow the destination pointer `d`.\u003cbr\u003e\u003cbr\u003e\u003ctt\u003e\u0026nbsp; \u0026nbsp;$ perl -e \u0027$_ = \"\\x{FF}\" x 1000000; tr/\\xFF/\\x{100}/;\u0027 \u003cbr\u003e\u0026nbsp; \u0026nbsp;Segmentation fault (core dumped)\u003c/tt\u003e\u003cbr\u003e\u003cbr\u003eIt is believed that this vulnerability can enable Denial of Service and possibly Code Execution attacks on platforms that lack sufficient defenses.\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "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\u00a0 \u00a0$ perl -e \u0027$_ = \"\\x{FF}\" x 1000000; tr/\\xFF/\\x{100}/;\u0027 \n\u00a0 \u00a0Segmentation 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."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122 Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-04-13T19:29:56.569Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/Perl/perl5/commit/87f42aa0e0096e9a346c9672aa3a0bd3bef8c1dd.patch"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/SHAY/perl-5.38.4/changes"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/SHAY/perl-5.40.2/changes"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Users should update perl to 5.40.2 or 5.38.4, or apply the upstream patch provided in the References section.\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "Users should update perl to 5.40.2 or 5.38.4, or apply the upstream patch provided in the References section."
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Perl is vulnerable to a heap buffer overflow when transliterating non-ASCII bytes",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2024-56406",
"datePublished": "2025-04-13T13:16:09.841Z",
"dateReserved": "2024-12-23T02:07:38.152Z",
"dateUpdated": "2025-10-16T14:04:20.393Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-56406",
"date": "2026-06-05",
"epss": "0.00072",
"percentile": "0.22031"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-56406\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2025-04-13T14:15:14.527\",\"lastModified\":\"2025-10-16T14:15:34.083\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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\u00a0 \u00a0$ perl -e \u0027$_ = \\\"\\\\x{FF}\\\" x 1000000; tr/\\\\xFF/\\\\x{100}/;\u0027 \\n\u00a0 \u00a0Segmentation 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.\"},{\"lang\":\"es\",\"value\":\"Se descubri\u00f3 una vulnerabilidad de desbordamiento del b\u00fafer de mont\u00f3n en Perl. Las versiones 5.34, 5.36, 5.38 y 5.40 se ven afectadas, incluyendo las versiones de desarrollo de la 5.33.1 a la 5.41.10. Cuando hay bytes no ASCII en el lado izquierdo del operador `tr`, `S_do_trans_invmap` puede desbordar el puntero de destino `d`. $ perl -e \u0027$_ = \\\"\\\\x{FF}\\\" x 1000000; tr/\\\\xFF/\\\\x{100}/;\u0027 Fallo de segmentaci\u00f3n (volcado de n\u00facleo). Se cree que esta vulnerabilidad puede permitir ataques de denegaci\u00f3n de servicio y, posiblemente, de ejecuci\u00f3n de c\u00f3digo en plataformas que carecen de defensas suficientes.\"}],\"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:H/I:H/A:H\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:perl:perl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.33.1\",\"versionEndExcluding\":\"5.38.4\",\"matchCriteriaId\":\"F34096A4-1439-4582-8133-8134388418D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:perl:perl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.39.0\",\"versionEndExcluding\":\"5.40.2\",\"matchCriteriaId\":\"91EF91EF-222F-42C0-A506-0A57B98F1DA5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:perl:perl:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.41.0\",\"versionEndIncluding\":\"5.41.10\",\"matchCriteriaId\":\"87807B8D-271E-4B95-ADBC-2383FBD07335\"}]}]}],\"references\":[{\"url\":\"https://github.com/Perl/perl5/commit/87f42aa0e0096e9a346c9672aa3a0bd3bef8c1dd.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Patch\"]},{\"url\":\"https://metacpan.org/release/SHAY/perl-5.38.4/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://metacpan.org/release/SHAY/perl-5.40.2/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Release Notes\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/04/13/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/04/13/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/04/13/5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/04/13/3\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/04/13/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/04/13/5\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-13T22:02:35.643Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56406\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-16T14:04:16.993103Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-04-18T16:48:22.150Z\"}}], \"cna\": {\"title\": \"Perl is vulnerable to a heap buffer overflow when transliterating non-ASCII bytes\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Nathan Mills\"}], \"affected\": [{\"repo\": \"https://github.com/Perl/perl5/\", \"vendor\": \"perl\", \"product\": \"perl\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.41.0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"5.41.10\"}, {\"status\": \"affected\", \"version\": \"5.39.0\", \"lessThan\": \"5.40.2-RC1\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"5.33.1\", \"lessThan\": \"5.38.4-RC1\", \"versionType\": \"custom\"}], \"packageName\": \"perl\", \"programFiles\": [\"op.c\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"S_pmtrans\"}, {\"name\": \"tr\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Users should update perl to 5.40.2 or 5.38.4, or apply the upstream patch provided in the References section.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Users should update perl to 5.40.2 or 5.38.4, or apply the upstream patch provided in the References section.\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"references\": [{\"url\": \"https://github.com/Perl/perl5/commit/87f42aa0e0096e9a346c9672aa3a0bd3bef8c1dd.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://metacpan.org/release/SHAY/perl-5.38.4/changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://metacpan.org/release/SHAY/perl-5.40.2/changes\", \"tags\": [\"release-notes\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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\\u00a0 \\u00a0$ perl -e \u0027$_ = \\\"\\\\x{FF}\\\" x 1000000; tr/\\\\xFF/\\\\x{100}/;\u0027 \\n\\u00a0 \\u00a0Segmentation 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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"A heap buffer overflow vulnerability was discovered in Perl. \u003cbr\u003e\u003cbr\u003eRelease branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10.\u003cbr\u003e\u003cbr\u003eWhen there are non-ASCII bytes in the left-hand-side of the `tr` operator, `S_do_trans_invmap` can overflow the destination pointer `d`.\u003cbr\u003e\u003cbr\u003e\u003ctt\u003e\u0026nbsp; \u0026nbsp;$ perl -e \u0027$_ = \\\"\\\\x{FF}\\\" x 1000000; tr/\\\\xFF/\\\\x{100}/;\u0027 \u003cbr\u003e\u0026nbsp; \u0026nbsp;Segmentation fault (core dumped)\u003c/tt\u003e\u003cbr\u003e\u003cbr\u003eIt is believed that this vulnerability can enable Denial of Service and possibly Code Execution attacks on platforms that lack sufficient defenses.\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122 Heap-based Buffer Overflow\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2025-04-13T19:29:56.569Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-56406\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-16T14:04:20.393Z\", \"dateReserved\": \"2024-12-23T02:07:38.152Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2025-04-13T13:16:09.841Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
NCSC-2026-0027
Vulnerability from csaf_ncscnl - Published: 2026-01-21 10:08 - Updated: 2026-01-21 10:08Multiple vulnerabilities across Apache Log4j, Oracle products, and various dependencies expose systems to denial-of-service and remote code execution risks, necessitating updates to secure versions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Recent vulnerabilities in Oracle products, including the Oracle HTTP Server and Database, allow for potential privilege escalation, remote code execution, and denial of service, with varying CVSS scores indicating significant risk.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Recent vulnerabilities in Oracle JD Edwards, Oracle Middleware, Eclipse Jetty, HPE Telco IP Mediation, and SAP Commerce Cloud expose systems to unauthorized access and data corruption, with CVSS scores reaching 7.2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities in Apache HTTP Server and Oracle HTTP Server, including CVE-2023-38709 and CVE-2024-42516, expose systems to risks such as HTTP response splitting, SSRF, and unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Apache HTTP Server versions prior to 2.4.64 are vulnerable to multiple security issues, including SSRF and HTTP response splitting, affecting mod_proxy and mod_headers configurations, with critical vulnerabilities also identified in Oracle HTTP Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities in Apache HTTP Server versions 2.4.63 and earlier, including insufficient escaping in mod_ssl, allow untrusted clients to compromise log integrity and potentially lead to unauthorized access and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities across Oracle Middleware, Documaker, and Apache Commons IO allow for denial of service attacks, with CVSS scores ranging from 4.3 to 7.5, affecting various versions of these products.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities in Oracle Fusion Middleware and Perl, including heap buffer overflows and denial of service risks, affect various versions, with CVSS scores indicating significant severity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities across Oracle Database Server, Oracle Fusion Middleware, and Eclipse JGit expose systems to unauthorized access, severe impacts, and information disclosure through various attack vectors.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities, including the 'MadeYouReset' attack in HTTP/2 and unauthenticated issues in Oracle products, can lead to denial of service across various platforms such as Eclipse Jetty and SAP Commerce Cloud.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Oracle Database Server versions 23.4.0-23.26.0 have a vulnerability in the Fleet Patching and Provisioning component, while Eclipse Jersey versions 2.45, 3.0.16, and 3.1.9 may ignore critical SSL configurations due to a race condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities in Apache HTTP Server versions 2.4.35 to 2.4.63 and Oracle HTTP Server allow unauthorized access, data modification, and denial of service, particularly through TLS session resumption and other exploit vectors.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Oracle Database Server and Oracle GoldenGate have Security-in-Depth issues related to Dell BSAFE Crypto-J, which cannot be exploited within their respective contexts, although error messages may expose sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities have been identified across various Oracle and Apache POI products, including improper input validation and unauthorized data access, affecting versions 5.4.0 and earlier, with CVSS scores of 5.3.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Recent vulnerabilities in Oracle Financial Services Model Management and Spring Framework versions expose critical data and may lead to authorization bypass, with significant confidentiality impacts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities have been identified in Oracle Financial Services and Retail products, as well as the Spring Framework, allowing unauthorized access to sensitive data and potentially leading to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Oracle Hyperion Financial Reporting (version 11.2.23) has a denial of service vulnerability (CVSS 7.5), while libheif library versions prior to 1.19.6 have a NULL pointer dereference issue in the ImageItem_Grid::get_decoder function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities have been identified in Oracle WebLogic Server and Oracle Communications ASAP, both allowing unauthenticated partial denial of service, alongside an uncontrolled recursion issue in Apache Commons Lang leading to potential application crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple denial-of-service vulnerabilities have been identified in Oracle Application Testing Suite, Oracle Agile PLM, Apache Commons FileUpload, and HPE IceWall Identity Manager, with CVSS scores of 7.5 for some products.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities across Oracle Banking Branch and Oracle Communications Cloud Native Core Certificate Management products, as well as libxml2, could lead to critical data compromise and denial of service, with CVSS scores reaching 9.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities across Oracle WebLogic Server, Oracle GoldenGate, and Connect2id Nimbus JOSE + JWT allow unauthenticated attackers to exploit denial of service conditions, affecting various versions with CVSS scores of 5.8.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Recent vulnerabilities in Oracle HTTP Server and ModSecurity allow for denial of service and potential XSS attacks, affecting specific versions with significant severity scores.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Oracle Fusion Middleware has a critical vulnerability (CVSS 9.8) allowing unauthenticated access, while OpenJPEG versions 2.5.1 to 2.5.3 contain a flaw leading to out-of-bounds heap memory writes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Apache Tika versions 1.13 to 3.2.1 have a critical XXE vulnerability, while Oracle PeopleSoft's OpenSearch component in versions 8.60 to 8.62 is also affected by an easily exploitable vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Recent updates to Netty and Oracle Communications products address critical vulnerabilities, including the 'MadeYouReset' attack in HTTP/2, which can lead to denial of service and resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Multiple vulnerabilities, including a memory amplification issue in libexpat and a DoS vulnerability in Oracle Communications Network Analytics, can lead to denial-of-service attacks without enabling arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
Apache Tika has a critical XML External Entity (XXE) injection vulnerability affecting multiple modules, particularly in PDF parsing, allowing remote attackers to exploit crafted files for sensitive information disclosure or remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
A critical vulnerability in Oracle HTTP Server and Oracle Weblogic Server Proxy Plug-in allows unauthenticated attackers to compromise systems, affecting specific versions with a CVSS score of 10.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle / Data Integrator
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Fusion Middleware
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Identity Manager Connector
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Managed File Transfer
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Business Process Management Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Coherence
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Global Lifecycle Management NextGen OUI Framework
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Identity Manager
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Outside In Technology
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle SOA Suite
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Security Service
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Service Bus
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Unified Directory
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebCenter Enterprise Capture
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle WebLogic Server
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Oracle Weblogic Server Proxy Plug-in
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / Service Delivery Platform
|
vers:unknown/* | ||
|
vers:unknown/*
Oracle / WebCenter Sites
|
vers:unknown/* |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in verschillende producten, waaronder Oracle HTTP Server, Oracle WebLogic Server, en Oracle Fusion Middleware.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden in de Oracle producten stellen ongeauthenticeerde aanvallers in staat om toegang te krijgen tot gevoelige gegevens, Denial-of-Service (DoS) aanvallen uit te voeren, en de integriteit van systemen te compromitteren. Specifieke kwetsbaarheden omvatten onjuist beheer van HTTP-headers, ongecontroleerde recursie, en onvoldoende bufferbeperkingen, wat kan leiden tot systeemcrashes en gegevensverlies.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"title": "CWE-113"
},
{
"category": "general",
"text": "Improper Output Neutralization for Logs",
"title": "CWE-117"
},
{
"category": "general",
"text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
"title": "CWE-119"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Neutralization of Escape, Meta, or Control Sequences",
"title": "CWE-150"
},
{
"category": "general",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
},
{
"category": "general",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "general",
"text": "Authentication Bypass by Alternate Name",
"title": "CWE-289"
},
{
"category": "general",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Use of Uninitialized Variable",
"title": "CWE-457"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Improper Control of Document Type Definition",
"title": "CWE-827"
},
{
"category": "general",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
},
{
"category": "general",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "general",
"text": "CWE-1035",
"title": "CWE-1035"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Fusion Middleware",
"tracking": {
"current_release_date": "2026-01-21T10:08:59.379774Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0027",
"initial_release_date": "2026-01-21T10:08:59.379774Z",
"revision_history": [
{
"date": "2026-01-21T10:08:59.379774Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Data Integrator"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Fusion Middleware"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "Identity Manager Connector"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-4"
}
}
],
"category": "product_name",
"name": "Managed File Transfer"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-5"
}
}
],
"category": "product_name",
"name": "Oracle Business Process Management Suite"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-6"
}
}
],
"category": "product_name",
"name": "Oracle Coherence"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-7"
}
}
],
"category": "product_name",
"name": "Oracle Global Lifecycle Management NextGen OUI Framework"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-8"
}
}
],
"category": "product_name",
"name": "Oracle HTTP Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-9"
}
}
],
"category": "product_name",
"name": "Oracle HTTP Server, Oracle Weblogic Server Proxy Plug-in"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-10"
}
}
],
"category": "product_name",
"name": "Oracle Identity Manager"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-11"
}
}
],
"category": "product_name",
"name": "Oracle Outside In Technology"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-12"
}
}
],
"category": "product_name",
"name": "Oracle SOA Suite"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-13"
}
}
],
"category": "product_name",
"name": "Oracle Security Service"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-14"
}
}
],
"category": "product_name",
"name": "Oracle Service Bus"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-15"
}
}
],
"category": "product_name",
"name": "Oracle Unified Directory"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-16"
}
}
],
"category": "product_name",
"name": "Oracle WebCenter Enterprise Capture"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-17"
}
}
],
"category": "product_name",
"name": "Oracle WebLogic Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-18"
}
}
],
"category": "product_name",
"name": "Oracle Weblogic Server Proxy Plug-in"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-19"
}
}
],
"category": "product_name",
"name": "Service Delivery Platform"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-20"
}
}
],
"category": "product_name",
"name": "WebCenter Sites"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-45105",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Apache Log4j, Oracle products, and various dependencies expose systems to denial-of-service and remote code execution risks, necessitating updates to secure versions.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2021-45105 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2021/cve-2021-45105.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2021-45105"
},
{
"cve": "CVE-2022-41342",
"notes": [
{
"category": "description",
"text": "Recent vulnerabilities in Oracle products, including the Oracle HTTP Server and Database, allow for potential privilege escalation, remote code execution, and denial of service, with varying CVSS scores indicating significant risk.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-41342 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2022/cve-2022-41342.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2022-41342"
},
{
"cve": "CVE-2024-13009",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle JD Edwards, Oracle Middleware, Eclipse Jetty, HPE Telco IP Mediation, and SAP Commerce Cloud expose systems to unauthorized access and data corruption, with CVSS scores reaching 7.2.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-13009 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-13009.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-13009"
},
{
"cve": "CVE-2024-42516",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"title": "CWE-113"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Apache HTTP Server and Oracle HTTP Server, including CVE-2023-38709 and CVE-2024-42516, expose systems to risks such as HTTP response splitting, SSRF, and unauthorized access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-42516 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-42516.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-42516"
},
{
"cve": "CVE-2024-43204",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "description",
"text": "Apache HTTP Server versions prior to 2.4.64 are vulnerable to multiple security issues, including SSRF and HTTP response splitting, affecting mod_proxy and mod_headers configurations, with critical vulnerabilities also identified in Oracle HTTP Server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-43204 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-43204.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-43204"
},
{
"cve": "CVE-2024-47252",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Escape, Meta, or Control Sequences",
"title": "CWE-150"
},
{
"category": "other",
"text": "Improper Output Neutralization for Logs",
"title": "CWE-117"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Apache HTTP Server versions 2.4.63 and earlier, including insufficient escaping in mod_ssl, allow untrusted clients to compromise log integrity and potentially lead to unauthorized access and denial of service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47252 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-47252.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-47252"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Middleware, Documaker, and Apache Commons IO allow for denial of service attacks, with CVSS scores ranging from 4.3 to 7.5, affecting various versions of these products.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-47554.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-56406",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Oracle Fusion Middleware and Perl, including heap buffer overflows and denial of service risks, affect various versions, with CVSS scores indicating significant severity.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56406 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-56406.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2025-4949",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "other",
"text": "Improper Control of Document Type Definition",
"title": "CWE-827"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Database Server, Oracle Fusion Middleware, and Eclipse JGit expose systems to unauthorized access, severe impacts, and information disclosure through various attack vectors.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:A/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/S:N/AU:Y/R:U/V:D/RE:L/U:Green",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-4949 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-4949.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-4949"
},
{
"cve": "CVE-2025-5115",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities, including the \u0027MadeYouReset\u0027 attack in HTTP/2 and unauthenticated issues in Oracle products, can lead to denial of service across various platforms such as Eclipse Jetty and SAP Commerce Cloud.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5115 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5115.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-12383",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "other",
"text": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)",
"title": "CWE-362"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Oracle Database Server versions 23.4.0-23.26.0 have a vulnerability in the Fleet Patching and Provisioning component, while Eclipse Jersey versions 2.45, 3.0.16, and 3.1.9 may ignore critical SSL configurations due to a race condition.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-12383 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-12383.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-12383"
},
{
"cve": "CVE-2025-23048",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Apache HTTP Server versions 2.4.35 to 2.4.63 and Oracle HTTP Server allow unauthorized access, data modification, and denial of service, particularly through TLS session resumption and other exploit vectors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-23048 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-23048.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-23048"
},
{
"cve": "CVE-2025-26333",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "other",
"text": "Generation of Error Message Containing Sensitive Information",
"title": "CWE-209"
},
{
"category": "description",
"text": "Oracle Database Server and Oracle GoldenGate have Security-in-Depth issues related to Dell BSAFE Crypto-J, which cannot be exploited within their respective contexts, although error messages may expose sensitive information.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-26333 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-26333.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-26333"
},
{
"cve": "CVE-2025-31672",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified across various Oracle and Apache POI products, including improper input validation and unauthorized data access, affecting versions 5.4.0 and earlier, with CVSS scores of 5.3.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-31672 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-31672.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-31672"
},
{
"cve": "CVE-2025-41248",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"notes": [
{
"category": "other",
"text": "Authentication Bypass by Alternate Name",
"title": "CWE-289"
},
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Financial Services Model Management and Spring Framework versions expose critical data and may lead to authorization bypass, with significant confidentiality impacts.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-41248 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-41248.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-41248"
},
{
"cve": "CVE-2025-41249",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"notes": [
{
"category": "other",
"text": "Improper Authorization",
"title": "CWE-285"
},
{
"category": "other",
"text": "Incorrect Authorization",
"title": "CWE-863"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle Financial Services and Retail products, as well as the Spring Framework, allowing unauthorized access to sensitive data and potentially leading to information disclosure.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-41249 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-41249.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-41249"
},
{
"cve": "CVE-2025-43967",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "description",
"text": "Oracle Hyperion Financial Reporting (version 11.2.23) has a denial of service vulnerability (CVSS 7.5), while libheif library versions prior to 1.19.6 have a NULL pointer dereference issue in the ImageItem_Grid::get_decoder function.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-43967 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-43967.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-43967"
},
{
"cve": "CVE-2025-48924",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle WebLogic Server and Oracle Communications ASAP, both allowing unauthenticated partial denial of service, alongside an uncontrolled recursion issue in Apache Commons Lang leading to potential application crashes.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48924 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48924.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple denial-of-service vulnerabilities have been identified in Oracle Application Testing Suite, Oracle Agile PLM, Apache Commons FileUpload, and HPE IceWall Identity Manager, with CVSS scores of 7.5 for some products.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48976 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48976.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Banking Branch and Oracle Communications Cloud Native Core Certificate Management products, as well as libxml2, could lead to critical data compromise and denial of service, with CVSS scores reaching 9.1.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-49796 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-49796.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-53864",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle WebLogic Server, Oracle GoldenGate, and Connect2id Nimbus JOSE + JWT allow unauthenticated attackers to exploit denial of service conditions, affecting various versions with CVSS scores of 5.8.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53864 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-53864.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-54571",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"notes": [
{
"category": "other",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "other",
"text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"title": "CWE-79"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle HTTP Server and ModSecurity allow for denial of service and potential XSS attacks, affecting specific versions with significant severity scores.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-54571 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-54571.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-54571"
},
{
"cve": "CVE-2025-54874",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "other",
"text": "Use of Uninitialized Variable",
"title": "CWE-457"
},
{
"category": "description",
"text": "Oracle Fusion Middleware has a critical vulnerability (CVSS 9.8) allowing unauthenticated access, while OpenJPEG versions 2.5.1 to 2.5.3 contain a flaw leading to out-of-bounds heap memory writes.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-54874 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-54874.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-54874"
},
{
"cve": "CVE-2025-54988",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Apache Tika versions 1.13 to 3.2.1 have a critical XXE vulnerability, while Oracle PeopleSoft\u0027s OpenSearch component in versions 8.60 to 8.62 is also affected by an easily exploitable vulnerability.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-54988 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-54988.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-54988"
},
{
"cve": "CVE-2025-55163",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Recent updates to Netty and Oracle Communications products address critical vulnerabilities, including the \u0027MadeYouReset\u0027 attack in HTTP/2, which can lead to denial of service and resource exhaustion.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-55163 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-55163.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities, including a memory amplification issue in libexpat and a DoS vulnerability in Oracle Communications Network Analytics, can lead to denial-of-service attacks without enabling arbitrary code execution.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-59375 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-59375.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-59375"
},
{
"cve": "CVE-2025-66516",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"notes": [
{
"category": "other",
"text": "Improper Restriction of XML External Entity Reference",
"title": "CWE-611"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Apache Tika has a critical XML External Entity (XXE) injection vulnerability affecting multiple modules, particularly in PDF parsing, allowing remote attackers to exploit crafted files for sensitive information disclosure or remote code execution.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-66516 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-66516.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2025-66516"
},
{
"cve": "CVE-2026-21962",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle HTTP Server and Oracle Weblogic Server Proxy Plug-in allows unauthenticated attackers to compromise systems, affecting specific versions with a CVSS score of 10.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-21962 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-21962.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 10.0,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20"
]
}
],
"title": "CVE-2026-21962"
}
]
}
NCSC-2026-0125
Vulnerability from csaf_ncscnl - Published: 2026-04-22 12:46 - Updated: 2026-04-22 12:46A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTP network access to potentially compromise the platform, with a CVSS score of 9.1.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle Corporation / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
Perl versions 5.33.1 to 5.41.10 and related Oracle products contain a heap buffer overflow vulnerability in the tr/// operator with non-ASCII bytes, enabling denial of service, code execution, and unauthorized data access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle Corporation / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
Multiple vulnerabilities affect Apache Log4j Core (versions 2.0-beta9 to 2.25.2) due to missing TLS hostname verification in the Socket Appender, Oracle Primavera Gateway (versions 21.12.0-21.12.16) with a TLS vulnerability, and IBM Db2 Server (versions 11.5.0-11.5.9 and 12.1.0-12.1.4) with potential data disclosure or modification issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
vers:unknown/*
Oracle Corporation / Oracle Enterprise Manager Base Platform
|
vers:unknown/* |
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft kwetsbaarheden verholpen in Enterprise Manager Base Platform (13.5, 24.1).",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden stellen niet-geauthenticeerde aanvallers in staat om ongeautoriseerde toegang te verkrijgen, of kunnen leiden tot een denial-of-service via HTTP.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht voor Enterprise Manager Base Platform om deze kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Improper Certificate Validation",
"title": "CWE-295"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpuapr2026.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Enterprise Manager",
"tracking": {
"current_release_date": "2026-04-22T12:46:17.624971Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2026-0125",
"initial_release_date": "2026-04-22T12:46:17.624971Z",
"revision_history": [
{
"date": "2026-04-22T12:46:17.624971Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Manager Base Platform"
}
],
"category": "vendor",
"name": "Oracle Corporation"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-34279",
"notes": [
{
"category": "description",
"text": "A critical vulnerability in Oracle Enterprise Manager Base Platform versions 13.5 and 24.1 allows a highly privileged attacker with HTTP network access to potentially compromise the platform, with a CVSS score of 9.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-34279 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2026/cve-2026-34279.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1"
]
}
],
"title": "CVE-2026-34279"
},
{
"cve": "CVE-2024-56406",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "description",
"text": "Perl versions 5.33.1 to 5.41.10 and related Oracle products contain a heap buffer overflow vulnerability in the tr/// operator with non-ASCII bytes, enabling denial of service, code execution, and unauthorized data access.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56406 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-56406.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1"
]
}
],
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2025-68161",
"cwe": {
"id": "CWE-297",
"name": "Improper Validation of Certificate with Host Mismatch"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Certificate with Host Mismatch",
"title": "CWE-297"
},
{
"category": "other",
"text": "Improper Certificate Validation",
"title": "CWE-295"
},
{
"category": "description",
"text": "Multiple vulnerabilities affect Apache Log4j Core (versions 2.0-beta9 to 2.25.2) due to missing TLS hostname verification in the Socket Appender, Oracle Primavera Gateway (versions 21.12.0-21.12.16) with a TLS vulnerability, and IBM Db2 Server (versions 11.5.0-11.5.9 and 12.1.0-12.1.4) with potential data disclosure or modification issues.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-68161 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-68161.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1"
]
}
],
"title": "CVE-2025-68161"
}
]
}
OPENSUSE-SU-2025:15003-1
Vulnerability from csaf_opensuse - Published: 2025-04-16 00:00 - Updated: 2025-04-16 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-5.40.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-base-5.40.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-doc-5.40.2-1.1.x86_64 | — |
Vendor Fix
|
{
"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-1.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-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15003",
"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_15003-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15003-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YMWNA2ZAVCKGDBHY24AR252NG47ECKHT/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15003-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/YMWNA2ZAVCKGDBHY24AR252NG47ECKHT/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56406 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56406/"
}
],
"title": "perl-32bit-5.40.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-16T00:00:00Z",
"generator": {
"date": "2025-04-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15003-1",
"initial_release_date": "2025-04-16T00:00:00Z",
"revision_history": [
{
"date": "2025-04-16T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-1.1.aarch64",
"product": {
"name": "perl-5.40.2-1.1.aarch64",
"product_id": "perl-5.40.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-1.1.aarch64",
"product": {
"name": "perl-32bit-5.40.2-1.1.aarch64",
"product_id": "perl-32bit-5.40.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-1.1.aarch64",
"product": {
"name": "perl-base-5.40.2-1.1.aarch64",
"product_id": "perl-base-5.40.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-1.1.aarch64",
"product": {
"name": "perl-base-32bit-5.40.2-1.1.aarch64",
"product_id": "perl-base-32bit-5.40.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-1.1.aarch64",
"product": {
"name": "perl-doc-5.40.2-1.1.aarch64",
"product_id": "perl-doc-5.40.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-1.1.ppc64le",
"product": {
"name": "perl-5.40.2-1.1.ppc64le",
"product_id": "perl-5.40.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-1.1.ppc64le",
"product": {
"name": "perl-32bit-5.40.2-1.1.ppc64le",
"product_id": "perl-32bit-5.40.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-1.1.ppc64le",
"product": {
"name": "perl-base-5.40.2-1.1.ppc64le",
"product_id": "perl-base-5.40.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-1.1.ppc64le",
"product": {
"name": "perl-base-32bit-5.40.2-1.1.ppc64le",
"product_id": "perl-base-32bit-5.40.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-1.1.ppc64le",
"product": {
"name": "perl-doc-5.40.2-1.1.ppc64le",
"product_id": "perl-doc-5.40.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-1.1.s390x",
"product": {
"name": "perl-5.40.2-1.1.s390x",
"product_id": "perl-5.40.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-1.1.s390x",
"product": {
"name": "perl-32bit-5.40.2-1.1.s390x",
"product_id": "perl-32bit-5.40.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-1.1.s390x",
"product": {
"name": "perl-base-5.40.2-1.1.s390x",
"product_id": "perl-base-5.40.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-1.1.s390x",
"product": {
"name": "perl-base-32bit-5.40.2-1.1.s390x",
"product_id": "perl-base-32bit-5.40.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-1.1.s390x",
"product": {
"name": "perl-doc-5.40.2-1.1.s390x",
"product_id": "perl-doc-5.40.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.40.2-1.1.x86_64",
"product": {
"name": "perl-5.40.2-1.1.x86_64",
"product_id": "perl-5.40.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-32bit-5.40.2-1.1.x86_64",
"product": {
"name": "perl-32bit-5.40.2-1.1.x86_64",
"product_id": "perl-32bit-5.40.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.40.2-1.1.x86_64",
"product": {
"name": "perl-base-5.40.2-1.1.x86_64",
"product_id": "perl-base-5.40.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-32bit-5.40.2-1.1.x86_64",
"product": {
"name": "perl-base-32bit-5.40.2-1.1.x86_64",
"product_id": "perl-base-32bit-5.40.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-doc-5.40.2-1.1.x86_64",
"product": {
"name": "perl-doc-5.40.2-1.1.x86_64",
"product_id": "perl-doc-5.40.2-1.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-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-1.1.aarch64"
},
"product_reference": "perl-5.40.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-1.1.ppc64le"
},
"product_reference": "perl-5.40.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-1.1.s390x"
},
"product_reference": "perl-5.40.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.40.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-5.40.2-1.1.x86_64"
},
"product_reference": "perl-5.40.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.aarch64"
},
"product_reference": "perl-32bit-5.40.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.ppc64le"
},
"product_reference": "perl-32bit-5.40.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.s390x"
},
"product_reference": "perl-32bit-5.40.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-32bit-5.40.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.x86_64"
},
"product_reference": "perl-32bit-5.40.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-1.1.aarch64"
},
"product_reference": "perl-base-5.40.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-1.1.ppc64le"
},
"product_reference": "perl-base-5.40.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-1.1.s390x"
},
"product_reference": "perl-base-5.40.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.40.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-5.40.2-1.1.x86_64"
},
"product_reference": "perl-base-5.40.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.aarch64"
},
"product_reference": "perl-base-32bit-5.40.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.ppc64le"
},
"product_reference": "perl-base-32bit-5.40.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.s390x"
},
"product_reference": "perl-base-32bit-5.40.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-32bit-5.40.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.x86_64"
},
"product_reference": "perl-base-32bit-5.40.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-1.1.aarch64"
},
"product_reference": "perl-doc-5.40.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-1.1.ppc64le"
},
"product_reference": "perl-doc-5.40.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-1.1.s390x"
},
"product_reference": "perl-doc-5.40.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-doc-5.40.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-doc-5.40.2-1.1.x86_64"
},
"product_reference": "perl-doc-5.40.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.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": [
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.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": [
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-32bit-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-base-5.40.2-1.1.x86_64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.aarch64",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.ppc64le",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.s390x",
"openSUSE Tumbleweed:perl-doc-5.40.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-16T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56406"
}
]
}
RHSA-2025:7500
Vulnerability from csaf_redhat - Published: 2025-05-13 16:01 - Updated: 2026-06-02 15:22A flaw was found in Perl. This vulnerability allows a heap buffer overflow, which can lead to denial of service and potential arbitrary code execution on platforms that lack sufficient defenses via specially crafted input to the tr/// transliteration operator containing non-ASCII bytes on the left-hand side.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Benchmark-0:1.25-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DirHandle-0:1.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-English-0:1.11-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Basename-0:2.86-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Copy-0:2.41-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-Find-0:1.44-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-File-stat-0:1.14-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileCache-0:1.10-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FileHandle-0:2.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-FindBin-0:1.54-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Memoize-0:1.16-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-NEXT-0:0.69-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Net-0:1.04-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Safe-0:2.46-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Symbol-0:1.09-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Test-0:1.31-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-0:3.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-0:4.6-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-File-0:1.09-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-0:1.04-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-User-pwent-0:1.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-autouse-0:1.11-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-base-0:2.27-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-blib-0:1.07-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugger-0:1.60-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-deprecate-0:0.04-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-diagnostics-0:1.40-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-doc-0:5.40.2-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-fields-0:2.27-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-filetest-0:1.03-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-if-0:0.61.000-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-less-0:0.03-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-locale-0:1.12-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-macros-4:5.40.2-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-open-0:1.13-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overload-0:1.37-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-overloading-0:0.02-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sigtrap-0:1.10-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-sort-0:2.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-subs-0:1.04-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-utils-0:5.40.2-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vars-0:1.05-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:perl-vmsish-0:1.04-512.1.el10_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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 5.34, 5.36, 5.38 and 5.40 are vulnerable to a heap buffer overflow when transliterating non-ASCII bytes (CVE-2024-56406)\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:7500",
"url": "https://access.redhat.com/errata/RHSA-2025:7500"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2359290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359290"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7500.json"
}
],
"title": "Red Hat Security Advisory: perl security update",
"tracking": {
"current_release_date": "2026-06-02T15:22:24+00:00",
"generator": {
"date": "2026-06-02T15:22:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:7500",
"initial_release_date": "2025-05-13T16:01:58+00:00",
"revision_history": [
{
"date": "2025-05-13T16:01:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T16:01:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:22:24+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.1.el10_0.src",
"product": {
"name": "perl-4:5.40.2-512.1.el10_0.src",
"product_id": "perl-4:5.40.2-512.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.1.el10_0?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.1.el10_0.aarch64",
"product": {
"name": "perl-B-0:1.89-512.1.el10_0.aarch64",
"product_id": "perl-B-0:1.89-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"product_id": "perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"product_id": "perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.1.el10_0.aarch64",
"product": {
"name": "perl-Errno-0:1.38-512.1.el10_0.aarch64",
"product_id": "perl-Errno-0:1.38-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"product_id": "perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"product_id": "perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"product_id": "perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.1.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"product_id": "perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.1.el10_0.aarch64",
"product": {
"name": "perl-IO-0:1.55-512.1.el10_0.aarch64",
"product_id": "perl-IO-0:1.55-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"product_id": "perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"product_id": "perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"product": {
"name": "perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"product_id": "perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"product": {
"name": "perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"product_id": "perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"product_id": "perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.1.el10_0.aarch64",
"product": {
"name": "perl-lib-0:0.65-512.1.el10_0.aarch64",
"product_id": "perl-lib-0:0.65-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.1.el10_0.aarch64",
"product": {
"name": "perl-mro-0:1.29-512.1.el10_0.aarch64",
"product_id": "perl-mro-0:1.29-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"product_id": "perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.1.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"product_id": "perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.1.el10_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"product_id": "perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.1.el10_0.ppc64le",
"product": {
"name": "perl-B-0:1.89-512.1.el10_0.ppc64le",
"product_id": "perl-B-0:1.89-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"product": {
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"product_id": "perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"product_id": "perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"product_id": "perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"product_id": "perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.1.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"product_id": "perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.1.el10_0.ppc64le",
"product": {
"name": "perl-IO-0:1.55-512.1.el10_0.ppc64le",
"product_id": "perl-IO-0:1.55-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"product_id": "perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"product_id": "perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"product_id": "perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"product_id": "perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"product_id": "perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.1.el10_0.ppc64le",
"product": {
"name": "perl-lib-0:0.65-512.1.el10_0.ppc64le",
"product_id": "perl-lib-0:0.65-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.1.el10_0.ppc64le",
"product": {
"name": "perl-mro-0:1.29-512.1.el10_0.ppc64le",
"product_id": "perl-mro-0:1.29-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"product_id": "perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.1.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"product_id": "perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.1.el10_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"product_id": "perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.1.el10_0.x86_64",
"product": {
"name": "perl-B-0:1.89-512.1.el10_0.x86_64",
"product_id": "perl-B-0:1.89-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"product_id": "perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"product": {
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"product_id": "perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.1.el10_0.x86_64",
"product": {
"name": "perl-Errno-0:1.38-512.1.el10_0.x86_64",
"product_id": "perl-Errno-0:1.38-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"product_id": "perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"product_id": "perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"product_id": "perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.1.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"product_id": "perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.1.el10_0.x86_64",
"product": {
"name": "perl-IO-0:1.55-512.1.el10_0.x86_64",
"product_id": "perl-IO-0:1.55-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"product_id": "perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"product_id": "perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"product": {
"name": "perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"product_id": "perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"product": {
"name": "perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"product_id": "perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"product_id": "perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.1.el10_0.x86_64",
"product": {
"name": "perl-lib-0:0.65-512.1.el10_0.x86_64",
"product_id": "perl-lib-0:0.65-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.1.el10_0.x86_64",
"product": {
"name": "perl-mro-0:1.29-512.1.el10_0.x86_64",
"product_id": "perl-mro-0:1.29-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"product_id": "perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.1.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"product_id": "perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.1.el10_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"product_id": "perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-0:1.89-512.1.el10_0.s390x",
"product": {
"name": "perl-B-0:1.89-512.1.el10_0.s390x",
"product_id": "perl-B-0:1.89-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B@1.89-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"product_id": "perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek@1.34-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"product": {
"name": "perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"product_id": "perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DynaLoader@1.56-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Errno-0:1.38-512.1.el10_0.s390x",
"product": {
"name": "perl-Errno-0:1.38-512.1.el10_0.s390x",
"product_id": "perl-Errno-0:1.38-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Errno@1.38-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"product": {
"name": "perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"product_id": "perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl@1.18-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"product_id": "perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob@1.12-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"product_id": "perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File@1.24-512.1.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"product_id": "perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util@0.32-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash@1.27-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo@0.24-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-0:1.55-512.1.el10_0.s390x",
"product": {
"name": "perl-IO-0:1.55-512.1.el10_0.s390x",
"product_id": "perl-IO-0:1.55-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO@1.55-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"product_id": "perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File@1.17-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"product_id": "perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File@1.18-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-0:1.65-512.1.el10_0.s390x",
"product": {
"name": "perl-Opcode-0:1.65-512.1.el10_0.s390x",
"product_id": "perl-Opcode-0:1.65-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode@1.65-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-0:2.20-512.1.el10_0.s390x",
"product": {
"name": "perl-POSIX-0:2.20-512.1.el10_0.s390x",
"product_id": "perl-POSIX-0:2.20-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX@2.20-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"product_id": "perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname@1.25-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"product_id": "perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece@1.3401-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-devel-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-devel-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-devel-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-devel@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-lib-0:0.65-512.1.el10_0.s390x",
"product": {
"name": "perl-lib-0:0.65-512.1.el10_0.s390x",
"product_id": "perl-lib-0:0.65-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-lib@0.65-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-libs-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-libs-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-libs-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-0:1.29-512.1.el10_0.s390x",
"product": {
"name": "perl-mro-0:1.29-512.1.el10_0.s390x",
"product_id": "perl-mro-0:1.29-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro@1.29-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ph-0:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-ph-0:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-ph-0:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ph@5.40.2-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugsource@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"product": {
"name": "perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"product_id": "perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-B-debuginfo@1.89-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"product": {
"name": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"product_id": "perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-Peek-debuginfo@1.34-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"product": {
"name": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"product_id": "perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Fcntl-debuginfo@1.18-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"product": {
"name": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"product_id": "perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-DosGlob-debuginfo@1.12-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"product": {
"name": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"product_id": "perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-GDBM_File-debuginfo@1.24-512.1.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"product_id": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-FieldHash-debuginfo@1.27-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"product": {
"name": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"product_id": "perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Hash-Util-debuginfo@0.32-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"product": {
"name": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"product_id": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Langinfo-debuginfo@0.24-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"product": {
"name": "perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"product_id": "perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IO-debuginfo@1.55-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"product": {
"name": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"product_id": "perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NDBM_File-debuginfo@1.17-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"product": {
"name": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"product_id": "perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ODBM_File-debuginfo@1.18-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"product": {
"name": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"product_id": "perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Opcode-debuginfo@1.65-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"product": {
"name": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"product_id": "perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-POSIX-debuginfo@2.20-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"product": {
"name": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"product_id": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Sys-Hostname-debuginfo@1.25-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"product": {
"name": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"product_id": "perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time-Piece-debuginfo@1.3401-512.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debuginfo@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-interpreter-debuginfo@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product": {
"name": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_id": "perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libs-debuginfo@5.40.2-512.1.el10_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"product": {
"name": "perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"product_id": "perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-mro-debuginfo@1.29-512.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"product": {
"name": "perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"product_id": "perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Attribute-Handlers@1.03-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"product": {
"name": "perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"product_id": "perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoLoader@5.74-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"product": {
"name": "perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"product_id": "perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-AutoSplit@5.74-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"product": {
"name": "perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"product_id": "perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Benchmark@1.25-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"product": {
"name": "perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"product_id": "perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Class-Struct@0.68-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"product": {
"name": "perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"product_id": "perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Config-Extensions@0.03-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"product": {
"name": "perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"product_id": "perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DBM_Filter@0.06-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"product": {
"name": "perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"product_id": "perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Devel-SelfStubber@1.06-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"product": {
"name": "perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"product_id": "perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-DirHandle@1.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"product": {
"name": "perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"product_id": "perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Dumpvalue@2.27-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-English-0:1.11-512.1.el10_0.noarch",
"product": {
"name": "perl-English-0:1.11-512.1.el10_0.noarch",
"product_id": "perl-English-0:1.11-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-English@1.11-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"product_id": "perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Constant@0.25-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"product_id": "perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Embed@1.35-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"product": {
"name": "perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"product_id": "perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-ExtUtils-Miniperl@1.14-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"product": {
"name": "perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"product_id": "perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Basename@2.86-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"product": {
"name": "perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"product_id": "perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Compare@1.100.800-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"product": {
"name": "perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"product_id": "perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Copy@2.41-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-Find-0:1.44-512.1.el10_0.noarch",
"product": {
"name": "perl-File-Find-0:1.44-512.1.el10_0.noarch",
"product_id": "perl-File-Find-0:1.44-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find@1.44-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-File-stat-0:1.14-512.1.el10_0.noarch",
"product": {
"name": "perl-File-stat-0:1.14-512.1.el10_0.noarch",
"product_id": "perl-File-stat-0:1.14-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-stat@1.14-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileCache-0:1.10-512.1.el10_0.noarch",
"product": {
"name": "perl-FileCache-0:1.10-512.1.el10_0.noarch",
"product_id": "perl-FileCache-0:1.10-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileCache@1.10-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"product": {
"name": "perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"product_id": "perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FileHandle@2.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-FindBin-0:1.54-512.1.el10_0.noarch",
"product": {
"name": "perl-FindBin-0:1.54-512.1.el10_0.noarch",
"product_id": "perl-FindBin-0:1.54-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-FindBin@1.54-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"product": {
"name": "perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"product_id": "perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Getopt-Std@1.14-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"product": {
"name": "perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"product_id": "perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-Collate@1.02-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"product": {
"name": "perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"product_id": "perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-I18N-LangTags@0.45-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"product": {
"name": "perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"product_id": "perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-IPC-Open3@1.22-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"product": {
"name": "perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"product_id": "perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Locale-Maketext-Simple@0.21-512.1.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"product": {
"name": "perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"product_id": "perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Math-Complex@1.62-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Memoize-0:1.16-512.1.el10_0.noarch",
"product": {
"name": "perl-Memoize-0:1.16-512.1.el10_0.noarch",
"product_id": "perl-Memoize-0:1.16-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Memoize@1.16-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"product": {
"name": "perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"product_id": "perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Module-Loaded@0.08-512.1.el10_0?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "perl-NEXT-0:0.69-512.1.el10_0.noarch",
"product": {
"name": "perl-NEXT-0:0.69-512.1.el10_0.noarch",
"product_id": "perl-NEXT-0:0.69-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-NEXT@0.69-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Net-0:1.04-512.1.el10_0.noarch",
"product": {
"name": "perl-Net-0:1.04-512.1.el10_0.noarch",
"product_id": "perl-Net-0:1.04-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Net@1.04-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"product": {
"name": "perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"product_id": "perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Functions@1.14-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"product": {
"name": "perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"product_id": "perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Pod-Html@1.35-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Safe-0:2.46-512.1.el10_0.noarch",
"product": {
"name": "perl-Safe-0:2.46-512.1.el10_0.noarch",
"product_id": "perl-Safe-0:2.46-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Safe@2.46-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"product": {
"name": "perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"product_id": "perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Search-Dict@1.07-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"product": {
"name": "perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"product_id": "perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelectSaver@1.02-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"product": {
"name": "perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"product_id": "perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-SelfLoader@1.27-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Symbol-0:1.09-512.1.el10_0.noarch",
"product": {
"name": "perl-Symbol-0:1.09-512.1.el10_0.noarch",
"product_id": "perl-Symbol-0:1.09-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Symbol@1.09-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"product": {
"name": "perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"product_id": "perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-Complete@1.403-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"product": {
"name": "perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"product_id": "perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Term-ReadLine@1.17-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Test-0:1.31-512.1.el10_0.noarch",
"product": {
"name": "perl-Test-0:1.31-512.1.el10_0.noarch",
"product_id": "perl-Test-0:1.31-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Test@1.31-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"product": {
"name": "perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"product_id": "perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Text-Abbrev@1.02-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-0:3.05-512.1.el10_0.noarch",
"product": {
"name": "perl-Thread-0:3.05-512.1.el10_0.noarch",
"product_id": "perl-Thread-0:3.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread@3.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"product": {
"name": "perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"product_id": "perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Thread-Semaphore@2.13-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-0:4.6-512.1.el10_0.noarch",
"product": {
"name": "perl-Tie-0:4.6-512.1.el10_0.noarch",
"product_id": "perl-Tie-0:4.6-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie@4.6-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"product": {
"name": "perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"product_id": "perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-File@1.09-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"product": {
"name": "perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"product_id": "perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Tie-Memoize@1.1-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Time-0:1.04-512.1.el10_0.noarch",
"product": {
"name": "perl-Time-0:1.04-512.1.el10_0.noarch",
"product_id": "perl-Time-0:1.04-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Time@1.04-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"product": {
"name": "perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"product_id": "perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-Unicode-UCD@0.78-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"product": {
"name": "perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"product_id": "perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-User-pwent@1.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-autouse-0:1.11-512.1.el10_0.noarch",
"product": {
"name": "perl-autouse-0:1.11-512.1.el10_0.noarch",
"product_id": "perl-autouse-0:1.11-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-autouse@1.11-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-base-0:2.27-512.1.el10_0.noarch",
"product": {
"name": "perl-base-0:2.27-512.1.el10_0.noarch",
"product_id": "perl-base-0:2.27-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-base@2.27-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-blib-0:1.07-512.1.el10_0.noarch",
"product": {
"name": "perl-blib-0:1.07-512.1.el10_0.noarch",
"product_id": "perl-blib-0:1.07-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-blib@1.07-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-debugger-0:1.60-512.1.el10_0.noarch",
"product": {
"name": "perl-debugger-0:1.60-512.1.el10_0.noarch",
"product_id": "perl-debugger-0:1.60-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-debugger@1.60-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-deprecate-0:0.04-512.1.el10_0.noarch",
"product": {
"name": "perl-deprecate-0:0.04-512.1.el10_0.noarch",
"product_id": "perl-deprecate-0:0.04-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-deprecate@0.04-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"product": {
"name": "perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"product_id": "perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-diagnostics@1.40-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-doc-0:5.40.2-512.1.el10_0.noarch",
"product": {
"name": "perl-doc-0:5.40.2-512.1.el10_0.noarch",
"product_id": "perl-doc-0:5.40.2-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-doc@5.40.2-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"product": {
"name": "perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"product_id": "perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-encoding-warnings@0.14-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-fields-0:2.27-512.1.el10_0.noarch",
"product": {
"name": "perl-fields-0:2.27-512.1.el10_0.noarch",
"product_id": "perl-fields-0:2.27-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-fields@2.27-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-filetest-0:1.03-512.1.el10_0.noarch",
"product": {
"name": "perl-filetest-0:1.03-512.1.el10_0.noarch",
"product_id": "perl-filetest-0:1.03-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-filetest@1.03-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-if-0:0.61.000-512.1.el10_0.noarch",
"product": {
"name": "perl-if-0:0.61.000-512.1.el10_0.noarch",
"product_id": "perl-if-0:0.61.000-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-if@0.61.000-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-less-0:0.03-512.1.el10_0.noarch",
"product": {
"name": "perl-less-0:0.03-512.1.el10_0.noarch",
"product_id": "perl-less-0:0.03-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-less@0.03-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"product": {
"name": "perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"product_id": "perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-libnetcfg@5.40.2-512.1.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-locale-0:1.12-512.1.el10_0.noarch",
"product": {
"name": "perl-locale-0:1.12-512.1.el10_0.noarch",
"product_id": "perl-locale-0:1.12-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-locale@1.12-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-macros-4:5.40.2-512.1.el10_0.noarch",
"product": {
"name": "perl-macros-4:5.40.2-512.1.el10_0.noarch",
"product_id": "perl-macros-4:5.40.2-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-macros@5.40.2-512.1.el10_0?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"product": {
"name": "perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"product_id": "perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-meta-notation@5.40.2-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-open-0:1.13-512.1.el10_0.noarch",
"product": {
"name": "perl-open-0:1.13-512.1.el10_0.noarch",
"product_id": "perl-open-0:1.13-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-open@1.13-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overload-0:1.37-512.1.el10_0.noarch",
"product": {
"name": "perl-overload-0:1.37-512.1.el10_0.noarch",
"product_id": "perl-overload-0:1.37-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overload@1.37-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-overloading-0:0.02-512.1.el10_0.noarch",
"product": {
"name": "perl-overloading-0:0.02-512.1.el10_0.noarch",
"product_id": "perl-overloading-0:0.02-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-overloading@0.02-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"product": {
"name": "perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"product_id": "perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sigtrap@1.10-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-sort-0:2.05-512.1.el10_0.noarch",
"product": {
"name": "perl-sort-0:2.05-512.1.el10_0.noarch",
"product_id": "perl-sort-0:2.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-sort@2.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-subs-0:1.04-512.1.el10_0.noarch",
"product": {
"name": "perl-subs-0:1.04-512.1.el10_0.noarch",
"product_id": "perl-subs-0:1.04-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-subs@1.04-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-utils-0:5.40.2-512.1.el10_0.noarch",
"product": {
"name": "perl-utils-0:5.40.2-512.1.el10_0.noarch",
"product_id": "perl-utils-0:5.40.2-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-utils@5.40.2-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vars-0:1.05-512.1.el10_0.noarch",
"product": {
"name": "perl-vars-0:1.05-512.1.el10_0.noarch",
"product_id": "perl-vars-0:1.05-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vars@1.05-512.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "perl-vmsish-0:1.04-512.1.el10_0.noarch",
"product": {
"name": "perl-vmsish-0:1.04-512.1.el10_0.noarch",
"product_id": "perl-vmsish-0:1.04-512.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-vmsish@1.04-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-4:5.40.2-512.1.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.1.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.1.el10_0.src"
},
"product_reference": "perl-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Attribute-Handlers-0:1.03-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-AutoLoader-0:5.74-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-AutoSplit-0:5.74-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-B-0:1.89-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-B-0:1.89-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-B-0:1.89-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-B-0:1.89-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-B-debuginfo-0:1.89-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Benchmark-0:1.25-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Class-Struct-0:0.68-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Config-Extensions-0:0.03-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-DBM_Filter-0:0.06-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-0:1.34-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Devel-Peek-debuginfo-0:1.34-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Devel-SelfStubber-0:1.06-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-DirHandle-0:1.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Dumpvalue-0:2.27-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-DynaLoader-0:1.56-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-DynaLoader-0:1.56-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-DynaLoader-0:1.56-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-English-0:1.11-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Errno-0:1.38-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Errno-0:1.38-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Errno-0:1.38-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Errno-0:1.38-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Constant-0:0.25-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Embed-0:1.35-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-ExtUtils-Miniperl-0:1.14-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-0:1.18-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-0:1.18-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Fcntl-0:1.18-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-0:1.18-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Fcntl-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-File-Basename-0:2.86-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-File-Compare-0:1.100.800-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-File-Copy-0:2.41-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-0:1.12-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-File-DosGlob-debuginfo-0:1.12-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-File-Find-0:1.44-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-File-stat-0:1.14-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-FileCache-0:1.10-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-FileHandle-0:2.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-FindBin-0:1.54-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-1:1.24-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-1:1.24-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-1:1.24-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-GDBM_File-debuginfo-1:1.24-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Getopt-Std-0:1.14-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-0:0.32-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-0:0.32-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-0:0.32-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-0:1.27-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Hash-Util-debuginfo-0:0.32-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-I18N-Collate-0:1.02-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-I18N-LangTags-0:0.45-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-0:0.24-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-I18N-Langinfo-debuginfo-0:0.24-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-IO-0:1.55-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-IO-0:1.55-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-IO-0:1.55-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-IO-0:1.55-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-IO-debuginfo-0:1.55-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-IPC-Open3-0:1.22-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Locale-Maketext-Simple-1:0.21-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Math-Complex-0:1.62-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Memoize-0:1.16-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Module-Loaded-1:0.08-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-0:1.17-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-0:1.17-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-0:1.17-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-NDBM_File-debuginfo-0:1.17-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-NEXT-0:0.69-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Net-0:1.04-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-0:1.18-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-0:1.18-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-0:1.18-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-ODBM_File-debuginfo-0:1.18-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Opcode-0:1.65-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-0:1.65-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Opcode-0:1.65-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Opcode-0:1.65-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Opcode-debuginfo-0:1.65-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-POSIX-0:2.20-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-0:2.20-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-POSIX-0:2.20-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-POSIX-0:2.20-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-POSIX-debuginfo-0:2.20-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Pod-Functions-0:1.14-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Pod-Html-0:1.35-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Safe-0:2.46-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Search-Dict-0:1.07-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-SelectSaver-0:1.02-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-SelfLoader-0:1.27-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Symbol-0:1.09-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-0:1.25-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Sys-Hostname-debuginfo-0:1.25-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Term-Complete-0:1.403-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Term-ReadLine-0:1.17-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Test-0:1.31-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Text-Abbrev-0:1.02-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Thread-0:3.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Thread-Semaphore-0:2.13-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Tie-0:4.6-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Tie-File-0:1.09-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Tie-Memoize-0:1.1-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Time-0:1.04-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-0:1.3401-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-Time-Piece-debuginfo-0:1.3401-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-Unicode-UCD-0:0.78-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-User-pwent-0:1.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-autouse-0:1.11-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-base-0:2.27-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-blib-0:1.07-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-debugger-0:1.60-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-debugsource-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-debugsource-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-debugsource-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-deprecate-0:0.04-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-devel-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-devel-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-devel-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-devel-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-diagnostics-0:1.40-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-doc-0:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-encoding-warnings-0:0.14-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-fields-0:2.27-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-filetest-0:1.03-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-if-0:0.61.000-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-interpreter-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-interpreter-4:5.40.2-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-interpreter-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-less-0:0.03-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-lib-0:0.65-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-lib-0:0.65-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-lib-0:0.65-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-lib-0:0.65-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-libnetcfg-4:5.40.2-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-libs-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-libs-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-libs-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-libs-4:5.40.2-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-libs-debuginfo-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-locale-0:1.12-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-macros-4:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-meta-notation-0:5.40.2-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-mro-0:1.29-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-mro-0:1.29-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-mro-0:1.29-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-mro-0:1.29-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-mro-debuginfo-0:1.29-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-open-0:1.13-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-overload-0:1.37-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-overloading-0:0.02-512.1.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.1.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.1.el10_0.aarch64"
},
"product_reference": "perl-ph-0:5.40.2-512.1.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.1.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.1.el10_0.ppc64le"
},
"product_reference": "perl-ph-0:5.40.2-512.1.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.1.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.1.el10_0.s390x"
},
"product_reference": "perl-ph-0:5.40.2-512.1.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.1.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.1.el10_0.x86_64"
},
"product_reference": "perl-ph-0:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-sigtrap-0:1.10-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-sort-0:2.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-subs-0:1.04-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-utils-0:5.40.2-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-vars-0:1.05-512.1.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.1.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.1.el10_0.noarch"
},
"product_reference": "perl-vmsish-0:1.04-512.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56406",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-04-13T14:00:42.440614+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2359290"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Perl. This vulnerability allows a heap buffer overflow, which can lead to denial of service and potential arbitrary code execution on platforms that lack sufficient defenses via specially crafted input to the tr/// transliteration operator containing non-ASCII bytes on the left-hand side.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl 5.34, 5.36, 5.38 and 5.40 are vulnerable to a heap buffer overflow when transliterating non-ASCII bytes",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important vulnerability because a heap buffer overflow vulnerability exists in the tr/// operator causing DoS and arbitrary code execution, which can disrupt system services, background system jobs.",
"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.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56406"
},
{
"category": "external",
"summary": "RHBZ#2359290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2359290"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56406"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/87f42aa0e0096e9a346c9672aa3a0bd3bef8c1dd.patch",
"url": "https://github.com/Perl/perl5/commit/87f42aa0e0096e9a346c9672aa3a0bd3bef8c1dd.patch"
},
{
"category": "external",
"summary": "https://metacpan.org/release/SHAY/perl-5.38.4/changes",
"url": "https://metacpan.org/release/SHAY/perl-5.38.4/changes"
},
{
"category": "external",
"summary": "https://metacpan.org/release/SHAY/perl-5.40.2/changes",
"url": "https://metacpan.org/release/SHAY/perl-5.40.2/changes"
}
],
"release_date": "2025-04-13T13:16:09.841000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T16:01:58+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.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7500"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"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:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.src",
"AppStream-10.0.Z:perl-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Attribute-Handlers-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoLoader-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-AutoSplit-0:5.74-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-B-debuginfo-0:1.89-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Benchmark-0:1.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Class-Struct-0:0.68-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Config-Extensions-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DBM_Filter-0:0.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Devel-Peek-debuginfo-0:1.34-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Devel-SelfStubber-0:1.06-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DirHandle-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Dumpvalue-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-DynaLoader-0:1.56-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-English-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Errno-0:1.38-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ExtUtils-Constant-0:0.25-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Embed-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ExtUtils-Miniperl-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Fcntl-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Basename-0:2.86-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Compare-0:1.100.800-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-Copy-0:2.41-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-File-DosGlob-debuginfo-0:1.12-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-File-Find-0:1.44-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-File-stat-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileCache-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FileHandle-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-FindBin-0:1.54-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-GDBM_File-debuginfo-1:1.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Getopt-Std-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-FieldHash-debuginfo-0:1.27-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Hash-Util-debuginfo-0:0.32-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Collate-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-LangTags-0:0.45-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-I18N-Langinfo-debuginfo-0:0.24-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-IO-debuginfo-0:1.55-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-IPC-Open3-0:1.22-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Locale-Maketext-Simple-1:0.21-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Math-Complex-0:1.62-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Memoize-0:1.16-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Module-Loaded-1:0.08-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-NDBM_File-debuginfo-0:1.17-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-NEXT-0:0.69-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Net-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ODBM_File-debuginfo-0:1.18-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Opcode-debuginfo-0:1.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-POSIX-debuginfo-0:2.20-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Pod-Functions-0:1.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Pod-Html-0:1.35-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Safe-0:2.46-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Search-Dict-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelectSaver-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-SelfLoader-0:1.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Symbol-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Sys-Hostname-debuginfo-0:1.25-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Term-Complete-0:1.403-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Term-ReadLine-0:1.17-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Test-0:1.31-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Text-Abbrev-0:1.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-0:3.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Thread-Semaphore-0:2.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-0:4.6-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-File-0:1.09-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Tie-Memoize-0:1.1-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-Time-Piece-debuginfo-0:1.3401-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-Unicode-UCD-0:0.78-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-User-pwent-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-autouse-0:1.11-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-base-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-blib-0:1.07-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debugger-0:1.60-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-debugsource-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-deprecate-0:0.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-devel-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-diagnostics-0:1.40-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-doc-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-encoding-warnings-0:0.14-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-fields-0:2.27-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-filetest-0:1.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-if-0:0.61.000-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-interpreter-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-less-0:0.03-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-lib-0:0.65-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libnetcfg-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-libs-debuginfo-4:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-locale-0:1.12-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-macros-4:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-meta-notation-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-mro-debuginfo-0:1.29-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-open-0:1.13-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overload-0:1.37-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-overloading-0:0.02-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.aarch64",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.ppc64le",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.s390x",
"AppStream-10.0.Z:perl-ph-0:5.40.2-512.1.el10_0.x86_64",
"AppStream-10.0.Z:perl-sigtrap-0:1.10-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-sort-0:2.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-subs-0:1.04-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-utils-0:5.40.2-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vars-0:1.05-512.1.el10_0.noarch",
"AppStream-10.0.Z:perl-vmsish-0:1.04-512.1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl: Perl 5.34, 5.36, 5.38 and 5.40 are vulnerable to a heap buffer overflow when transliterating non-ASCII bytes"
}
]
}
SUSE-SU-2025:20334-1
Vulnerability from csaf_suse - Published: 2025-05-21 15:37 - Updated: 2025-05-21 15:37| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-5.38.2-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.x86_64 | — |
Vendor Fix
|
{
"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 with tr// [bsc#1241083] \n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-330",
"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_20334-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20334-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520334-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20334-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039440.html"
},
{
"category": "self",
"summary": "SUSE Bug 1241083",
"url": "https://bugzilla.suse.com/1241083"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56406 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56406/"
}
],
"title": "Security update for perl",
"tracking": {
"current_release_date": "2025-05-21T15:37:32Z",
"generator": {
"date": "2025-05-21T15:37:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20334-1",
"initial_release_date": "2025-05-21T15:37:32Z",
"revision_history": [
{
"date": "2025-05-21T15:37:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-2.1.aarch64",
"product": {
"name": "perl-5.38.2-2.1.aarch64",
"product_id": "perl-5.38.2-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-2.1.aarch64",
"product": {
"name": "perl-base-5.38.2-2.1.aarch64",
"product_id": "perl-base-5.38.2-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-2.1.s390x",
"product": {
"name": "perl-5.38.2-2.1.s390x",
"product_id": "perl-5.38.2-2.1.s390x"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-2.1.s390x",
"product": {
"name": "perl-base-5.38.2-2.1.s390x",
"product_id": "perl-base-5.38.2-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-5.38.2-2.1.x86_64",
"product": {
"name": "perl-5.38.2-2.1.x86_64",
"product_id": "perl-5.38.2-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-2.1.x86_64",
"product": {
"name": "perl-base-5.38.2-2.1.x86_64",
"product_id": "perl-base-5.38.2-2.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-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-2.1.aarch64"
},
"product_reference": "perl-5.38.2-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-2.1.s390x"
},
"product_reference": "perl-5.38.2-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-5.38.2-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-5.38.2-2.1.x86_64"
},
"product_reference": "perl-5.38.2-2.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-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.aarch64"
},
"product_reference": "perl-base-5.38.2-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.s390x"
},
"product_reference": "perl-base-5.38.2-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-base-5.38.2-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.x86_64"
},
"product_reference": "perl-base-5.38.2-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"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.0:perl-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-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.0:perl-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-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.0:perl-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-5.38.2-2.1.x86_64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.aarch64",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.s390x",
"SUSE Linux Micro 6.0:perl-base-5.38.2-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-21T15:37:32Z",
"details": "important"
}
],
"title": "CVE-2024-56406"
}
]
}
SUSE-SU-2025:20532-1
Vulnerability from csaf_suse - Published: 2025-07-28 14:33 - Updated: 2025-07-28 14:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:perl-base-5.38.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"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:33:40Z",
"generator": {
"date": "2025-07-28T14:33:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20532-1",
"initial_release_date": "2025-07-28T14:33:40Z",
"revision_history": [
{
"date": "2025-07-28T14:33:40Z",
"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.ppc64le",
"product": {
"name": "perl-5.38.2-slfo.1.1_2.1.ppc64le",
"product_id": "perl-5.38.2-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"product": {
"name": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"product_id": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"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.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:perl-5.38.2-slfo.1.1_2.1.ppc64le"
},
"product_reference": "perl-5.38.2-slfo.1.1_2.1.ppc64le",
"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.ppc64le 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.ppc64le"
},
"product_reference": "perl-base-5.38.2-slfo.1.1_2.1.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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:33:40Z",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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.ppc64le",
"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:33:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-40909"
}
]
}
WID-SEC-W-2025-0791
Vulnerability from csaf_certbund - Published: 2025-04-13 22:00 - Updated: 2026-03-26 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
NoMachine NoMachine <9.4.14
NoMachine / NoMachine
|
<9.4.14 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM VIOS 4.1
IBM / VIOS
|
cpe:/a:ibm:vios:4.1
|
4.1 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
IBM AIX 7.3
IBM / AIX
|
cpe:/o:ibm:aix:7.3
|
7.3 | |
|
Open Source Perl <5.38.4
Open Source / Perl
|
<5.38.4 | ||
|
Dell PowerScale OneFS OneFS <9.10.1.3
Dell / PowerScale OneFS
|
OneFS <9.10.1.3 | ||
|
Open Source Perl <5.40.2
Open Source / Perl
|
<5.40.2 | ||
|
SolarWinds Security Event Manager <2025.2.1
SolarWinds / Security Event Manager
|
<2025.2.1 | ||
|
Dell PowerScale OneFS OneFS <9.11.0.1
Dell / PowerScale OneFS
|
OneFS <9.11.0.1 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu / Linux
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
cPanel cPanel/WHM 128
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:128
|
128 | |
|
IGEL OS <11.11.100
IGEL / OS
|
<11.11.100 | ||
|
Ubuntu Linux
Ubuntu / Linux
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
IGEL OS <12.8.0
IGEL / OS
|
<12.8.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Perl ist eine freie, plattformunabh\u00e4ngige und interpretierte Programmiersprache (Skriptsprache).",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann eine Schwachstelle in Perl ausnutzen, um einen Denial of Service zu verursachen und potentiell beliebigen Programmcode auszuf\u00fchren.",
"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-0791 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0791.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0791 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0791"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2025-04-13",
"url": "https://github.com/advisories/GHSA-p6jf-pv8c-623c"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2025-04-13",
"url": "https://www.openwall.com/lists/oss-security/2025/04/13/3"
},
{
"category": "external",
"summary": "Perl Release Notes vom 2025-04-13",
"url": "https://metacpan.org/release/SHAY/perl-5.38.4/changes"
},
{
"category": "external",
"summary": "Perl Release Notes vom 2025-04-13",
"url": "https://metacpan.org/release/SHAY/perl-5.40.2/changes"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-11FCC87C66 vom 2025-04-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-11fcc87c66"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-26C0346398 vom 2025-04-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-26c0346398"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-8445F115F6 vom 2025-04-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-8445f115f6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7434-1 vom 2025-04-14",
"url": "https://ubuntu.com/security/notices/USN-7434-1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15003-1 vom 2025-04-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YMWNA2ZAVCKGDBHY24AR252NG47ECKHT/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7434-2 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7434-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7500 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7500"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20334-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020972.html"
},
{
"category": "external",
"summary": "cPanel 128 Change Log vom 2025-06-13",
"url": "https://docs.cpanel.net/changelogs/128-change-log/"
},
{
"category": "external",
"summary": "IGEL Security Notice ISN-2025-15 vom 2025-06-23",
"url": "https://kb.igel.com/security-safety/current/isn-2025-15-perl-vulnerability"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7238159 vom 2025-06-26",
"url": "https://www.ibm.com/support/pages/node/7238159"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-7500 vom 2025-06-28",
"url": "http://linux.oracle.com/errata/ELSA-2025-7500.html"
},
{
"category": "external",
"summary": "SEM 2025.2.1 release notes vom 2025-07-02",
"url": "https://documentation.solarwinds.com/en/success_center/sem/content/release_notes/sem_2025-2-1_release_notes.htm"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20532-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022109.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-272 vom 2025-08-06",
"url": "https://www.dell.com/support/kbdoc/000353080"
},
{
"category": "external",
"summary": "NoMachine Release Notes vom 2026-03-26",
"url": "https://kb.nomachine.com/SU03X00271?s=CVE"
}
],
"source_lang": "en-US",
"title": "Perl: Schwachstelle erm\u00f6glicht Denial of Service und potentiell Codeausf\u00fchrung",
"tracking": {
"current_release_date": "2026-03-26T23:00:00.000+00:00",
"generator": {
"date": "2026-03-27T09:41:50.955+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0791",
"initial_release_date": "2025-04-13T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-04-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-04-23T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von IGEL aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-29T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE und Dell aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "OneFS \u003c9.10.1.3",
"product": {
"name": "Dell PowerScale OneFS OneFS \u003c9.10.1.3",
"product_id": "T045897"
}
},
{
"category": "product_version",
"name": "OneFS 9.10.1.3",
"product": {
"name": "Dell PowerScale OneFS OneFS 9.10.1.3",
"product_id": "T045897-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerscale_onefs:onefs__9.10.1.3"
}
}
},
{
"category": "product_version_range",
"name": "OneFS \u003c9.11.0.1",
"product": {
"name": "Dell PowerScale OneFS OneFS \u003c9.11.0.1",
"product_id": "T045898"
}
},
{
"category": "product_version",
"name": "OneFS 9.11.0.1",
"product": {
"name": "Dell PowerScale OneFS OneFS 9.11.0.1",
"product_id": "T045898-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerscale_onefs:onefs__9.11.0.1"
}
}
}
],
"category": "product_name",
"name": "PowerScale OneFS"
}
],
"category": "vendor",
"name": "Dell"
},
{
"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",
"name": "7.3",
"product": {
"name": "IBM AIX 7.3",
"product_id": "1139691",
"product_identification_helper": {
"cpe": "cpe:/o:ibm:aix:7.3"
}
}
}
],
"category": "product_name",
"name": "AIX"
},
{
"branches": [
{
"category": "product_version",
"name": "4.1",
"product": {
"name": "IBM VIOS 4.1",
"product_id": "1522854",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:vios:4.1"
}
}
}
],
"category": "product_name",
"name": "VIOS"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c11.11.100",
"product": {
"name": "IGEL OS \u003c11.11.100",
"product_id": "T043218"
}
},
{
"category": "product_version",
"name": "11.11.100",
"product": {
"name": "IGEL OS 11.11.100",
"product_id": "T043218-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:11.11.100"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.8.0",
"product": {
"name": "IGEL OS \u003c12.8.0",
"product_id": "T044781"
}
},
{
"category": "product_version",
"name": "12.8.0",
"product": {
"name": "IGEL OS 12.8.0",
"product_id": "T044781-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:igel:os:12.8.0"
}
}
}
],
"category": "product_name",
"name": "OS"
}
],
"category": "vendor",
"name": "IGEL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.4.14",
"product": {
"name": "NoMachine NoMachine \u003c9.4.14",
"product_id": "T052196"
}
},
{
"category": "product_version",
"name": "9.4.14",
"product": {
"name": "NoMachine NoMachine 9.4.14",
"product_id": "T052196-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:nomachine:nomachine:9.4.14"
}
}
}
],
"category": "product_name",
"name": "NoMachine"
}
],
"category": "vendor",
"name": "NoMachine"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c5.38.4",
"product": {
"name": "Open Source Perl \u003c5.38.4",
"product_id": "T042761"
}
},
{
"category": "product_version",
"name": "5.38.4",
"product": {
"name": "Open Source Perl 5.38.4",
"product_id": "T042761-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:perl:perl:5.38.4"
}
}
},
{
"category": "product_version_range",
"name": "\u003c5.40.2",
"product": {
"name": "Open Source Perl \u003c5.40.2",
"product_id": "T042762"
}
},
{
"category": "product_version",
"name": "5.40.2",
"product": {
"name": "Open Source Perl 5.40.2",
"product_id": "T042762-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:perl:perl:5.40.2"
}
}
}
],
"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": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager \u003c2025.2.1",
"product_id": "T044986"
}
},
{
"category": "product_version",
"name": "2025.2.1",
"product": {
"name": "SolarWinds Security Event Manager 2025.2.1",
"product_id": "T044986-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:solarwinds:security_event_manager:2025.2.1"
}
}
}
],
"category": "product_name",
"name": "Security Event Manager"
}
],
"category": "vendor",
"name": "SolarWinds"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
},
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T042768",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "product_name",
"name": "Linux"
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "128",
"product": {
"name": "cPanel cPanel/WHM 128",
"product_id": "T044605",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:128"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56406",
"product_status": {
"known_affected": [
"T052196",
"67646",
"1522854",
"T004914",
"74185",
"1139691",
"T042761",
"T045897",
"T042762",
"T044986",
"T045898",
"T002207",
"T000126",
"T044605",
"T043218",
"T042768",
"T027843",
"T044781"
]
},
"release_date": "2025-04-13T22:00:00.000+00:00",
"title": "CVE-2024-56406"
}
]
}
WID-SEC-W-2025-1560
Vulnerability from csaf_certbund - Published: 2025-07-15 22:00 - Updated: 2025-07-15 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications 15.0.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.0.0.0
|
15.0.0.0 | |
|
Oracle Communications Applications 7.5.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.1
|
7.5.1 | |
|
Oracle Communications Applications 7.5.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.5.0
|
7.5.0 | |
|
Oracle Communications Applications 8.0.0.9.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.9.0
|
8.0.0.9.0 | |
|
Oracle Communications Applications 6.0.5
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.0.5
|
6.0.5 | |
|
Oracle Communications Applications 7.3.6
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.3.6
|
7.3.6 | |
|
Oracle Communications Applications 6.3.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:6.3.1
|
6.3.1 | |
|
Oracle Communications Applications 7.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.0
|
7.4.0 | |
|
Oracle Communications Applications 7.4.1
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:7.4.1
|
7.4.1 | |
|
Oracle Communications Applications 3.0.3.4.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.4.0
|
3.0.3.4.0 | |
|
Oracle Communications Applications 15.1.0.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:15.1.0.0
|
15.1.0.0 | |
|
Oracle Communications Applications 8.0.0.8.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:8.0.0.8.0
|
8.0.0.8.0 | |
|
Oracle Communications Applications 3.0.3.3.0
Oracle / Communications Applications
|
cpe:/a:oracle:communications_applications:3.0.3.3.0
|
3.0.3.3.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Communications Applications <=6.1.0
Oracle / Communications Applications
|
<=6.1.0 | ||
|
Oracle Communications Applications <=12.0.0.8
Oracle / Communications Applications
|
<=12.0.0.8 | ||
|
Oracle Communications Applications <=15.0.1.0
Oracle / Communications Applications
|
<=15.0.1.0 | ||
|
Oracle Communications Applications <=12.0.6.0.0
Oracle / Communications Applications
|
<=12.0.6.0.0 | ||
|
Oracle Communications Applications <=7.4.2
Oracle / Communications Applications
|
<=7.4.2 | ||
|
Oracle Communications Applications <=7.8.0
Oracle / Communications Applications
|
<=7.8.0 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Communications Applications umfasst eine Sammlung von Werkzeugen zur Verwaltung von Messaging-, Kommunikationsdiensten und -ressourcen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications Applications ausnutzen, um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"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-1560 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1560.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1560 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1560"
},
{
"category": "external",
"summary": "Oracle Critical Patch Update Advisory - July 2025 - Appendix Oracle Communications Applications vom 2025-07-15",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixCAGBU"
}
],
"source_lang": "en-US",
"title": "Oracle Communications Applications: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-07-15T22:00:00.000+00:00",
"generator": {
"date": "2025-07-16T08:26:54.533+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1560",
"initial_release_date": "2025-07-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "6.3.1",
"product": {
"name": "Oracle Communications Applications 6.3.1",
"product_id": "T018935",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:6.3.1"
}
}
},
{
"category": "product_version",
"name": "7.4.0",
"product": {
"name": "Oracle Communications Applications 7.4.0",
"product_id": "T018938",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:7.4.0"
}
}
},
{
"category": "product_version",
"name": "7.4.1",
"product": {
"name": "Oracle Communications Applications 7.4.1",
"product_id": "T018939",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:7.4.1"
}
}
},
{
"category": "product_version",
"name": "7.3.6",
"product": {
"name": "Oracle Communications Applications 7.3.6",
"product_id": "T021635",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:7.3.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.6.0.0",
"product": {
"name": "Oracle Communications Applications \u003c=12.0.6.0.0",
"product_id": "T027325"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.6.0.0",
"product": {
"name": "Oracle Communications Applications \u003c=12.0.6.0.0",
"product_id": "T027325-fixed"
}
},
{
"category": "product_version",
"name": "8.0.0.8.0",
"product": {
"name": "Oracle Communications Applications 8.0.0.8.0",
"product_id": "T028673",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:8.0.0.8.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.0.8",
"product": {
"name": "Oracle Communications Applications \u003c=12.0.0.8",
"product_id": "T034251"
}
},
{
"category": "product_version_range",
"name": "\u003c=12.0.0.8",
"product": {
"name": "Oracle Communications Applications \u003c=12.0.0.8",
"product_id": "T034251-fixed"
}
},
{
"category": "product_version",
"name": "15.0.0.0",
"product": {
"name": "Oracle Communications Applications 15.0.0.0",
"product_id": "T034252",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:15.0.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.4.2",
"product": {
"name": "Oracle Communications Applications \u003c=7.4.2",
"product_id": "T034254"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.4.2",
"product": {
"name": "Oracle Communications Applications \u003c=7.4.2",
"product_id": "T034254-fixed"
}
},
{
"category": "product_version",
"name": "7.5.0",
"product": {
"name": "Oracle Communications Applications 7.5.0",
"product_id": "T034255",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:7.5.0"
}
}
},
{
"category": "product_version",
"name": "7.5.1",
"product": {
"name": "Oracle Communications Applications 7.5.1",
"product_id": "T034256",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:7.5.1"
}
}
},
{
"category": "product_version",
"name": "6.0.5",
"product": {
"name": "Oracle Communications Applications 6.0.5",
"product_id": "T038372",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:6.0.5"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications Applications \u003c=15.0.1.0",
"product_id": "T040434"
}
},
{
"category": "product_version_range",
"name": "\u003c=15.0.1.0",
"product": {
"name": "Oracle Communications Applications \u003c=15.0.1.0",
"product_id": "T040434-fixed"
}
},
{
"category": "product_version",
"name": "3.0.3.3.0",
"product": {
"name": "Oracle Communications Applications 3.0.3.3.0",
"product_id": "T040440",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:3.0.3.3.0"
}
}
},
{
"category": "product_version",
"name": "15.1.0.0",
"product": {
"name": "Oracle Communications Applications 15.1.0.0",
"product_id": "T045364",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:15.1.0.0"
}
}
},
{
"category": "product_version",
"name": "3.0.3.4.0",
"product": {
"name": "Oracle Communications Applications 3.0.3.4.0",
"product_id": "T045365",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:3.0.3.4.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications Applications \u003c=7.8.0",
"product_id": "T045366"
}
},
{
"category": "product_version_range",
"name": "\u003c=7.8.0",
"product": {
"name": "Oracle Communications Applications \u003c=7.8.0",
"product_id": "T045366-fixed"
}
},
{
"category": "product_version_range",
"name": "\u003c=6.1.0",
"product": {
"name": "Oracle Communications Applications \u003c=6.1.0",
"product_id": "T045368"
}
},
{
"category": "product_version_range",
"name": "\u003c=6.1.0",
"product": {
"name": "Oracle Communications Applications \u003c=6.1.0",
"product_id": "T045368-fixed"
}
},
{
"category": "product_version",
"name": "8.0.0.9.0",
"product": {
"name": "Oracle Communications Applications 8.0.0.9.0",
"product_id": "T045369",
"product_identification_helper": {
"cpe": "cpe:/a:oracle:communications_applications:8.0.0.9.0"
}
}
}
],
"category": "product_name",
"name": "Communications Applications"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-31141",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-31141"
},
{
"cve": "CVE-2024-34517",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-34517"
},
{
"cve": "CVE-2024-47554",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-56128",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-56128"
},
{
"cve": "CVE-2024-56406",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2024-57699",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2024-7264",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-7264"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2024-9143",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-9143"
},
{
"cve": "CVE-2024-9287",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2024-9287"
},
{
"cve": "CVE-2025-1974",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-1974"
},
{
"cve": "CVE-2025-24814",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24814"
},
{
"cve": "CVE-2025-24928",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24928"
},
{
"cve": "CVE-2025-24970",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-24970"
},
{
"cve": "CVE-2025-26791",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-26791"
},
{
"cve": "CVE-2025-27363",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27363"
},
{
"cve": "CVE-2025-27533",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-27533"
},
{
"cve": "CVE-2025-48734",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48988",
"product_status": {
"known_affected": [
"T034252",
"T034256",
"T034255",
"T045369",
"T038372",
"T021635",
"T018935",
"T018938",
"T018939",
"T045365",
"T045364",
"T028673",
"T040440"
],
"last_affected": [
"T045368",
"T034251",
"T040434",
"T027325",
"T034254",
"T045366"
]
},
"release_date": "2025-07-15T22:00:00.000+00:00",
"title": "CVE-2025-48988"
}
]
}
WID-SEC-W-2025-1850
Vulnerability from csaf_certbund - Published: 2025-08-14 22:00 - Updated: 2025-11-17 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Xerox FreeFlow Print Server v7
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v7
|
v7 | |
|
Xerox FreeFlow Print Server v2
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:v2
|
v2 |
{
"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": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um einen nicht n\u00e4her spezifizierten Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- UNIX\n- Windows",
"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-1850 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1850.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1850 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1850"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX25-014 vom 2025-08-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2025/08/Xerox-Security-Bulletin-XRX25-014-for-Xerox-FreeFlow-Print-Server-v7.pdf"
},
{
"category": "external",
"summary": "Xerox Security Bulletin XRX25-015 vom 2025-08-14",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2025/08/Xerox-Security-Bulletin-XRX25-015-Xerox-FreeFlow-Print-Server-v2_Windows-10.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-017 vom 2025-10-07",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/10/Xerox-Security-Bulletin-XRX25-017-for-Xerox-FreeFlow-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-016 vom 2025-10-07",
"url": "https://securitydocs.business.xerox.com/wp-content/uploads/2025/10/Xerox-Security-Bulletin-XRX25-016-for-Xerox-FreeFlow-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-018 vom 2025-11-18",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/11/Xerox-Security-Bulletin-XRX25-018-Xerox-FreeFlow-Print-Server-v7.pdf"
}
],
"source_lang": "en-US",
"title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen erm\u00f6glichen nicht spezifizierten Angriff",
"tracking": {
"current_release_date": "2025-11-17T23:00:00.000+00:00",
"generator": {
"date": "2025-11-18T08:12:52.112+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1850",
"initial_release_date": "2025-08-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-06T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2025-11-17T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von XEROX aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T035098",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v7",
"product": {
"name": "Xerox FreeFlow Print Server v7",
"product_id": "T046288",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v7"
}
}
},
{
"category": "product_version",
"name": "v2",
"product": {
"name": "Xerox FreeFlow Print Server v2",
"product_id": "T046289",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:v2"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2024-12797",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-12797"
},
{
"cve": "CVE-2024-13176",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-13176"
},
{
"cve": "CVE-2024-36350",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-36350"
},
{
"cve": "CVE-2024-36357",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-36357"
},
{
"cve": "CVE-2024-37894",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-37894"
},
{
"cve": "CVE-2024-42516",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-42516"
},
{
"cve": "CVE-2024-43204",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-43204"
},
{
"cve": "CVE-2024-43394",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-43394"
},
{
"cve": "CVE-2024-45802",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-45802"
},
{
"cve": "CVE-2024-47252",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-47252"
},
{
"cve": "CVE-2024-48615",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-48615"
},
{
"cve": "CVE-2024-56406",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-56406"
},
{
"cve": "CVE-2024-8176",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2024-8176"
},
{
"cve": "CVE-2025-1632",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-1632"
},
{
"cve": "CVE-2025-1795",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-1795"
},
{
"cve": "CVE-2025-21574",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21574"
},
{
"cve": "CVE-2025-21575",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21575"
},
{
"cve": "CVE-2025-21577",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21577"
},
{
"cve": "CVE-2025-21579",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21579"
},
{
"cve": "CVE-2025-21580",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21580"
},
{
"cve": "CVE-2025-21581",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21581"
},
{
"cve": "CVE-2025-21583",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21583"
},
{
"cve": "CVE-2025-21584",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21584"
},
{
"cve": "CVE-2025-21585",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21585"
},
{
"cve": "CVE-2025-21588",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-21588"
},
{
"cve": "CVE-2025-23048",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-23048"
},
{
"cve": "CVE-2025-25724",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-25724"
},
{
"cve": "CVE-2025-2817",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-2817"
},
{
"cve": "CVE-2025-29915",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-29915"
},
{
"cve": "CVE-2025-29916",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-29916"
},
{
"cve": "CVE-2025-29917",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-29917"
},
{
"cve": "CVE-2025-29918",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-29918"
},
{
"cve": "CVE-2025-30681",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30681"
},
{
"cve": "CVE-2025-30682",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30682"
},
{
"cve": "CVE-2025-30683",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30683"
},
{
"cve": "CVE-2025-30684",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30684"
},
{
"cve": "CVE-2025-30685",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30685"
},
{
"cve": "CVE-2025-30687",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30687"
},
{
"cve": "CVE-2025-30688",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30688"
},
{
"cve": "CVE-2025-30689",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30689"
},
{
"cve": "CVE-2025-30693",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30693"
},
{
"cve": "CVE-2025-30695",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30695"
},
{
"cve": "CVE-2025-30696",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30696"
},
{
"cve": "CVE-2025-30699",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30699"
},
{
"cve": "CVE-2025-30703",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30703"
},
{
"cve": "CVE-2025-30704",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30704"
},
{
"cve": "CVE-2025-30705",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30705"
},
{
"cve": "CVE-2025-30715",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30715"
},
{
"cve": "CVE-2025-30721",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30721"
},
{
"cve": "CVE-2025-30722",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30722"
},
{
"cve": "CVE-2025-30749",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30749"
},
{
"cve": "CVE-2025-30754",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30754"
},
{
"cve": "CVE-2025-30761",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-30761"
},
{
"cve": "CVE-2025-31498",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-31498"
},
{
"cve": "CVE-2025-31650",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-31650"
},
{
"cve": "CVE-2025-31651",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-31651"
},
{
"cve": "CVE-2025-3875",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-3875"
},
{
"cve": "CVE-2025-3877",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-3877"
},
{
"cve": "CVE-2025-3909",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-3909"
},
{
"cve": "CVE-2025-3932",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-3932"
},
{
"cve": "CVE-2025-4082",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4082"
},
{
"cve": "CVE-2025-4083",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4083"
},
{
"cve": "CVE-2025-4084",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4084"
},
{
"cve": "CVE-2025-4085",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4085"
},
{
"cve": "CVE-2025-4086",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4086"
},
{
"cve": "CVE-2025-4087",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4087"
},
{
"cve": "CVE-2025-4088",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4088"
},
{
"cve": "CVE-2025-4089",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4089"
},
{
"cve": "CVE-2025-4090",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4090"
},
{
"cve": "CVE-2025-40909",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-40909"
},
{
"cve": "CVE-2025-4091",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4091"
},
{
"cve": "CVE-2025-4092",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4092"
},
{
"cve": "CVE-2025-4093",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4093"
},
{
"cve": "CVE-2025-4138",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4516",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-4575",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4575"
},
{
"cve": "CVE-2025-46701",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-46701"
},
{
"cve": "CVE-2025-46802",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-46802"
},
{
"cve": "CVE-2025-46804",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-46804"
},
{
"cve": "CVE-2025-46805",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-46805"
},
{
"cve": "CVE-2025-47159",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47159"
},
{
"cve": "CVE-2025-47971",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47971"
},
{
"cve": "CVE-2025-47972",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47972"
},
{
"cve": "CVE-2025-47973",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47973"
},
{
"cve": "CVE-2025-47975",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47975"
},
{
"cve": "CVE-2025-47976",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47976"
},
{
"cve": "CVE-2025-47980",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47980"
},
{
"cve": "CVE-2025-47981",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47981"
},
{
"cve": "CVE-2025-47982",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47982"
},
{
"cve": "CVE-2025-47984",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47984"
},
{
"cve": "CVE-2025-47985",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47985"
},
{
"cve": "CVE-2025-47986",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47986"
},
{
"cve": "CVE-2025-47987",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47987"
},
{
"cve": "CVE-2025-47991",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47991"
},
{
"cve": "CVE-2025-47996",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47996"
},
{
"cve": "CVE-2025-47999",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-47999"
},
{
"cve": "CVE-2025-48000",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48000"
},
{
"cve": "CVE-2025-48001",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48001"
},
{
"cve": "CVE-2025-48799",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48799"
},
{
"cve": "CVE-2025-48800",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48800"
},
{
"cve": "CVE-2025-48803",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48803"
},
{
"cve": "CVE-2025-48804",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48804"
},
{
"cve": "CVE-2025-48805",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48805"
},
{
"cve": "CVE-2025-48806",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48806"
},
{
"cve": "CVE-2025-48808",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48808"
},
{
"cve": "CVE-2025-48811",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48811"
},
{
"cve": "CVE-2025-48814",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48814"
},
{
"cve": "CVE-2025-48815",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48815"
},
{
"cve": "CVE-2025-48816",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48816"
},
{
"cve": "CVE-2025-48817",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48817"
},
{
"cve": "CVE-2025-48818",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48818"
},
{
"cve": "CVE-2025-48819",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48819"
},
{
"cve": "CVE-2025-48820",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48820"
},
{
"cve": "CVE-2025-48821",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48821"
},
{
"cve": "CVE-2025-48822",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48822"
},
{
"cve": "CVE-2025-48823",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-48823"
},
{
"cve": "CVE-2025-4918",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4918"
},
{
"cve": "CVE-2025-4919",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-4919"
},
{
"cve": "CVE-2025-49630",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49630"
},
{
"cve": "CVE-2025-49658",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49658"
},
{
"cve": "CVE-2025-49659",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49659"
},
{
"cve": "CVE-2025-49660",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49660"
},
{
"cve": "CVE-2025-49661",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49661"
},
{
"cve": "CVE-2025-49664",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49664"
},
{
"cve": "CVE-2025-49665",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49665"
},
{
"cve": "CVE-2025-49667",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49667"
},
{
"cve": "CVE-2025-49675",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49675"
},
{
"cve": "CVE-2025-49678",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49678"
},
{
"cve": "CVE-2025-49679",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49679"
},
{
"cve": "CVE-2025-49680",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49680"
},
{
"cve": "CVE-2025-49683",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49683"
},
{
"cve": "CVE-2025-49684",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49684"
},
{
"cve": "CVE-2025-49686",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49686"
},
{
"cve": "CVE-2025-49687",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49687"
},
{
"cve": "CVE-2025-49689",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49689"
},
{
"cve": "CVE-2025-49691",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49691"
},
{
"cve": "CVE-2025-49709",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49709"
},
{
"cve": "CVE-2025-49710",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49710"
},
{
"cve": "CVE-2025-49721",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49721"
},
{
"cve": "CVE-2025-49722",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49722"
},
{
"cve": "CVE-2025-49725",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49725"
},
{
"cve": "CVE-2025-49726",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49726"
},
{
"cve": "CVE-2025-49727",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49727"
},
{
"cve": "CVE-2025-49730",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49730"
},
{
"cve": "CVE-2025-49732",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49732"
},
{
"cve": "CVE-2025-49740",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49740"
},
{
"cve": "CVE-2025-49742",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49742"
},
{
"cve": "CVE-2025-49744",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49744"
},
{
"cve": "CVE-2025-49760",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49760"
},
{
"cve": "CVE-2025-49812",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-49812"
},
{
"cve": "CVE-2025-50059",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-50059"
},
{
"cve": "CVE-2025-50106",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-50106"
},
{
"cve": "CVE-2025-5263",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5263"
},
{
"cve": "CVE-2025-5264",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5264"
},
{
"cve": "CVE-2025-5265",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5265"
},
{
"cve": "CVE-2025-5266",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5266"
},
{
"cve": "CVE-2025-5267",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5267"
},
{
"cve": "CVE-2025-5268",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5268"
},
{
"cve": "CVE-2025-5269",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5269"
},
{
"cve": "CVE-2025-5270",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5270"
},
{
"cve": "CVE-2025-5271",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5271"
},
{
"cve": "CVE-2025-5272",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5272"
},
{
"cve": "CVE-2025-5283",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5283"
},
{
"cve": "CVE-2025-53020",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-53020"
},
{
"cve": "CVE-2025-5601",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-5601"
},
{
"cve": "CVE-2025-6424",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6424"
},
{
"cve": "CVE-2025-6425",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6425"
},
{
"cve": "CVE-2025-6426",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6426"
},
{
"cve": "CVE-2025-6427",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6427"
},
{
"cve": "CVE-2025-6428",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6428"
},
{
"cve": "CVE-2025-6429",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6429"
},
{
"cve": "CVE-2025-6430",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6430"
},
{
"cve": "CVE-2025-6431",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6431"
},
{
"cve": "CVE-2025-6432",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6432"
},
{
"cve": "CVE-2025-6433",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6433"
},
{
"cve": "CVE-2025-6434",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6434"
},
{
"cve": "CVE-2025-6435",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6435"
},
{
"cve": "CVE-2025-6436",
"product_status": {
"known_affected": [
"T035098",
"T002977",
"T046288",
"T046289"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-6436"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.