Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-54920 (GCVE-0-2026-54920)
Vulnerability from cvelistv5 – Published: 2026-08-25 00:10 – Updated: 2026-08-25 00:10
VLAI
EPSS
VEX
Title
OpenEXR: Integer overflow and uninitialized pointer cause invalid delete in OpenEXRUtil image resize
Summary
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions 3.4.0 through 3.4.12, a reachable assertion failure in the HTJ2K decode path allows a crafted HTJ2K-compressed EXR file to cause an unconditional process abort in any application that calls exr_start_read() on untrusted input, resulting in denial of service. The crash is triggered by a QCD marker whose lower five bits are zero, which OpenEXR passes into the vendored OpenJPH library while constructing the codestream and evaluating its quantization delta parameters. OpenJPH uses an assertion rather than a recoverable error to validate those bits, so any invalid value calls abort() directly and cannot be intercepted by surrounding error handling, a problem compounded by OpenEXR wrapping only its internal HT header parser in error handling while leaving the later codestream read and construction calls unprotected. This issue has been resolved in version 3.4.13.
Severity
Assigner
References
1 reference
| URL | Tags |
|---|---|
| https://github.com/AcademySoftwareFoundation/open… | x_refsource_CONFIRM |
Impacted products
1 product
| 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": {
"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. In versions 3.4.0 through 3.4.12, a reachable assertion failure in the HTJ2K decode path allows a crafted HTJ2K-compressed EXR file to cause an unconditional process abort in any application that calls exr_start_read() on untrusted input, resulting in denial of service. The crash is triggered by a QCD marker whose lower five bits are zero, which OpenEXR passes into the vendored OpenJPH library while constructing the codestream and evaluating its quantization delta parameters. OpenJPH uses an assertion rather than a recoverable error to validate those bits, so any invalid value calls abort() directly and cannot be intercepted by surrounding error handling, a problem compounded by OpenEXR wrapping only its internal HT header parser in error handling while leaving the later codestream read and construction calls unprotected. This issue has been resolved in version 3.4.13."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-824",
"description": "CWE-824: Access of Uninitialized Pointer",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-25T00:10:39.077Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-fp75-87pr-8329",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-fp75-87pr-8329"
}
],
"source": {
"advisory": "GHSA-fp75-87pr-8329",
"discovery": "UNKNOWN"
},
"title": "OpenEXR: Integer overflow and uninitialized pointer cause invalid delete in OpenEXRUtil image resize"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54920",
"datePublished": "2026-08-25T00:10:39.077Z",
"dateReserved": "2026-06-16T13:49:33.557Z",
"dateUpdated": "2026-08-25T00:10:39.077Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-54920\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-08-25T01:16:36.290\",\"lastModified\":\"2026-08-25T01:16:36.290\",\"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. In versions 3.4.0 through 3.4.12, a reachable assertion failure in the HTJ2K decode path allows a crafted HTJ2K-compressed EXR file to cause an unconditional process abort in any application that calls exr_start_read() on untrusted input, resulting in denial of service. The crash is triggered by a QCD marker whose lower five bits are zero, which OpenEXR passes into the vendored OpenJPH library while constructing the codestream and evaluating its quantization delta parameters. OpenJPH uses an assertion rather than a recoverable error to validate those bits, so any invalid value calls abort() directly and cannot be intercepted by surrounding error handling, a problem compounded by OpenEXR wrapping only its internal HT header parser in error handling while leaving the later codestream read and construction calls unprotected. This issue has been resolved in version 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:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\",\"baseScore\":0.0,\"baseSeverity\":\"NONE\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":0.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"},{\"lang\":\"en\",\"value\":\"CWE-824\"}]}],\"references\":[{\"url\":\"https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-fp75-87pr-8329\",\"source\":\"security-advisories@github.com\"}]}}"
}
}
FKIE_CVE-2026-54920
Vulnerability from fkie_nvd - Published: 2026-08-25 01:16 - Updated: 2026-08-25 01:16
Severity
Summary
OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. In versions 3.4.0 through 3.4.12, a reachable assertion failure in the HTJ2K decode path allows a crafted HTJ2K-compressed EXR file to cause an unconditional process abort in any application that calls exr_start_read() on untrusted input, resulting in denial of service. The crash is triggered by a QCD marker whose lower five bits are zero, which OpenEXR passes into the vendored OpenJPH library while constructing the codestream and evaluating its quantization delta parameters. OpenJPH uses an assertion rather than a recoverable error to validate those bits, so any invalid value calls abort() directly and cannot be intercepted by surrounding error handling, a problem compounded by OpenEXR wrapping only its internal HT header parser in error handling while leaving the later codestream read and construction calls unprotected. This issue has been resolved in version 3.4.13.
References
Impacted products
| 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. In versions 3.4.0 through 3.4.12, a reachable assertion failure in the HTJ2K decode path allows a crafted HTJ2K-compressed EXR file to cause an unconditional process abort in any application that calls exr_start_read() on untrusted input, resulting in denial of service. The crash is triggered by a QCD marker whose lower five bits are zero, which OpenEXR passes into the vendored OpenJPH library while constructing the codestream and evaluating its quantization delta parameters. OpenJPH uses an assertion rather than a recoverable error to validate those bits, so any invalid value calls abort() directly and cannot be intercepted by surrounding error handling, a problem compounded by OpenEXR wrapping only its internal HT header parser in error handling while leaving the later codestream read and construction calls unprotected. This issue has been resolved in version 3.4.13."
}
],
"id": "CVE-2026-54920",
"lastModified": "2026-08-25T01:16:36.290",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 0.0,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-08-25T01:16:36.290",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-fp75-87pr-8329"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
},
{
"lang": "en",
"value": "CWE-824"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
OPENSUSE-SU-2026:11218-1
Vulnerability from csaf_opensuse - Published: 2026-07-08 00:00 - Updated: 2026-07-08 00:00Summary
libIex-3_4-33-3.4.13-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: libIex-3_4-33-3.4.13-1.1 on GA media
Description of the patch: 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.
Patchnames: openSUSE-Tumbleweed-2026-11218
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.5 (Medium)
Affected products
Recommended
72 products
| 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
|
Threats
Impact
moderate
5.3 (Medium)
Affected products
Recommended
72 products
| 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
|
Threats
Impact
moderate
6.1 (Medium)
Affected products
Recommended
72 products
| 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
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
72 products
| 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
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
72 products
| 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
|
Threats
Impact
moderate
References
17 references
{
"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:47Summary
Security update for openexr
Severity
Moderate
Notes
Title of the patch: Security update for openexr
Description of the patch: This update for openexr fixes the following issues
- CVE-2026-54920: unchecked integer overflows in Image::resize() followed by an exception can lead to an invalid delete
via uninitialized pointers (bsc#1269703).
- CVE-2026-55059: row setter utilizing dataWindow.min.x instead of min.y can lead to a heap out-of-bounds write
(bsc#1269702).
- CVE-2026-55373: integer overflow in roundListSizeUp() wrapping a 32-bit unsigned value to zero can lead to an infinite
loop (bsc#1269701).
Patchnames: openSUSE-Leap-16.0-1240
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
34 products
| 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
|
Threats
Impact
moderate
6.1 (Medium)
Affected products
Recommended
34 products
| 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
|
Threats
Impact
moderate
6.2 (Medium)
Affected products
Recommended
34 products
| 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
|
Threats
Impact
moderate
References
14 references
{
"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"
}
]
}
SUSE-SU-2026:3168-1
Vulnerability from csaf_suse - Published: 2026-07-21 18:44 - Updated: 2026-07-21 18:44Summary
Security update for openexr
Severity
Moderate
Notes
Title of the patch: Security update for openexr
Description of the patch: This update for openexr fixes the following issue
- CVE-2026-54920: unchecked integer overflows in Image::resize() followed by an exception can lead to an invalid delete
via uninitialized pointers (bsc#1269703).
Patchnames: SUSE-2026-3168,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-3168
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-2.1.0-6.48.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-devel-2.1.0-6.48.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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 issue\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",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-3168,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-3168",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_3168-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:3168-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263168-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:3168-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027693.html"
},
{
"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/"
}
],
"title": "Security update for openexr",
"tracking": {
"current_release_date": "2026-07-21T18:44:49Z",
"generator": {
"date": "2026-07-21T18:44:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:3168-1",
"initial_release_date": "2026-07-21T18:44:49Z",
"revision_history": [
{
"date": "2026-07-21T18:44:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.aarch64",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.aarch64",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.aarch64",
"product": {
"name": "openexr-2.1.0-6.48.1.aarch64",
"product_id": "openexr-2.1.0-6.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.aarch64",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.aarch64",
"product_id": "openexr-devel-2.1.0-6.48.1.aarch64"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.aarch64",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.aarch64",
"product_id": "openexr-doc-2.1.0-6.48.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-64bit-2.1.0-6.48.1.aarch64_ilp32",
"product": {
"name": "libIlmImf-Imf_2_1-21-64bit-2.1.0-6.48.1.aarch64_ilp32",
"product_id": "libIlmImf-Imf_2_1-21-64bit-2.1.0-6.48.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.i586",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.i586",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.i586"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.i586",
"product": {
"name": "openexr-2.1.0-6.48.1.i586",
"product_id": "openexr-2.1.0-6.48.1.i586"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.i586",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.i586",
"product_id": "openexr-devel-2.1.0-6.48.1.i586"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.i586",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.i586",
"product_id": "openexr-doc-2.1.0-6.48.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.ppc64le",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.ppc64le",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.ppc64le",
"product": {
"name": "openexr-2.1.0-6.48.1.ppc64le",
"product_id": "openexr-2.1.0-6.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.ppc64le",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.ppc64le",
"product_id": "openexr-devel-2.1.0-6.48.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.ppc64le",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.ppc64le",
"product_id": "openexr-doc-2.1.0-6.48.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.s390",
"product": {
"name": "openexr-2.1.0-6.48.1.s390",
"product_id": "openexr-2.1.0-6.48.1.s390"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.s390",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.s390",
"product_id": "openexr-devel-2.1.0-6.48.1.s390"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.s390",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.s390",
"product_id": "openexr-doc-2.1.0-6.48.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390x",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390x",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.s390x"
}
},
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.s390x",
"product": {
"name": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.s390x",
"product_id": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.s390x",
"product": {
"name": "openexr-2.1.0-6.48.1.s390x",
"product_id": "openexr-2.1.0-6.48.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.s390x",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.s390x",
"product_id": "openexr-devel-2.1.0-6.48.1.s390x"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.s390x",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.s390x",
"product_id": "openexr-doc-2.1.0-6.48.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"product": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"product_id": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.x86_64",
"product": {
"name": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.x86_64",
"product_id": "libIlmImf-Imf_2_1-21-32bit-2.1.0-6.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-2.1.0-6.48.1.x86_64",
"product": {
"name": "openexr-2.1.0-6.48.1.x86_64",
"product_id": "openexr-2.1.0-6.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-devel-2.1.0-6.48.1.x86_64",
"product": {
"name": "openexr-devel-2.1.0-6.48.1.x86_64",
"product_id": "openexr-devel-2.1.0-6.48.1.x86_64"
}
},
{
"category": "product_version",
"name": "openexr-doc-2.1.0-6.48.1.x86_64",
"product": {
"name": "openexr-doc-2.1.0-6.48.1.x86_64",
"product_id": "openexr-doc-2.1.0-6.48.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64"
},
"product_reference": "libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-2.1.0-6.48.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-2.1.0-6.48.1.x86_64"
},
"product_reference": "openexr-2.1.0-6.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openexr-devel-2.1.0-6.48.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-devel-2.1.0-6.48.1.x86_64"
},
"product_reference": "openexr-devel-2.1.0-6.48.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"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": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-devel-2.1.0-6.48.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": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-devel-2.1.0-6.48.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": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libIlmImf-Imf_2_1-21-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-2.1.0-6.48.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:openexr-devel-2.1.0-6.48.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-21T18:44:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-54920"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
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.
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.
Loading…
Loading…