Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-25186 (GCVE-0-2025-25186)
Vulnerability from cvelistv5 – Published: 2025-02-10 15:55 – Updated: 2025-02-12 15:46- CWE-400 - Uncontrolled Resource Consumption
- CWE-405 - Asymmetric Resource Consumption (Amplification)
- CWE-409 - Improper Handling of Highly Compressed Data (Data Amplification)
- CWE-770 - Allocation of Resources Without Limits or Throttling
- CWE-789 - Memory Allocation with Excessive Size Value
- CWE-1287 - Improper Validation of Specified Type of Input
| URL | Tags |
|---|---|
| https://github.com/ruby/net-imap/security/advisor… | x_refsource_CONFIRM |
| https://github.com/ruby/net-imap/commit/70e3ddd07… | x_refsource_MISC |
| https://github.com/ruby/net-imap/commit/c8c5a6437… | x_refsource_MISC |
| https://github.com/ruby/net-imap/commit/cb92191b1… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-25186",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-10T16:13:53.189390Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-12T15:46:11.581Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "net-imap",
"vendor": "ruby",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.3.2, \u003c 0.3.8"
},
{
"status": "affected",
"version": "\u003e= 0.4.0, \u003c 0.4.19"
},
{
"status": "affected",
"version": "\u003e= 0.5.0, \u003c 0.5.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Starting in version 0.3.2 and prior to versions 0.3.8, 0.4.19, and 0.5.6, there is a possibility for denial of service by memory exhaustion in `net-imap`\u0027s response parser. At any time while the client is connected, a malicious server can send can send highly compressed `uid-set` data which is automatically read by the client\u0027s receiver thread. The response parser uses `Range#to_a` to convert the `uid-set` data into arrays of integers, with no limitation on the expanded size of the ranges. Versions 0.3.8, 0.4.19, 0.5.6, and higher fix this issue. Additional details for proper configuration of fixed versions and backward compatibility are available in the GitHub Security Advisory."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-409",
"description": "CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-789",
"description": "CWE-789: Memory Allocation with Excessive Size Value",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-1287",
"description": "CWE-1287: Improper Validation of Specified Type of Input",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-10T15:55:56.666Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69"
},
{
"name": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35"
},
{
"name": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3"
},
{
"name": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022"
}
],
"source": {
"advisory": "GHSA-7fc5-f82f-cx69",
"discovery": "UNKNOWN"
},
"title": "Net::IMAP vulnerable to possible DoS by memory exhaustion"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-25186",
"datePublished": "2025-02-10T15:55:56.666Z",
"dateReserved": "2025-02-03T19:30:53.399Z",
"dateUpdated": "2025-02-12T15:46:11.581Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-25186",
"date": "2026-06-07",
"epss": "0.00139",
"percentile": "0.33723"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-25186\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-10T16:15:39.457\",\"lastModified\":\"2025-02-10T16:15:39.457\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Starting in version 0.3.2 and prior to versions 0.3.8, 0.4.19, and 0.5.6, there is a possibility for denial of service by memory exhaustion in `net-imap`\u0027s response parser. At any time while the client is connected, a malicious server can send can send highly compressed `uid-set` data which is automatically read by the client\u0027s receiver thread. The response parser uses `Range#to_a` to convert the `uid-set` data into arrays of integers, with no limitation on the expanded size of the ranges. Versions 0.3.8, 0.4.19, 0.5.6, and higher fix this issue. Additional details for proper configuration of fixed versions and backward compatibility are available in the GitHub Security Advisory.\"},{\"lang\":\"es\",\"value\":\"Net::IMAP implementa la funcionalidad del cliente del Protocolo de acceso a mensajes de Internet (IMAP) en Ruby. A partir de la versi\u00f3n 0.3.2 y antes de las versiones 0.3.8, 0.4.19 y 0.5.6, existe la posibilidad de denegaci\u00f3n de servicio por agotamiento de la memoria en el analizador de respuestas de `net-imap`. En cualquier momento mientras el cliente est\u00e9 conectado, un servidor malintencionado puede enviar datos `uid-set` altamente comprimidos que son le\u00eddos autom\u00e1ticamente por el hilo receptor del cliente. El analizador de respuestas utiliza `Range#to_a` para convertir los datos `uid-set` en matrices de n\u00fameros enteros, sin limitaci\u00f3n en el tama\u00f1o expandido de los rangos. Las versiones 0.3.8, 0.4.19, 0.5.6 y posteriores solucionan este problema. Hay detalles adicionales para la configuraci\u00f3n adecuada de las versiones corregidas y la compatibilidad con versiones anteriores disponibles en el Aviso de seguridad de GitHub.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-405\"},{\"lang\":\"en\",\"value\":\"CWE-409\"},{\"lang\":\"en\",\"value\":\"CWE-770\"},{\"lang\":\"en\",\"value\":\"CWE-789\"},{\"lang\":\"en\",\"value\":\"CWE-1287\"}]}],\"references\":[{\"url\":\"https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Net::IMAP vulnerable to possible DoS by memory exhaustion\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-400\", \"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-405\", \"lang\": \"en\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-409\", \"lang\": \"en\", \"description\": \"CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-770\", \"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-789\", \"lang\": \"en\", \"description\": \"CWE-789: Memory Allocation with Excessive Size Value\", \"type\": \"CWE\"}]}, {\"descriptions\": [{\"cweId\": \"CWE-1287\", \"lang\": \"en\", \"description\": \"CWE-1287: Improper Validation of Specified Type of Input\", \"type\": \"CWE\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"HIGH\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"REQUIRED\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H\", \"version\": \"3.1\"}}], \"references\": [{\"name\": \"https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69\"}, {\"name\": \"https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35\"}, {\"name\": \"https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3\"}, {\"name\": \"https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022\"}], \"affected\": [{\"vendor\": \"ruby\", \"product\": \"net-imap\", \"versions\": [{\"version\": \"\u003e= 0.3.2, \u003c 0.3.8\", \"status\": \"affected\"}, {\"version\": \"\u003e= 0.4.0, \u003c 0.4.19\", \"status\": \"affected\"}, {\"version\": \"\u003e= 0.5.0, \u003c 0.5.6\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-02-10T15:55:56.666Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Starting in version 0.3.2 and prior to versions 0.3.8, 0.4.19, and 0.5.6, there is a possibility for denial of service by memory exhaustion in `net-imap`\u0027s response parser. At any time while the client is connected, a malicious server can send can send highly compressed `uid-set` data which is automatically read by the client\u0027s receiver thread. The response parser uses `Range#to_a` to convert the `uid-set` data into arrays of integers, with no limitation on the expanded size of the ranges. Versions 0.3.8, 0.4.19, 0.5.6, and higher fix this issue. Additional details for proper configuration of fixed versions and backward compatibility are available in the GitHub Security Advisory.\"}], \"source\": {\"advisory\": \"GHSA-7fc5-f82f-cx69\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-25186\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-10T16:13:53.189390Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-12T15:45:53.825Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2025-25186\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2025-02-03T19:30:53.399Z\", \"datePublished\": \"2025-02-10T15:55:56.666Z\", \"dateUpdated\": \"2025-02-12T15:46:11.581Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:3906
Vulnerability from csaf_redhat - Published: 2025-04-16 10:29 - Updated: 2026-06-07 21:39A flaw was found in Ruby's net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client's receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x | — |
Vendor Fix
fix
|
A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows an attacker to gain access to all files under the specified root directory, provided they can determine the file's path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x | — |
Vendor Fix
fix
Workaround
|
{
"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": "Logging for Red Hat OpenShift - 5.9.13",
"title": "Topic"
},
{
"category": "general",
"text": "Logging for Red Hat OpenShift - 5.9.13\nlogging-fluentd-container: Net::IMAP vulnerable to possible DoS by memory exhaustion (CVE-2025-25186)\nlogging-fluentd-container: Local File Inclusion in Rack::Static (CVE-2025-27610)\nlokistack-gateway-container: Go JOSE\u0027s Parsing Vulnerable to Denial of Service (CVE-2025-27144)\nlokistack-gateway-container: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"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:3906",
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "LOG-6855",
"url": "https://issues.redhat.com/browse/LOG-6855"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3906.json"
}
],
"title": "Red Hat Security Advisory: Logging for Red Hat OpenShift - 5.9.13",
"tracking": {
"current_release_date": "2026-06-07T21:39:08+00:00",
"generator": {
"date": "2026-06-07T21:39:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2025:3906",
"initial_release_date": "2025-04-16T10:29:32+00:00",
"revision_history": [
{
"date": "2025-04-16T10:29:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-16T10:29:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-07T21:39:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.9 for RHEL 9",
"product": {
"name": "RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.9::el9"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-346"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-363"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"product_id": "openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.13-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v3.3.2-36"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"product_id": "openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-37"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.13-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-767"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-383"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-346"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-363"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.13-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v3.3.2-36"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"product_id": "openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-37"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.13-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-767"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-383"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-346"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-363"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"product_id": "openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.13-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v3.3.2-36"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x",
"product_id": "openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-37"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.13-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-767"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-383"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.9.13-22"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-346"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-363"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.13-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v3.3.2-36"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"product_id": "openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-37"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.13-7"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.9.13-20"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.13-9"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-767"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-383"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-25186",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-10T17:00:41.773020+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ruby\u0027s net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client\u0027s receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-25186"
},
{
"category": "external",
"summary": "RHBZ#2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35",
"url": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3",
"url": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022",
"url": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69",
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69"
}
],
"release_date": "2025-02-10T15:55:56.666000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T10:29:32+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/ocp-4-14-release-notes\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/logging/cluster-logging-upgrading",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion"
},
{
"cve": "CVE-2025-27144",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-24T23:00:42.448432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GO-JOSE. In affected versions, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code uses strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. This issue could be exploied by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "RHBZ#2347423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27144"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22",
"url": "https://github.com/go-jose/go-jose/commit/99b346cec4e86d102284642c5dcbe9bb0cacfc22"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5",
"url": "https://github.com/go-jose/go-jose/releases/tag/v4.0.5"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78"
}
],
"release_date": "2025-02-24T22:22:22.863000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T10:29:32+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/ocp-4-14-release-notes\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/logging/cluster-logging-upgrading",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
},
{
"category": "workaround",
"details": "As a workaround, applications can pre-validate that payloads being passed to Go JOSE do not contain an excessive number of `.` characters.",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "go-jose: Go JOSE\u0027s Parsing Vulnerable to Denial of Service"
},
{
"cve": "CVE-2025-27610",
"cwe": {
"id": "CWE-23",
"name": "Relative Path Traversal"
},
"discovery_date": "2025-03-10T23:00:49.649260+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351231"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows an attacker to gain access to all files under the specified root directory, provided they can determine the file\u0027s path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: rubygem-rack: Local File Inclusion in Rack::Static",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability because it allows attackers to bypass `urls:` restrictions and access unintended files under the `root:` directory using encoded path traversal. Since `Rack::Static` is often used to serve public assets, any sensitive files within the same root\u2014like credentials, configs, or source code\u2014can be exposed. The flaw breaks expected isolation between public and private files, and since it\u2019s exploitable remotely without authentication, the impact is far more severe than a moderate issue.\n\nPCS does not use Rack::StaticHandler to serve files; static files are served by Tornado.",
"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": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27610"
},
{
"category": "external",
"summary": "RHBZ#2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583",
"url": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v",
"url": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v"
}
],
"release_date": "2025-03-10T22:19:25.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T10:29:32+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/ocp-4-14-release-notes\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/logging/cluster-logging-upgrading",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: rubygem-rack: Local File Inclusion in Rack::Static"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-16T10:29:32+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/ocp-4-14-release-notes\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/logging/cluster-logging-upgrading",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3906"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:dbabb3b3c43e5084731aebcd518fee508d6f7bdc2b0a5dc8d4bfe59ed10b033f_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:3539043c7d58d40d59bae337e6417ff629a455331c2a8f18072a61a0498c6b0f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8a735ea6035e59ec0be9c08f9b7dc50146f8a15d6b8a440e550d799fc2ab2bfb_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:b4981b32be757f58b436c5aab3f21dfc22e9f29cd7c2261eabf5640a91882bbf_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:c3331a796756a51a217608d9ced14e51d70630e1c1725713bfb94f9f14b5834a_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:80cc7ad26b3636524fb74173f0515dd59c22a96f3df19542dde1b83e855d8aff_ppc64le",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:82bb8c2d3a16857a0e852e559e1df84e7f3a7456aac05fc52f4f43d8c0df4df8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:9b63eb07fca510f850449576f298bb6420e57e46be38f3b53425af1630803888_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a6410818a8dcfed63a24ed9cecf3d0fe309983278e2cc56caf914732021c35cb_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:18d954fab2666daa32c1811a5a2dbfdc5ea33161b867fbe2b1c459b14b2081ce_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:8d4861653f699249106269bf6c22d85dfa6b21e46f950c39267d076f32335037_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:aa88fc2cb75d9f006f9d2e5aad15d2b1b8eaa0e80935c4c277d10ea5a2e93963_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c76b12f9d59f2be7db69ecd3cb674a8c008852cd697f656c7cf6fba33fabe772_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:47f7cbd4c70880374b4583e8bee11b48b46402a8df49b76065cde23f32a2dd8b_amd64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:4e71c1ad1e4f4cf757d7db9aa0c1b278798ee1c8dc30885d2b8bd248a6ae5369_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:7c19c8e1c500dd97b7f1c9d9eb64fbf563521755c4e405660c54640917e63157_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:ecffb9e390c60b776400aecf474dc20093282f75838ead4901348be885c2f54f_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0ce3635a5ecae5508fb4831679b1348c6b878a1cf6d8c2ac802e22eb924bf49c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:2158d0474907210ddd31f75568d04337f195541adf686edd87c136e3ea270ad4_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:69ca6d9abdddf7134dc13e7d56f7c0516fbbac16d817d39c9506258a01a12d94_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:937c168b0f4715d60478336f89ce79a9cae96509f7eb8949201b23e172097946_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8f9ef4f885a9feb96b9be4e7b2ec32f100b5c135267a5c9cb28e941deccded3a_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:9a0af2cd5f384ce9c567342cfd65a2918d3fe9f7ef7c84d7a400d1fec93a2d2e_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:e82024ab78f2d17ff7801c4c436d00a38ad7e9bef1f9edc20981e311cc610756_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f43ce3c1fb3a8ec9dddae2f9bbf40c5cfe5c7261cbd372efb5a909b28a56465f_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:5961121173b43becb595a589806e273494364207977492bd532dbe534ebf6db5_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:5e533297a7d58441eec5f8b7a35dcc465f2848a9eebe198217b9e3bb2fbd1061_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:8d286e6a6f0ca737f0f260b82e3454bd13e58c4eece5df184e6a2aaa324ae165_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:aee5721fb00afe90080988c5a3d3ae433584bdad4397af8231dda7c78a117732_s390x",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:af54bdb148f587e0158ea25934fb29b4911549adec89e5881f27f651c6d353c9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:0a8711edfd92e8e22ed060964b6ddb9a5bd8ba2cee037c760d2a0c7f8c8939ff_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2ef3393c55beba60aaebab40b515011d11e7e03c3f880eacce92b183ad855282_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:6850fcc0f4f85a4572fd8f5da7c1f79ae765e86692d309e805c5b5ba4b67c4af_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:b4133caf795ead8349ae7f4d6aff99c6a17e213217d2f51a7186e3fbcf7cef27_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:18ad05c9d29f7368d996f872c7d9456b60a2990a650f6aaf361a506da89fa8dd_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:9d21f986d9b0e58899e745f6e74f9463078117cc170c2e0adcf30cf6a862cae3_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:be524a81ee2125a4d1df24e68ece19c358eb71ca71a26a5ccc26e889fa02ef61_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:c0f595923db400c436b225ffb9a24c83a710ff19232d1a2ede3ec61d6a26d55a_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:3d4df146ed48f2516fc878a5723866ff3d806693cb5c1921925f178355bed045_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:ee54e2a27f7d32caffcbae7cc74aef2871ab6c11040052c1a193b699f1b53772_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fb08179208ba226bd4944f03c90daf7738b9dc9faa312989ff36d9e7fec0a5d4_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fcd42490f468bee35a25f7c5083270ff7b329c3daa2893d5c775b5007bf5b6f8_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:4493
Vulnerability from csaf_redhat - Published: 2025-05-06 02:33 - Updated: 2026-04-24 14:24A flaw was found in Ruby's net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client's receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
A flaw was found in Ruby's CGI gem. Processing specially crafted large cookies with the CGI::Cookie.parse method can cause excessive resource consumption due to a missing limit on the length of the raw cookie value, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the URI ruby gem package, where userinfo leakage can occur in the uri gem. The methods URI#join, URI#merge, and URI#+ retained userinfo, such as user:password, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak can occur.
CWE-212 - Improper Removal of Sensitive Information Before Storage or Transfer| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the ruby:3.3 module is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion (CVE-2025-25186)\n\n* CGI: Denial of Service in CGI::Cookie.parse (CVE-2025-27219)\n\n* uri: userinfo leakage in URI#join, URI#merge and URI#+ (CVE-2025-27221)\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:4493",
"url": "https://access.redhat.com/errata/RHSA-2025:4493"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "2349699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349699"
},
{
"category": "external",
"summary": "2349700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349700"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4493.json"
}
],
"title": "Red Hat Security Advisory: ruby:3.3 security update",
"tracking": {
"current_release_date": "2026-04-24T14:24:01+00:00",
"generator": {
"date": "2026-04-24T14:24:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:4493",
"initial_release_date": "2025-05-06T02:33:16+00:00",
"revision_history": [
{
"date": "2025-05-06T02:33:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T02:33:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-24T14:24:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=i686\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=src\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=src\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=src\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=x86_64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-default-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-doc@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler@2.5.22-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-irb@1.13.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-minitest@5.20.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product": {
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3)",
"product_id": "rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-doc@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3)",
"product_id": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-doc@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-power_assert@2.0.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rake@13.1.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rdoc@6.6.3.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rexml@3.3.9-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rss@0.3.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-test-unit@3.6.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-typeprof@0.21.9-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems@3.5.22-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product": {
"name": "rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3)",
"product_id": "rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems-devel@3.5.22-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=noarch\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=aarch64\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=ppc64le\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debuginfo@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-mysql2-debugsource@0.5.5-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debuginfo@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3)",
"product_id": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-pg-debugsource@1.5.4-1.module%2Bel9.4.0%2B21222%2Bfaeeed2f?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3)",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-4.module%2Bel9.5.0%2B23030%2B26c9b8e1?arch=s390x\u0026rpmmod=ruby:3.3:9050020250415095239:9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3"
},
"product_reference": "rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3"
},
"product_reference": "rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3"
},
"product_reference": "rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64 (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch (ruby:3.3) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
},
"product_reference": "rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-25186",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-10T17:00:41.773020+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ruby\u0027s net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client\u0027s receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-25186"
},
{
"category": "external",
"summary": "RHBZ#2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35",
"url": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3",
"url": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022",
"url": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69",
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69"
}
],
"release_date": "2025-02-10T15:55:56.666000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T02:33:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4493"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion"
},
{
"cve": "CVE-2025-27219",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-04T00:00:47.344814+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349699"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ruby\u0027s CGI gem. Processing specially crafted large cookies with the CGI::Cookie.parse method can cause excessive resource consumption due to a missing limit on the length of the raw cookie value, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CGI: Denial of Service in CGI::Cookie.parse",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue will cause an excessive resource consumption, potentially resulting in a bad application performance. However, an attacker does have the ability to completely deny service to legitimate users. For this reason, this vulnerability has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27219"
},
{
"category": "external",
"summary": "RHBZ#2349699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349699"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27219",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27219"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/",
"url": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T02:33:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4493"
},
{
"category": "workaround",
"details": "Do not process large cookies or strings with the CGI::Cookie.parse method from the CGI library. Adding a check to verify and limit the length of the cookie or string before processing it will mitigate this vulnerability.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "CGI: Denial of Service in CGI::Cookie.parse"
},
{
"cve": "CVE-2025-27221",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-03-04T00:00:49.400177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the URI ruby gem package, where userinfo leakage can occur in the uri gem. The methods URI#join, URI#merge, and URI#+ retained userinfo, such as user:password, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak can occur.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "uri: userinfo leakage in URI#join, URI#merge and URI#+",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27221"
},
{
"category": "external",
"summary": "RHBZ#2349700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27221",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27221"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-27221.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-27221.yml"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2957667",
"url": "https://hackerone.com/reports/2957667"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T02:33:16+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4493"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.2,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-bundled-gems-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-debugsource-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-default-gems-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-devel-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-doc-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:ruby-libs-debuginfo-0:3.3.8-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bigdecimal-debuginfo-0:3.1.5-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-bundler-0:2.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-io-console-debuginfo-0:0.7.1-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-irb-0:1.13.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-json-debuginfo-0:2.7.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-minitest-0:5.20.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debuginfo-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-debugsource-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-mysql2-doc-0:0.5.5-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.src::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debuginfo-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-debugsource-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-pg-doc-0:1.5.4-1.module+el9.4.0+21222+faeeed2f.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-power_assert-0:2.0.3-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-psych-debuginfo-0:5.1.2-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-racc-debuginfo-0:1.7.3-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rake-0:13.1.0-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.aarch64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.i686::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.ppc64le::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.s390x::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rbs-debuginfo-0:3.4.0-4.module+el9.5.0+23030+26c9b8e1.x86_64::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rdoc-0:6.6.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rexml-0:3.3.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-rss-0:0.3.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-test-unit-0:3.6.1-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygem-typeprof-0:0.21.9-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3",
"AppStream-9.5.0.Z.MAIN:rubygems-devel-0:3.5.22-4.module+el9.5.0+23030+26c9b8e1.noarch::ruby:3.3"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "uri: userinfo leakage in URI#join, URI#merge and URI#+"
}
]
}
RHSA-2025:8131
Vulnerability from csaf_redhat - Published: 2025-05-26 08:36 - Updated: 2026-04-24 14:24A flaw was found in Ruby's net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client's receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in Ruby's CGI gem. Processing specially crafted large cookies with the CGI::Cookie.parse method can cause excessive resource consumption due to a missing limit on the length of the raw cookie value, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the URI ruby gem package, where userinfo leakage can occur in the uri gem. The methods URI#join, URI#merge, and URI#+ retained userinfo, such as user:password, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak can occur.
CWE-212 - Improper Removal of Sensitive Information Before Storage or Transfer| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for ruby is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion (CVE-2025-25186)\n\n* CGI: Denial of Service in CGI::Cookie.parse (CVE-2025-27219)\n\n* uri: userinfo leakage in URI#join, URI#merge and URI#+ (CVE-2025-27221)\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:8131",
"url": "https://access.redhat.com/errata/RHSA-2025:8131"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "2349699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349699"
},
{
"category": "external",
"summary": "2349700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349700"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_8131.json"
}
],
"title": "Red Hat Security Advisory: ruby security update",
"tracking": {
"current_release_date": "2026-04-24T14:24:42+00:00",
"generator": {
"date": "2026-04-24T14:24:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:8131",
"initial_release_date": "2025-05-26T08:36:52+00:00",
"revision_history": [
{
"date": "2025-05-26T08:36:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-26T08:36:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-24T14:24:42+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_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "ruby-0:3.3.8-10.el10_0.src",
"product": {
"name": "ruby-0:3.3.8-10.el10_0.src",
"product_id": "ruby-0:3.3.8-10.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-10.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-devel-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-devel-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-libs-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-libs-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"product_id": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"product": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"product_id": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-10.el10_0.aarch64",
"product": {
"name": "rubygem-json-0:2.7.2-10.el10_0.aarch64",
"product_id": "rubygem-json-0:2.7.2-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"product": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"product_id": "rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"product": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"product_id": "rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"product": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"product_id": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_id": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"product_id": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-10.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-10.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"product_id": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"product": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"product_id": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"product": {
"name": "rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"product_id": "rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"product": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"product_id": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"product": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"product_id": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"product": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"product_id": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_id": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"product_id": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-10.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-10.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-devel-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-devel-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-libs-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-libs-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"product_id": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"product": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"product_id": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-10.el10_0.x86_64",
"product": {
"name": "rubygem-json-0:2.7.2-10.el10_0.x86_64",
"product_id": "rubygem-json-0:2.7.2-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"product": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"product_id": "rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"product": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"product_id": "rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"product": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"product_id": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_id": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"product_id": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-10.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-10.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-devel-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-devel-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-devel-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-devel@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-libs-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-libs-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"product": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"product_id": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal@3.1.5-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"product": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"product_id": "rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console@0.7.1-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-0:2.7.2-10.el10_0.s390x",
"product": {
"name": "rubygem-json-0:2.7.2-10.el10_0.s390x",
"product_id": "rubygem-json-0:2.7.2-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json@2.7.2-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-0:5.1.2-10.el10_0.s390x",
"product": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.s390x",
"product_id": "rubygem-psych-0:5.1.2-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych@5.1.2-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-0:1.7.3-10.el10_0.s390x",
"product": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.s390x",
"product_id": "rubygem-racc-0:1.7.3-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc@1.7.3-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"product": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"product_id": "rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs@3.4.0-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debugsource@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-bundled-gems-debuginfo@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-debuginfo@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"product": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_id": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-libs-debuginfo@3.3.8-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"product": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"product_id": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bigdecimal-debuginfo@3.1.5-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"product": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"product_id": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-io-console-debuginfo@0.7.1-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"product": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"product_id": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-json-debuginfo@2.7.2-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"product": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"product_id": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-psych-debuginfo@5.1.2-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"product": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"product_id": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-racc-debuginfo@1.7.3-10.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"product": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"product_id": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rbs-debuginfo@3.4.0-10.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"product": {
"name": "ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"product_id": "ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-default-gems@3.3.8-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"product": {
"name": "rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"product_id": "rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-bundler@2.5.22-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-irb-0:1.13.1-10.el10_0.noarch",
"product": {
"name": "rubygem-irb-0:1.13.1-10.el10_0.noarch",
"product_id": "rubygem-irb-0:1.13.1-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-irb@1.13.1-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"product": {
"name": "rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"product_id": "rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-minitest@5.20.0-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"product": {
"name": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"product_id": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-power_assert@2.0.3-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rake-0:13.1.0-10.el10_0.noarch",
"product": {
"name": "rubygem-rake-0:13.1.0-10.el10_0.noarch",
"product_id": "rubygem-rake-0:13.1.0-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rake@13.1.0-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"product": {
"name": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"product_id": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rdoc@6.6.3.1-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"product": {
"name": "rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"product_id": "rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rexml@3.3.9-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rss-0:0.3.1-10.el10_0.noarch",
"product": {
"name": "rubygem-rss-0:0.3.1-10.el10_0.noarch",
"product_id": "rubygem-rss-0:0.3.1-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rss@0.3.1-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"product": {
"name": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"product_id": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-test-unit@3.6.1-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"product": {
"name": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"product_id": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-typeprof@0.21.9-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygems-0:3.5.22-10.el10_0.noarch",
"product": {
"name": "rubygems-0:3.5.22-10.el10_0.noarch",
"product_id": "rubygems-0:3.5.22-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems@3.5.22-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygems-devel-0:3.5.22-10.el10_0.noarch",
"product": {
"name": "rubygems-devel-0:3.5.22-10.el10_0.noarch",
"product_id": "rubygems-devel-0:3.5.22-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygems-devel@3.5.22-10.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ruby-doc-0:3.3.8-10.el10_0.noarch",
"product": {
"name": "ruby-doc-0:3.3.8-10.el10_0.noarch",
"product_id": "ruby-doc-0:3.3.8-10.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ruby-doc@3.3.8-10.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.8-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch"
},
"product_reference": "ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.8-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch"
},
"product_reference": "ruby-doc-0:3.3.8-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch"
},
"product_reference": "rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch"
},
"product_reference": "rubygem-irb-0:1.13.1-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch"
},
"product_reference": "rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch"
},
"product_reference": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch"
},
"product_reference": "rubygem-rake-0:13.1.0-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.3.9-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch"
},
"product_reference": "rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch"
},
"product_reference": "rubygem-rss-0:0.3.1-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch"
},
"product_reference": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch"
},
"product_reference": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch"
},
"product_reference": "rubygems-0:3.5.22-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
},
"product_reference": "rubygems-devel-0:3.5.22-10.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-default-gems-0:3.3.8-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch"
},
"product_reference": "ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-devel-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-devel-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-doc-0:3.3.8-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch"
},
"product_reference": "ruby-doc-0:3.3.8-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-libs-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64"
},
"product_reference": "ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64"
},
"product_reference": "rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64"
},
"product_reference": "rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-bundler-0:2.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch"
},
"product_reference": "rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64"
},
"product_reference": "rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64"
},
"product_reference": "rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-irb-0:1.13.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch"
},
"product_reference": "rubygem-irb-0:1.13.1-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-0:2.7.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-json-0:2.7.2-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-minitest-0:5.20.0-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch"
},
"product_reference": "rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch"
},
"product_reference": "rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-0:5.1.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64"
},
"product_reference": "rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-0:1.7.3-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64"
},
"product_reference": "rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64"
},
"product_reference": "rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rake-0:13.1.0-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch"
},
"product_reference": "rubygem-rake-0:13.1.0-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64"
},
"product_reference": "rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64"
},
"product_reference": "rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch"
},
"product_reference": "rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rexml-0:3.3.9-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch"
},
"product_reference": "rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rss-0:0.3.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch"
},
"product_reference": "rubygem-rss-0:0.3.1-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch"
},
"product_reference": "rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch"
},
"product_reference": "rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-0:3.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch"
},
"product_reference": "rubygems-0:3.5.22-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygems-devel-0:3.5.22-10.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
},
"product_reference": "rubygems-devel-0:3.5.22-10.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-25186",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-10T17:00:41.773020+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ruby\u0027s net-imap library. In certain versions, there is a possibility for denial of service by memory exhaustion in the `net-imap` response parser. At any time while the client is connected, a malicious server can send highly compressed `uid-set` data, which is automatically read by the client\u0027s receiver thread. The response parser converts the `uid-set` data into arrays of integers with no limitation on the expanded size of the ranges, which can trigger memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-25186"
},
{
"category": "external",
"summary": "RHBZ#2344680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25186"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35",
"url": "https://github.com/ruby/net-imap/commit/70e3ddd071a94e450b3238570af482c296380b35"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3",
"url": "https://github.com/ruby/net-imap/commit/c8c5a643739d2669f0c9a6bb9770d0c045fd74a3"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022",
"url": "https://github.com/ruby/net-imap/commit/cb92191b1ddce2d978d01b56a0883b6ecf0b1022"
},
{
"category": "external",
"summary": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69",
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-7fc5-f82f-cx69"
}
],
"release_date": "2025-02-10T15:55:56.666000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-26T08:36:52+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:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8131"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net-imap: Net::IMAP vulnerable to possible DoS by memory exhaustion"
},
{
"cve": "CVE-2025-27219",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-03-04T00:00:47.344814+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349699"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ruby\u0027s CGI gem. Processing specially crafted large cookies with the CGI::Cookie.parse method can cause excessive resource consumption due to a missing limit on the length of the raw cookie value, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "CGI: Denial of Service in CGI::Cookie.parse",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue will cause an excessive resource consumption, potentially resulting in a bad application performance. However, an attacker does have the ability to completely deny service to legitimate users. For this reason, this vulnerability has been rated with a moderate severity.",
"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:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27219"
},
{
"category": "external",
"summary": "RHBZ#2349699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349699"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27219",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27219"
},
{
"category": "external",
"summary": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/",
"url": "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-26T08:36:52+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:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8131"
},
{
"category": "workaround",
"details": "Do not process large cookies or strings with the CGI::Cookie.parse method from the CGI library. Adding a check to verify and limit the length of the cookie or string before processing it will mitigate this vulnerability.",
"product_ids": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "CGI: Denial of Service in CGI::Cookie.parse"
},
{
"cve": "CVE-2025-27221",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2025-03-04T00:00:49.400177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349700"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the URI ruby gem package, where userinfo leakage can occur in the uri gem. The methods URI#join, URI#merge, and URI#+ retained userinfo, such as user:password, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak can occur.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "uri: userinfo leakage in URI#join, URI#merge and URI#+",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27221"
},
{
"category": "external",
"summary": "RHBZ#2349700",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349700"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27221",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27221"
},
{
"category": "external",
"summary": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-27221.yml",
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-27221.yml"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2957667",
"url": "https://hackerone.com/reports/2957667"
}
],
"release_date": "2025-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-26T08:36:52+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:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:8131"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.2,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"AppStream-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"AppStream-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"AppStream-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"AppStream-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"AppStream-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"AppStream-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.src",
"CRB-10.0.Z:ruby-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-bundled-gems-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-debugsource-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-default-gems-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-devel-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-doc-0:3.3.8-10.el10_0.noarch",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.aarch64",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.ppc64le",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.s390x",
"CRB-10.0.Z:ruby-libs-debuginfo-0:3.3.8-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-bigdecimal-debuginfo-0:3.1.5-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-bundler-0:2.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-io-console-debuginfo-0:0.7.1-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-irb-0:1.13.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-json-debuginfo-0:2.7.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-minitest-0:5.20.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-power_assert-0:2.0.3-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-psych-debuginfo-0:5.1.2-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-racc-debuginfo-0:1.7.3-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rake-0:13.1.0-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.aarch64",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.ppc64le",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.s390x",
"CRB-10.0.Z:rubygem-rbs-debuginfo-0:3.4.0-10.el10_0.x86_64",
"CRB-10.0.Z:rubygem-rdoc-0:6.6.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rexml-0:3.3.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-rss-0:0.3.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-test-unit-0:3.6.1-10.el10_0.noarch",
"CRB-10.0.Z:rubygem-typeprof-0:0.21.9-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-0:3.5.22-10.el10_0.noarch",
"CRB-10.0.Z:rubygems-devel-0:3.5.22-10.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "uri: userinfo leakage in URI#join, URI#merge and URI#+"
}
]
}
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.