Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-55373 (GCVE-0-2026-55373)
Vulnerability from cvelistv5 – Published: 2026-08-25 00:39 – Updated: 2026-08-25 13:37| URL | Tags |
|---|---|
| https://github.com/AcademySoftwareFoundation/open… | x_refsource_CONFIRM |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| AcademySoftwareFoundation | openexr |
Affected:
< 3.2.10
Affected: >= 3.3.0, < 3.3.12 Affected: >= 3.4.0, < 3.4.13 |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55373",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-25T13:37:26.507149Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-25T13:37:33.398Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "openexr",
"vendor": "AcademySoftwareFoundation",
"versions": [
{
"status": "affected",
"version": "\u003c 3.2.10"
},
{
"status": "affected",
"version": "\u003e= 3.3.0, \u003c 3.3.12"
},
{
"status": "affected",
"version": "\u003e= 3.4.0, \u003c 3.4.13"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"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:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-835",
"description": "CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-25T00:39:45.185Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh"
}
],
"source": {
"advisory": "GHSA-mff9-68x3-h8rh",
"discovery": "UNKNOWN"
},
"title": "OpenEXR: OpenEXRUtil SampleCountChannel endEdit() can loop forever on UINT_MAX sample counts"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-55373",
"datePublished": "2026-08-25T00:39:45.185Z",
"dateReserved": "2026-06-16T18:57:40.181Z",
"dateUpdated": "2026-08-25T13:37:33.398Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-55373",
"date": "2026-08-31",
"epss": "0.0011",
"percentile": "0.01389"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-55373\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-25T01:16:36.947\",\"lastModified\":\"2026-08-25T14:16:52.310\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"AcademySoftwareFoundation\",\"product\":\"openexr\",\"versions\":[{\"version\":\"\u003c 3.2.10\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.3.0, \u003c 3.3.12\",\"status\":\"affected\"},{\"version\":\"\u003e= 3.4.0, \u003c 3.4.13\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.2,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-25T13:37:26.507149Z\",\"id\":\"CVE-2026-55373\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-400\"},{\"lang\":\"en\",\"value\":\"CWE-835\"}]}],\"references\":[{\"url\":\"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-25T15:36:55+00:00",
"cve": "CVE-2026-55373",
"id": "CVE-2026-55373",
"initial_release_date": "2026-08-25T00:39:45.185000+00:00",
"product_status:known_affected": "11",
"product_status:known_not_affected": "7",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "openexr: OpenEXR: Denial of Service via infinite loop in sample count processing.",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-55373.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-55373\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-25T13:37:26.507149Z\"}}}], \"references\": [{\"url\": \"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-25T13:36:58.164Z\"}}], \"cna\": {\"title\": \"OpenEXR: OpenEXRUtil SampleCountChannel endEdit() can loop forever on UINT_MAX sample counts\", \"source\": {\"advisory\": \"GHSA-mff9-68x3-h8rh\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.2, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"AcademySoftwareFoundation\", \"product\": \"openexr\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.2.10\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.3.0, \u003c 3.3.12\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.4.0, \u003c 3.4.13\"}]}], \"references\": [{\"url\": \"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh\", \"name\": \"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-835\", \"description\": \"CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-08-25T00:39:45.185Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-55373\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-25T13:37:33.398Z\", \"dateReserved\": \"2026-06-16T18:57:40.181Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-08-25T00:39:45.185Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-55373
Vulnerability from fkie_nvd - Published: 2026-08-25 01:16 - Updated: 2026-08-25 14:16| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "openexr",
"vendor": "AcademySoftwareFoundation",
"versions": [
{
"status": "affected",
"version": "\u003c 3.2.10"
},
{
"status": "affected",
"version": "\u003e= 3.3.0, \u003c 3.3.12"
},
{
"status": "affected",
"version": "\u003e= 3.4.0, \u003c 3.4.13"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13."
}
],
"id": "CVE-2026-55373",
"lastModified": "2026-08-25T14:16:52.310",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"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:H",
"version": "3.1"
},
"exploitabilityScore": 2.5,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-55373",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-25T13:37:26.507149Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-08-25T01:16:36.947",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-mff9-68x3-h8rh"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
},
{
"lang": "en",
"value": "CWE-400"
},
{
"lang": "en",
"value": "CWE-835"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
OPENSUSE-SU-2026:11218-1
Vulnerability from csaf_opensuse - Published: 2026-07-08 00:00 - Updated: 2026-07-08 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:openexr-doc-3.4.13-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.13-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.13-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11218",
"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_11218-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-53532 page",
"url": "https://www.suse.com/security/cve/CVE-2026-53532/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-54920 page",
"url": "https://www.suse.com/security/cve/CVE-2026-54920/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55059 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55371 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55371/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55373 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55373/"
}
],
"title": "libIex-3_4-33-3.4.13-1.1 on GA media",
"tracking": {
"current_release_date": "2026-07-08T00:00:00Z",
"generator": {
"date": "2026-07-08T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11218-1",
"initial_release_date": "2026-07-08T00:00:00Z",
"revision_history": [
{
"date": "2026-07-08T00: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.13-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-3.4.13-1.1.aarch64",
"product_id": "libIex-3_4-33-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"product_id": "libIex-3_4-33-32bit-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-3.4.13-1.1.aarch64",
"product": {
"name": "openexr-3.4.13-1.1.aarch64",
"product_id": "openexr-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.13-1.1.aarch64",
"product": {
"name": "openexr-devel-3.4.13-1.1.aarch64",
"product_id": "openexr-devel-3.4.13-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.13-1.1.aarch64",
"product": {
"name": "openexr-doc-3.4.13-1.1.aarch64",
"product_id": "openexr-doc-3.4.13-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.13-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-3.4.13-1.1.ppc64le",
"product_id": "libIex-3_4-33-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product_id": "libIex-3_4-33-32bit-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-3.4.13-1.1.ppc64le",
"product": {
"name": "openexr-3.4.13-1.1.ppc64le",
"product_id": "openexr-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.13-1.1.ppc64le",
"product": {
"name": "openexr-devel-3.4.13-1.1.ppc64le",
"product_id": "openexr-devel-3.4.13-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.13-1.1.ppc64le",
"product": {
"name": "openexr-doc-3.4.13-1.1.ppc64le",
"product_id": "openexr-doc-3.4.13-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.13-1.1.s390x",
"product": {
"name": "libIex-3_4-33-3.4.13-1.1.s390x",
"product_id": "libIex-3_4-33-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"product": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"product_id": "libIex-3_4-33-32bit-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.13-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.s390x",
"product_id": "libIlmThread-3_4-33-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"product_id": "libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-3.4.13-1.1.s390x",
"product": {
"name": "openexr-3.4.13-1.1.s390x",
"product_id": "openexr-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.13-1.1.s390x",
"product": {
"name": "openexr-devel-3.4.13-1.1.s390x",
"product_id": "openexr-devel-3.4.13-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.13-1.1.s390x",
"product": {
"name": "openexr-doc-3.4.13-1.1.s390x",
"product_id": "openexr-doc-3.4.13-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_4-33-3.4.13-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-3.4.13-1.1.x86_64",
"product_id": "libIex-3_4-33-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"product_id": "libIex-3_4-33-32bit-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product": {
"name": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product_id": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product": {
"name": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product_id": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product_id": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"product_id": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-3.4.13-1.1.x86_64",
"product": {
"name": "openexr-3.4.13-1.1.x86_64",
"product_id": "openexr-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.4.13-1.1.x86_64",
"product": {
"name": "openexr-devel-3.4.13-1.1.x86_64",
"product_id": "openexr-devel-3.4.13-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-doc-3.4.13-1.1.x86_64",
"product": {
"name": "openexr-doc-3.4.13-1.1.x86_64",
"product_id": "openexr-doc-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x"
},
"product_reference": "libIex-3_4-33-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x"
},
"product_reference": "libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIex-3_4-33-32bit-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-32bit-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.13-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.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.13-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.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.13-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.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
},
"product_reference": "libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-32bit-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.13-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.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.13-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.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.13-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.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
},
"product_reference": "libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-32bit-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-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.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-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.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-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.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-32bit-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-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.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-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.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-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.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-32bit-3.4.13-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.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-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.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-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.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-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.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64"
},
"product_reference": "openexr-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le"
},
"product_reference": "openexr-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x"
},
"product_reference": "openexr-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64"
},
"product_reference": "openexr-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64"
},
"product_reference": "openexr-devel-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le"
},
"product_reference": "openexr-devel-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x"
},
"product_reference": "openexr-devel-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64"
},
"product_reference": "openexr-devel-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.13-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64"
},
"product_reference": "openexr-doc-3.4.13-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.13-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le"
},
"product_reference": "openexr-doc-3.4.13-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.13-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x"
},
"product_reference": "openexr-doc-3.4.13-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-doc-3.4.13-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
},
"product_reference": "openexr-doc-3.4.13-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-53532",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-53532"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-53532",
"url": "https://www.suse.com/security/cve/CVE-2026-53532"
},
{
"category": "external",
"summary": "SUSE Bug 1269705 for CVE-2026-53532",
"url": "https://bugzilla.suse.com/1269705"
}
],
"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.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-53532"
},
{
"cve": "CVE-2026-54920",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-54920"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-54920",
"url": "https://www.suse.com/security/cve/CVE-2026-54920"
},
{
"category": "external",
"summary": "SUSE Bug 1269703 for CVE-2026-54920",
"url": "https://bugzilla.suse.com/1269703"
}
],
"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.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-54920"
},
{
"cve": "CVE-2026-55059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55059"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55059",
"url": "https://www.suse.com/security/cve/CVE-2026-55059"
},
{
"category": "external",
"summary": "SUSE Bug 1269702 for CVE-2026-55059",
"url": "https://bugzilla.suse.com/1269702"
}
],
"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.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-55059"
},
{
"cve": "CVE-2026-55371",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55371"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55371",
"url": "https://www.suse.com/security/cve/CVE-2026-55371"
},
{
"category": "external",
"summary": "SUSE Bug 1269562 for CVE-2026-55371",
"url": "https://bugzilla.suse.com/1269562"
}
],
"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.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-55371"
},
{
"cve": "CVE-2026-55373",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55373"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55373",
"url": "https://www.suse.com/security/cve/CVE-2026-55373"
},
{
"category": "external",
"summary": "SUSE Bug 1269701 for CVE-2026-55373",
"url": "https://bugzilla.suse.com/1269701"
}
],
"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.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIex-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libIlmThread-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXR-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRCore-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-32bit-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:libOpenEXRUtil-3_4-33-x86-64-v3-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-devel-3.4.13-1.1.x86_64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.aarch64",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.ppc64le",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.s390x",
"openSUSE Tumbleweed:openexr-doc-3.4.13-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-08T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-55373"
}
]
}
OPENSUSE-SU-2026:21336-1
Vulnerability from csaf_opensuse - Published: 2026-07-14 08:47 - Updated: 2026-07-14 08:47| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch | — |
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": "Security update for openexr",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for openexr fixes the following issues\n\n- CVE-2026-54920: unchecked integer overflows in Image::resize() followed by an exception can lead to an invalid delete\n via uninitialized pointers (bsc#1269703).\n- CVE-2026-55059: row setter utilizing dataWindow.min.x instead of min.y can lead to a heap out-of-bounds write\n (bsc#1269702).\n- CVE-2026-55373: integer overflow in roundListSizeUp() wrapping a 32-bit unsigned value to zero can lead to an infinite\n loop (bsc#1269701).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1240",
"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_21336-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1269701",
"url": "https://bugzilla.suse.com/1269701"
},
{
"category": "self",
"summary": "SUSE Bug 1269702",
"url": "https://bugzilla.suse.com/1269702"
},
{
"category": "self",
"summary": "SUSE Bug 1269703",
"url": "https://bugzilla.suse.com/1269703"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-54920 page",
"url": "https://www.suse.com/security/cve/CVE-2026-54920/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55059 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-55373 page",
"url": "https://www.suse.com/security/cve/CVE-2026-55373/"
}
],
"title": "Security update for openexr",
"tracking": {
"current_release_date": "2026-07-14T08:47:36Z",
"generator": {
"date": "2026-07-14T08:47:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21336-1",
"initial_release_date": "2026-07-14T08:47:36Z",
"revision_history": [
{
"date": "2026-07-14T08:47:36Z",
"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.9.1.aarch64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"product_id": "libIex-3_2-31-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.9.1.aarch64",
"product": {
"name": "openexr-3.2.2-160000.9.1.aarch64",
"product_id": "openexr-3.2.2-160000.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.9.1.aarch64",
"product": {
"name": "openexr-devel-3.2.2-160000.9.1.aarch64",
"product_id": "openexr-devel-3.2.2-160000.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openexr-doc-3.2.2-160000.9.1.noarch",
"product": {
"name": "openexr-doc-3.2.2-160000.9.1.noarch",
"product_id": "openexr-doc-3.2.2-160000.9.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"product_id": "libIex-3_2-31-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "openexr-3.2.2-160000.9.1.ppc64le",
"product_id": "openexr-3.2.2-160000.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.9.1.ppc64le",
"product": {
"name": "openexr-devel-3.2.2-160000.9.1.ppc64le",
"product_id": "openexr-devel-3.2.2-160000.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.9.1.s390x",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.9.1.s390x",
"product_id": "libIex-3_2-31-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.9.1.s390x",
"product": {
"name": "openexr-3.2.2-160000.9.1.s390x",
"product_id": "openexr-3.2.2-160000.9.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.9.1.s390x",
"product": {
"name": "openexr-devel-3.2.2-160000.9.1.s390x",
"product_id": "openexr-devel-3.2.2-160000.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"product_id": "libIex-3_2-31-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product_id": "libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"product_id": "libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product_id": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product": {
"name": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"product_id": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-3.2.2-160000.9.1.x86_64",
"product": {
"name": "openexr-3.2.2-160000.9.1.x86_64",
"product_id": "openexr-3.2.2-160000.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-devel-3.2.2-160000.9.1.x86_64",
"product": {
"name": "openexr-devel-3.2.2-160000.9.1.x86_64",
"product_id": "openexr-devel-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.9.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.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.9.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.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.9.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.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64"
},
"product_reference": "libIex-3_2-31-3.2.2-160000.9.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.9.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.9.1.x86_64"
},
"product_reference": "libIex-3_2-31-x86-64-v3-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.9.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.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.9.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.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.9.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.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-3.2.2-160000.9.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.9.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.9.1.x86_64"
},
"product_reference": "libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.9.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.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.9.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.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.9.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.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-3.2.2-160000.9.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.9.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.9.1.x86_64"
},
"product_reference": "libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.9.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.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.9.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.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.9.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.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-3.2.2-160000.9.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.9.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.9.1.x86_64"
},
"product_reference": "libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.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.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.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.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.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.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-3.2.2-160000.9.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.9.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.9.1.x86_64"
},
"product_reference": "libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64"
},
"product_reference": "openexr-3.2.2-160000.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "openexr-3.2.2-160000.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x"
},
"product_reference": "openexr-3.2.2-160000.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-3.2.2-160000.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64"
},
"product_reference": "openexr-3.2.2-160000.9.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.9.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64"
},
"product_reference": "openexr-devel-3.2.2-160000.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.9.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le"
},
"product_reference": "openexr-devel-3.2.2-160000.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.9.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x"
},
"product_reference": "openexr-devel-3.2.2-160000.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-3.2.2-160000.9.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64"
},
"product_reference": "openexr-devel-3.2.2-160000.9.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.9.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
},
"product_reference": "openexr-doc-3.2.2-160000.9.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-54920",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-54920"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-54920",
"url": "https://www.suse.com/security/cve/CVE-2026-54920"
},
{
"category": "external",
"summary": "SUSE Bug 1269703 for CVE-2026-54920",
"url": "https://bugzilla.suse.com/1269703"
}
],
"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.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-14T08:47:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-54920"
},
{
"cve": "CVE-2026-55059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55059"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55059",
"url": "https://www.suse.com/security/cve/CVE-2026-55059"
},
{
"category": "external",
"summary": "SUSE Bug 1269702 for CVE-2026-55059",
"url": "https://bugzilla.suse.com/1269702"
}
],
"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.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-14T08:47:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-55059"
},
{
"cve": "CVE-2026-55373",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-55373"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-55373",
"url": "https://www.suse.com/security/cve/CVE-2026-55373"
},
{
"category": "external",
"summary": "SUSE Bug 1269701 for CVE-2026-55373",
"url": "https://bugzilla.suse.com/1269701"
}
],
"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.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIex-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIex-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libIlmThread-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libIlmThread-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXR-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRCore-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:libOpenEXRUtil-3_2-31-x86-64-v3-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.aarch64",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.ppc64le",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.s390x",
"openSUSE Leap 16.0:openexr-devel-3.2.2-160000.9.1.x86_64",
"openSUSE Leap 16.0:openexr-doc-3.2.2-160000.9.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-14T08:47:36Z",
"details": "moderate"
}
],
"title": "CVE-2026-55373"
}
]
}
ubuntu-cve-2026-55373
Vulnerability from osv_ubuntu
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr22",
"binary_version": "2.2.0-10ubuntu2.6+esm4"
},
{
"binary_name": "openexr",
"binary_version": "2.2.0-10ubuntu2.6+esm4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@2.2.0-10ubuntu2.6+esm4?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.0-1ubuntu3",
"2.2.0-7ubuntu1",
"2.2.0-9ubuntu1",
"2.2.0-10ubuntu2",
"2.2.0-10ubuntu2.1",
"2.2.0-10ubuntu2.2",
"2.2.0-10ubuntu2.3",
"2.2.0-10ubuntu2.4",
"2.2.0-10ubuntu2.6",
"2.2.0-10ubuntu2.6+esm1",
"2.2.0-10ubuntu2.6+esm2",
"2.2.0-10ubuntu2.6+esm3",
"2.2.0-10ubuntu2.6+esm4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr22",
"binary_version": "2.2.0-11.1ubuntu1.9+esm1"
},
{
"binary_name": "openexr",
"binary_version": "2.2.0-11.1ubuntu1.9+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@2.2.0-11.1ubuntu1.9+esm1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.0-11ubuntu1",
"2.2.0-11.1ubuntu1",
"2.2.0-11.1ubuntu1.1",
"2.2.0-11.1ubuntu1.2",
"2.2.0-11.1ubuntu1.3",
"2.2.0-11.1ubuntu1.4",
"2.2.0-11.1ubuntu1.6",
"2.2.0-11.1ubuntu1.7",
"2.2.0-11.1ubuntu1.8",
"2.2.0-11.1ubuntu1.9",
"2.2.0-11.1ubuntu1.9+esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr24",
"binary_version": "2.3.0-6ubuntu0.5+esm2"
},
{
"binary_name": "openexr",
"binary_version": "2.3.0-6ubuntu0.5+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@2.3.0-6ubuntu0.5+esm2?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.2.1-4.1ubuntu1",
"2.3.0-6",
"2.3.0-6build1",
"2.3.0-6ubuntu0.1",
"2.3.0-6ubuntu0.2",
"2.3.0-6ubuntu0.3",
"2.3.0-6ubuntu0.5",
"2.3.0-6ubuntu0.5+esm1",
"2.3.0-6ubuntu0.5+esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr25",
"binary_version": "2.5.7-1ubuntu0.1~esm2"
},
{
"binary_name": "openexr",
"binary_version": "2.5.7-1ubuntu0.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@2.5.7-1ubuntu0.1~esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5.4-2",
"2.5.7-1",
"2.5.7-1ubuntu0.1~esm1",
"2.5.7-1ubuntu0.1~esm2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr-3-1-30",
"binary_version": "3.1.5-5.1ubuntu0.1~esm1"
},
{
"binary_name": "openexr",
"binary_version": "3.1.5-5.1ubuntu0.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:24.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@3.1.5-5.1ubuntu0.1~esm1?arch=source\u0026distro=esm-apps/noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.1.5-5.1",
"3.1.5-5.1build1",
"3.1.5-5.1build2",
"3.1.5-5.1build3",
"3.1.5-5.1ubuntu0.1~esm1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libopenexr-3-1-30",
"binary_version": "3.1.13-2ubuntu0.26.04.1~esm1"
},
{
"binary_name": "openexr",
"binary_version": "3.1.13-2ubuntu0.26.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:26.04:LTS",
"name": "openexr",
"purl": "pkg:deb/ubuntu/openexr@3.1.13-2ubuntu0.26.04.1~esm1?arch=source\u0026distro=esm-apps/resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.1.13-2",
"3.1.13-2build1",
"3.1.13-2ubuntu0.26.04.1~esm1"
]
}
],
"aliases": [],
"details": "OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. Versions prior to 3.2.10, 3.3.12, and 3.4.13 contain an infinite-loop vulnerability in SampleCountChannel. The helper roundListSizeUp() rounds a sample-list size up to the next power of two using repeated unsigned left shifts, which terminates for normal values but fails for UINT_MAX: the sequence reaches 0x80000000, and the next left shift wraps the 32-bit value to 0. Because 0 remains less than UINT_MAX, the loop never progresses and never exits. The bug is reachable through public OpenEXRUtil APIs, either by editing the sample-count buffer through SampleCountChannel::Edit (whose destructor calls endEdit()) or by calling SampleCountChannel::set(x, y, UINT_MAX) on a valid pixel. This issue has been fixed in versions 3.2.10, 3.3.12, and 3.4.13.",
"id": "UBUNTU-CVE-2026-55373",
"modified": "2026-08-27T08:38:38Z",
"published": "2026-08-25T00:00:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-55373"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-55373"
},
{
"type": "REPORT",
"url": "https://github.com/academysoftwarefoundation/openexr/security/advisories/ghsa-mff9-68x3-h8rh"
},
{
"type": "REPORT",
"url": "https://github.com/cveproject/cvelistv5/tree/main/cves/2026/55xxx/cve-2026-55373.json"
},
{
"type": "REPORT",
"url": "https://nvd.nist.gov/vuln/detail/cve-2026-55373"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-55373"
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.